| java.lang.Object | |
| ↳ | workday.com.bsvc.PersonDataType |
All of the personal data. This includes name, contact information (Email, Phone, Address, Web, Instant Messenger), Visa and ID information, Biographic and Demographic Information.
Java class for Person_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Person_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name_Data" type="{urn:com.workday/bsvc}Name_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Contact_Data" type="{urn:com.workday/bsvc}Contact_DataType" minOccurs="0"/>
<element name="Demographic_Data" type="{urn:com.workday/bsvc}Demographic_DataType" minOccurs="0"/>
<element name="Biographic_Data" type="{urn:com.workday/bsvc}Biographic_DataType" minOccurs="0"/>
<element name="Visa_ID_Data" type="{urn:com.workday/bsvc}Visa_Identifier_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Custom_ID_Data" type="{urn:com.workday/bsvc}Custom_Identifier_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Government_ID_Data" type="{urn:com.workday/bsvc}Government_Identifier_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="License_ID_Data" type="{urn:com.workday/bsvc}License_Identifier_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Passport_ID_Data" type="{urn:com.workday/bsvc}Passport_Identifier_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Personal_Preferences_Data" type="{urn:com.workday/bsvc}Personal_Preferences_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| biographicData | |||||||||||
| contactData | |||||||||||
| customIDData | |||||||||||
| demographicData | |||||||||||
| governmentIDData | |||||||||||
| licenseIDData | |||||||||||
| nameData | |||||||||||
| passportIDData | |||||||||||
| personalPreferencesData | |||||||||||
| visaIDData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the biographicData property.
| |||||||||||
Gets the value of the contactData property.
| |||||||||||
Gets the value of the customIDData property.
| |||||||||||
Gets the value of the demographicData property.
| |||||||||||
Gets the value of the governmentIDData property.
| |||||||||||
Gets the value of the licenseIDData property.
| |||||||||||
Gets the value of the nameData property.
| |||||||||||
Gets the value of the passportIDData property.
| |||||||||||
Gets the value of the personalPreferencesData property.
| |||||||||||
Gets the value of the visaIDData property.
| |||||||||||
Sets the value of the biographicData property.
| |||||||||||
Sets the value of the contactData property.
| |||||||||||
Sets the value of the demographicData property.
| |||||||||||
Sets the value of the personalPreferencesData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the biographicData property.
BiographicDataType
Gets the value of the contactData property.
ContactDataType
Gets the value of the customIDData 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 customIDData property.
For example, to add a new item, do as follows:
getCustomIDData().add(newItem);
Objects of the following type(s) are allowed in the list
CustomIdentifierDataType
Gets the value of the demographicData property.
DemographicDataType
Gets the value of the governmentIDData 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 governmentIDData property.
For example, to add a new item, do as follows:
getGovernmentIDData().add(newItem);
Objects of the following type(s) are allowed in the list
GovernmentIdentifierDataType
Gets the value of the licenseIDData 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 licenseIDData property.
For example, to add a new item, do as follows:
getLicenseIDData().add(newItem);
Objects of the following type(s) are allowed in the list
LicenseIdentifierDataType
Gets the value of the nameData 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 nameData property.
For example, to add a new item, do as follows:
getNameData().add(newItem);
Objects of the following type(s) are allowed in the list
NameDataType
Gets the value of the passportIDData 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 passportIDData property.
For example, to add a new item, do as follows:
getPassportIDData().add(newItem);
Objects of the following type(s) are allowed in the list
PassportIdentifierDataType
Gets the value of the personalPreferencesData property.
PersonalPreferencesDataType
Gets the value of the visaIDData 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 visaIDData property.
For example, to add a new item, do as follows:
getVisaIDData().add(newItem);
Objects of the following type(s) are allowed in the list
VisaIdentifierDataType
Sets the value of the biographicData property.
| value | Allowed object is
BiographicDataType
|
|---|
Sets the value of the contactData property.
| value | Allowed object is
ContactDataType
|
|---|
Sets the value of the demographicData property.
| value | Allowed object is
DemographicDataType
|
|---|
Sets the value of the personalPreferencesData property.
| value | Allowed object is
PersonalPreferencesDataType
|
|---|