public class

PhoneNumberDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.recruiting.PhoneNumberDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected String areaCode
protected String countryISOCode
protected String internationalPhoneCode
protected PhoneDeviceTypeReferenceType phoneDeviceTypeReference
protected String phoneExtension
protected String phoneNumber
protected CommunicationMethodUsageDataType usageData
Public Constructors
PhoneNumberDataType()
Public Methods
String getAreaCode()
Gets the value of the areaCode property.
String getCountryISOCode()
Gets the value of the countryISOCode property.
String getInternationalPhoneCode()
Gets the value of the internationalPhoneCode property.
PhoneDeviceTypeReferenceType getPhoneDeviceTypeReference()
Gets the value of the phoneDeviceTypeReference property.
String getPhoneExtension()
Gets the value of the phoneExtension property.
String getPhoneNumber()
Gets the value of the phoneNumber property.
CommunicationMethodUsageDataType getUsageData()
Gets the value of the usageData property.
void setAreaCode(String value)
Sets the value of the areaCode property.
void setCountryISOCode(String value)
Sets the value of the countryISOCode property.
void setInternationalPhoneCode(String value)
Sets the value of the internationalPhoneCode property.
void setPhoneDeviceTypeReference(PhoneDeviceTypeReferenceType value)
Sets the value of the phoneDeviceTypeReference property.
void setPhoneExtension(String value)
Sets the value of the phoneExtension property.
void setPhoneNumber(String value)
Sets the value of the phoneNumber property.
void setUsageData(CommunicationMethodUsageDataType value)
Sets the value of the usageData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String areaCode

protected String countryISOCode

protected String internationalPhoneCode

protected PhoneDeviceTypeReferenceType phoneDeviceTypeReference

protected String phoneExtension

protected String phoneNumber

protected CommunicationMethodUsageDataType usageData

Public Constructors

public PhoneNumberDataType ()

Public Methods

public String getAreaCode ()

Gets the value of the areaCode property.

Returns
  • possible object is String

public String getCountryISOCode ()

Gets the value of the countryISOCode property.

Returns
  • possible object is String

public String getInternationalPhoneCode ()

Gets the value of the internationalPhoneCode property.

Returns
  • possible object is String

public PhoneDeviceTypeReferenceType getPhoneDeviceTypeReference ()

Gets the value of the phoneDeviceTypeReference property.

Returns

public String getPhoneExtension ()

Gets the value of the phoneExtension property.

Returns
  • possible object is String

public String getPhoneNumber ()

Gets the value of the phoneNumber property.

Returns
  • possible object is String

public CommunicationMethodUsageDataType getUsageData ()

Gets the value of the usageData property.

Returns

public void setAreaCode (String value)

Sets the value of the areaCode property.

Parameters
value Allowed object is String

public void setCountryISOCode (String value)

Sets the value of the countryISOCode property.

Parameters
value Allowed object is String

public void setInternationalPhoneCode (String value)

Sets the value of the internationalPhoneCode property.

Parameters
value Allowed object is String

public void setPhoneDeviceTypeReference (PhoneDeviceTypeReferenceType value)

Sets the value of the phoneDeviceTypeReference property.

Parameters
value Allowed object is PhoneDeviceTypeReferenceType

public void setPhoneExtension (String value)

Sets the value of the phoneExtension property.

Parameters
value Allowed object is String

public void setPhoneNumber (String value)

Sets the value of the phoneNumber property.

Parameters
value Allowed object is String

public void setUsageData (CommunicationMethodUsageDataType value)

Sets the value of the usageData property.

Parameters
value Allowed object is CommunicationMethodUsageDataType