public static class Contacts.Phonenumbers extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="number" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="deleted" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="newlyCreated" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="phonetype" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="6"/>
<enumeration value="7"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
deleted |
protected boolean |
newlyCreated |
protected String |
number |
protected Integer |
phonetype |
| Constructor and Description |
|---|
Phonenumbers() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNumber()
Gets the value of the number property.
|
Integer |
getPhonetype()
Gets the value of the phonetype property.
|
boolean |
isDeleted()
Gets the value of the deleted property.
|
boolean |
isNewlyCreated()
Gets the value of the newlyCreated property.
|
void |
setDeleted(boolean value)
Sets the value of the deleted property.
|
void |
setNewlyCreated(boolean value)
Sets the value of the newlyCreated property.
|
void |
setNumber(String value)
Sets the value of the number property.
|
void |
setPhonetype(Integer value)
Sets the value of the phonetype property.
|
protected String number
protected boolean deleted
protected boolean newlyCreated
protected Integer phonetype
public String getNumber()
Stringpublic void setNumber(String value)
value - allowed object is
Stringpublic boolean isDeleted()
public void setDeleted(boolean value)
public boolean isNewlyCreated()
public void setNewlyCreated(boolean value)
public Integer getPhonetype()
Integer