public class IdDisplayType extends IdDisplay
Java class for idDisplayType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="idDisplayType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="id" type="{http://schemas.android.com/sdk/android/repo/common/01}idType"/>
<element name="display" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
display |
protected java.lang.String |
id |
| Constructor and Description |
|---|
IdDisplayType() |
| Modifier and Type | Method and Description |
|---|---|
ObjectFactory |
createFactory() |
java.lang.String |
getDisplay()
Gets the value of the display property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
boolean |
isValidId(java.lang.String value) |
void |
setDisplay(java.lang.String value)
Sets the value of the display property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
public java.lang.String getId()
public void setId(java.lang.String value)
public java.lang.String getDisplay()
getDisplay in class IdDisplayStringpublic void setDisplay(java.lang.String value)
setDisplay in class IdDisplayvalue - allowed object is
Stringpublic boolean isValidId(java.lang.String value)
public ObjectFactory createFactory()