| java.lang.Object | |
| ↳ | com.workday.recruiting.AddressDataType |
Encapsulating element for all Address data.
Java class for Address_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Address_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Country_Reference" type="{urn:com.workday/bsvc}Country_ReferenceType"/>
<element name="Address_Line" type="{urn:com.workday/bsvc}Address_Line_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Municipality" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Submunicipality" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="Region" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Subregion" type="{urn:com.workday/bsvc}Subregion_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Postal_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Usage_Data" type="{urn:com.workday/bsvc}Communication_Method_Usage_DataType"/>
</sequence>
<attribute name="Last_Modified" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" />
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| addressLine | |||||||||||
| countryReference | |||||||||||
| effectiveDate | |||||||||||
| lastModified | |||||||||||
| municipality | |||||||||||
| postalCode | |||||||||||
| region | |||||||||||
| submunicipality | |||||||||||
| subregion | |||||||||||
| usageData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the addressLine property.
| |||||||||||
Gets the value of the countryReference property.
| |||||||||||
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the lastModified property.
| |||||||||||
Gets the value of the municipality property.
| |||||||||||
Gets the value of the postalCode property.
| |||||||||||
Gets the value of the region property.
| |||||||||||
Gets the value of the submunicipality property.
| |||||||||||
Gets the value of the subregion property.
| |||||||||||
Gets the value of the usageData property.
| |||||||||||
Sets the value of the addressLine property.
| |||||||||||
Sets the value of the countryReference property.
| |||||||||||
Sets the value of the effectiveDate property.
| |||||||||||
Sets the value of the lastModified property.
| |||||||||||
Sets the value of the municipality property.
| |||||||||||
Sets the value of the postalCode property.
| |||||||||||
Sets the value of the region property.
| |||||||||||
Sets the value of the submunicipality property.
| |||||||||||
Sets the value of the subregion property.
| |||||||||||
Sets the value of the usageData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the addressLine 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 addressLine property.
For example, to add a new item, do as follows:
getAddressLine().add(newItem);
Objects of the following type(s) are allowed in the list
AddressLineDataType
Gets the value of the countryReference property.
CountryReferenceType
Gets the value of the effectiveDate property.
Gets the value of the lastModified property.
Gets the value of the municipality property.
Gets the value of the postalCode property.
Gets the value of the region property.
Gets the value of the submunicipality 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 submunicipality property.
For example, to add a new item, do as follows:
getSubmunicipality().add(newItem);
Objects of the following type(s) are allowed in the list String
Gets the value of the subregion 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 subregion property.
For example, to add a new item, do as follows:
getSubregion().add(newItem);
Objects of the following type(s) are allowed in the list
SubregionDataType
Gets the value of the usageData property.
CommunicationMethodUsageDataType
Sets the value of the addressLine property.
| addressLine | Allowed object is
AddressLineDataType
|
|---|
Sets the value of the countryReference property.
| value | Allowed object is
CountryReferenceType
|
|---|
Sets the value of the effectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the lastModified property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the municipality property.
| value | Allowed object is String |
|---|
Sets the value of the postalCode property.
| value | Allowed object is String |
|---|
Sets the value of the region property.
| value | Allowed object is String |
|---|
Sets the value of the submunicipality property.
| submunicipality | Allowed object is String |
|---|
Sets the value of the subregion property.
| subregion | Allowed object is
SubregionDataType
|
|---|
Sets the value of the usageData property.
| value | Allowed object is
CommunicationMethodUsageDataType
|
|---|