| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.TelephoneNumber |
Product: QBW Description: TelephoneNumberType definition, this object is always manipulated in context of another parent object like Person, Organization etc
Java class for TelephoneNumber complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TelephoneNumber">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{http://www.intuit.com/sb/cdm/v2}IdType" minOccurs="0"/>
<element name="DeviceType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CountryCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AreaCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ExchangeCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Extension" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FreeFormNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PIN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DateLastVerified" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Default" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Tag" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| _default | |||||||||||
| areaCode | |||||||||||
| countryCode | |||||||||||
| dateLastVerified | |||||||||||
| deviceType | |||||||||||
| exchangeCode | |||||||||||
| extension | |||||||||||
| freeFormNumber | |||||||||||
| id | |||||||||||
| pin | |||||||||||
| tag | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the areaCode property.
| |||||||||||
Gets the value of the countryCode property.
| |||||||||||
Gets the value of the dateLastVerified property.
| |||||||||||
Gets the value of the default property.
| |||||||||||
Gets the value of the deviceType property.
| |||||||||||
Gets the value of the exchangeCode property.
| |||||||||||
Gets the value of the extension property.
| |||||||||||
Gets the value of the freeFormNumber property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the pin property.
| |||||||||||
Gets the value of the tag property.
| |||||||||||
Sets the value of the areaCode property.
| |||||||||||
Sets the value of the countryCode property.
| |||||||||||
Sets the value of the dateLastVerified property.
| |||||||||||
Sets the value of the default property.
| |||||||||||
Sets the value of the deviceType property.
| |||||||||||
Sets the value of the exchangeCode property.
| |||||||||||
Sets the value of the extension property.
| |||||||||||
Sets the value of the freeFormNumber property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the pin property.
| |||||||||||
Sets the value of the tag property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the areaCode property.
Gets the value of the countryCode property.
Gets the value of the dateLastVerified property.
Gets the value of the default property.
Gets the value of the deviceType property.
Gets the value of the exchangeCode property.
Gets the value of the extension property.
Gets the value of the freeFormNumber property.
Gets the value of the pin property.
Gets the value of the tag property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the tag property.
For example, to add a new item, do as follows:
getTag().add(newItem);
Objects of the following type(s) are allowed in the list String
Sets the value of the areaCode property.
| value | Allowed object is String |
|---|
Sets the value of the countryCode property.
| value | Allowed object is String |
|---|
Sets the value of the dateLastVerified property.
| value | Allowed object is String |
|---|
Sets the value of the default property.
| value | Allowed object is Boolean |
|---|
Sets the value of the deviceType property.
| value | Allowed object is String |
|---|
Sets the value of the exchangeCode property.
| value | Allowed object is String |
|---|
Sets the value of the extension property.
| value | Allowed object is String |
|---|
Sets the value of the freeFormNumber property.
| value | Allowed object is String |
|---|
Sets the value of the id property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the pin property.
| value | Allowed object is String |
|---|
Sets the value of the tag property.
| tag | Allowed object is String |
|---|