| java.lang.Object | |
| ↳ | workday.com.bsvc.PhoneInformationDataType |
Phone Information
Java class for Phone_Information_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Phone_Information_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Country_ISO_Code" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="3"/>
</restriction>
</simpleType>
</element>
<element name="International_Phone_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Area_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Phone_Number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Phone_Extension" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Phone_Device_Type_Reference" type="{urn:com.workday/bsvc}Phone_Device_TypeObjectType" minOccurs="0"/>
<element name="Usage_Data" type="{urn:com.workday/bsvc}Communication_Method_Usage_Information_DataType" maxOccurs="unbounded"/>
</sequence>
<attribute name="Formatted_Phone" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| areaCode | |||||||||||
| countryISOCode | |||||||||||
| formattedPhone | |||||||||||
| internationalPhoneCode | |||||||||||
| phoneDeviceTypeReference | |||||||||||
| phoneExtension | |||||||||||
| phoneNumber | |||||||||||
| usageData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the areaCode property.
| |||||||||||
Gets the value of the countryISOCode property.
| |||||||||||
Gets the value of the formattedPhone property.
| |||||||||||
Gets the value of the internationalPhoneCode property.
| |||||||||||
Gets the value of the phoneDeviceTypeReference property.
| |||||||||||
Gets the value of the phoneExtension property.
| |||||||||||
Gets the value of the phoneNumber property.
| |||||||||||
Gets the value of the usageData property.
| |||||||||||
Sets the value of the areaCode property.
| |||||||||||
Sets the value of the countryISOCode property.
| |||||||||||
Sets the value of the formattedPhone property.
| |||||||||||
Sets the value of the internationalPhoneCode property.
| |||||||||||
Sets the value of the phoneDeviceTypeReference property.
| |||||||||||
Sets the value of the phoneExtension property.
| |||||||||||
Sets the value of the phoneNumber property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the areaCode property.
Gets the value of the countryISOCode property.
Gets the value of the formattedPhone property.
Gets the value of the internationalPhoneCode property.
Gets the value of the phoneDeviceTypeReference property.
PhoneDeviceTypeObjectType
Gets the value of the phoneExtension property.
Gets the value of the phoneNumber property.
Gets the value of the usageData 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 usageData property.
For example, to add a new item, do as follows:
getUsageData().add(newItem);
Objects of the following type(s) are allowed in the list
CommunicationMethodUsageInformationDataType
Sets the value of the areaCode property.
| value | Allowed object is String |
|---|
Sets the value of the countryISOCode property.
| value | Allowed object is String |
|---|
Sets the value of the formattedPhone property.
| value | Allowed object is String |
|---|
Sets the value of the internationalPhoneCode property.
| value | Allowed object is String |
|---|
Sets the value of the phoneDeviceTypeReference property.
| value | Allowed object is
PhoneDeviceTypeObjectType
|
|---|
Sets the value of the phoneExtension property.
| value | Allowed object is String |
|---|
Sets the value of the phoneNumber property.
| value | Allowed object is String |
|---|