| java.lang.Object | |
| ↳ | com.workday.recruiting.PhoneNumberDataType |
Encapsulating element for all Phone Number data.
Java class for Phone_Number_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Phone_Number_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"/>
<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_Type_ReferenceType"/>
<element name="Usage_Data" type="{urn:com.workday/bsvc}Communication_Method_Usage_DataType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| areaCode | |||||||||||
| countryISOCode | |||||||||||
| 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 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 internationalPhoneCode property.
| |||||||||||
Sets the value of the phoneDeviceTypeReference property.
| |||||||||||
Sets the value of the phoneExtension property.
| |||||||||||
Sets the value of the phoneNumber property.
| |||||||||||
Sets the value of the usageData 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 internationalPhoneCode property.
Gets the value of the phoneDeviceTypeReference property.
PhoneDeviceTypeReferenceType
Gets the value of the phoneExtension property.
Gets the value of the phoneNumber property.
Gets the value of the usageData property.
CommunicationMethodUsageDataType
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 internationalPhoneCode property.
| value | Allowed object is String |
|---|
Sets the value of the phoneDeviceTypeReference property.
| value | Allowed object is
PhoneDeviceTypeReferenceType
|
|---|
Sets the value of the phoneExtension property.
| value | Allowed object is String |
|---|
Sets the value of the phoneNumber property.
| value | Allowed object is String |
|---|
Sets the value of the usageData property.
| value | Allowed object is
CommunicationMethodUsageDataType
|
|---|