| java.lang.Object | |
| ↳ | com.workday.hr.AddressInformationDataType |
Address information
Java class for Address_Information_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Address_Information_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Country_Reference" type="{urn:com.workday/bsvc}CountryObjectType" minOccurs="0"/>
<element name="Last_Modified" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Address_Line_Data" type="{urn:com.workday/bsvc}Address_Line_Information_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Municipality" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Submunicipality_Data" type="{urn:com.workday/bsvc}Submunicipality_Information_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Country_Region_Reference" type="{urn:com.workday/bsvc}Country_RegionObjectType" minOccurs="0"/>
<element name="Subregion_Data" type="{urn:com.workday/bsvc}Subregion_Information_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_Information_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Municipality_Local" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Address_Reference" type="{urn:com.workday/bsvc}Address_ReferenceObjectType" minOccurs="0"/>
<element name="Address_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="Formatted_Address" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Address_Format_Type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Defaulted_Business_Site_Address" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="Delete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="Do_Not_Replace_All" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" />
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| addressFormatType | |||||||||||
| addressID | |||||||||||
| addressLineData | |||||||||||
| addressReference | |||||||||||
| countryReference | |||||||||||
| countryRegionReference | |||||||||||
| defaultedBusinessSiteAddress | |||||||||||
| delete | |||||||||||
| doNotReplaceAll | |||||||||||
| effectiveDate | |||||||||||
| formattedAddress | |||||||||||
| lastModified | |||||||||||
| municipality | |||||||||||
| municipalityLocal | |||||||||||
| postalCode | |||||||||||
| submunicipalityData | |||||||||||
| subregionData | |||||||||||
| usageData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the addressFormatType property.
| |||||||||||
Gets the value of the addressID property.
| |||||||||||
Gets the value of the addressLineData property.
| |||||||||||
Gets the value of the addressReference property.
| |||||||||||
Gets the value of the countryReference property.
| |||||||||||
Gets the value of the countryRegionReference property.
| |||||||||||
Gets the value of the defaultedBusinessSiteAddress property.
| |||||||||||
Gets the value of the delete property.
| |||||||||||
Gets the value of the doNotReplaceAll property.
| |||||||||||
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the formattedAddress property.
| |||||||||||
Gets the value of the lastModified property.
| |||||||||||
Gets the value of the municipality property.
| |||||||||||
Gets the value of the municipalityLocal property.
| |||||||||||
Gets the value of the postalCode property.
| |||||||||||
Gets the value of the submunicipalityData property.
| |||||||||||
Gets the value of the subregionData property.
| |||||||||||
Gets the value of the usageData property.
| |||||||||||
Sets the value of the addressFormatType property.
| |||||||||||
Sets the value of the addressID property.
| |||||||||||
Sets the value of the addressLineData property.
| |||||||||||
Sets the value of the addressReference property.
| |||||||||||
Sets the value of the countryReference property.
| |||||||||||
Sets the value of the countryRegionReference property.
| |||||||||||
Sets the value of the defaultedBusinessSiteAddress property.
| |||||||||||
Sets the value of the delete property.
| |||||||||||
Sets the value of the doNotReplaceAll property.
| |||||||||||
Sets the value of the effectiveDate property.
| |||||||||||
Sets the value of the formattedAddress property.
| |||||||||||
Sets the value of the lastModified property.
| |||||||||||
Sets the value of the municipality property.
| |||||||||||
Sets the value of the municipalityLocal property.
| |||||||||||
Sets the value of the postalCode property.
| |||||||||||
Sets the value of the submunicipalityData property.
| |||||||||||
Sets the value of the subregionData property.
| |||||||||||
Sets the value of the usageData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the addressFormatType property.
Gets the value of the addressID property.
Gets the value of the addressLineData 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 addressLineData property.
For example, to add a new item, do as follows:
getAddressLineData().add(newItem);
Objects of the following type(s) are allowed in the list
AddressLineInformationDataType
Gets the value of the addressReference property.
AddressReferenceObjectType
Gets the value of the countryReference property.
CountryObjectType
Gets the value of the countryRegionReference property.
CountryRegionObjectType
Gets the value of the defaultedBusinessSiteAddress property. This getter has been renamed from isDefaultedBusinessSiteAddress() to getDefaultedBusinessSiteAddress() by cxf-xjc-boolean plugin.
Gets the value of the delete property. This getter has been renamed from isDelete() to getDelete() by cxf-xjc-boolean plugin.
Gets the value of the doNotReplaceAll property. This getter has been renamed from isDoNotReplaceAll() to getDoNotReplaceAll() by cxf-xjc-boolean plugin.
Gets the value of the effectiveDate property.
Gets the value of the formattedAddress property.
Gets the value of the lastModified property.
Gets the value of the municipality property.
Gets the value of the municipalityLocal property.
Gets the value of the postalCode property.
Gets the value of the submunicipalityData 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 submunicipalityData property.
For example, to add a new item, do as follows:
getSubmunicipalityData().add(newItem);
Objects of the following type(s) are allowed in the list
SubmunicipalityInformationDataType
Gets the value of the subregionData 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 subregionData property.
For example, to add a new item, do as follows:
getSubregionData().add(newItem);
Objects of the following type(s) are allowed in the list
SubregionInformationDataType
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 addressFormatType property.
| value | Allowed object is String |
|---|
Sets the value of the addressID property.
| value | Allowed object is String |
|---|
Sets the value of the addressLineData property.
| addressLineData | Allowed object is
AddressLineInformationDataType
|
|---|
Sets the value of the addressReference property.
| value | Allowed object is
AddressReferenceObjectType
|
|---|
Sets the value of the countryReference property.
| value | Allowed object is
CountryObjectType
|
|---|
Sets the value of the countryRegionReference property.
| value | Allowed object is
CountryRegionObjectType
|
|---|
Sets the value of the defaultedBusinessSiteAddress property.
| value | Allowed object is Boolean |
|---|
Sets the value of the delete property.
| value | Allowed object is Boolean |
|---|
Sets the value of the doNotReplaceAll property.
| value | Allowed object is Boolean |
|---|
Sets the value of the effectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the formattedAddress property.
| value | Allowed object is String |
|---|
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 municipalityLocal property.
| value | Allowed object is String |
|---|
Sets the value of the postalCode property.
| value | Allowed object is String |
|---|
Sets the value of the submunicipalityData property.
| submunicipalityData | Allowed object is
SubmunicipalityInformationDataType
|
|---|
Sets the value of the subregionData property.
| subregionData | Allowed object is
SubregionInformationDataType
|
|---|
Sets the value of the usageData property.
| usageData | Allowed object is
CommunicationMethodUsageInformationDataType
|
|---|