public class

AddressInformationDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.AddressInformationDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected String addressFormatType
protected String addressID
protected List<AddressLineInformationDataType> addressLineData
protected AddressReferenceObjectType addressReference
protected CountryObjectType countryReference
protected CountryRegionObjectType countryRegionReference
protected Boolean defaultedBusinessSiteAddress
protected Boolean delete
protected Boolean doNotReplaceAll
protected XMLGregorianCalendar effectiveDate
protected String formattedAddress
protected XMLGregorianCalendar lastModified
protected String municipality
protected String municipalityLocal
protected String postalCode
protected List<SubmunicipalityInformationDataType> submunicipalityData
protected List<SubregionInformationDataType> subregionData
protected List<CommunicationMethodUsageInformationDataType> usageData
Public Constructors
AddressInformationDataType()
Public Methods
String getAddressFormatType()
Gets the value of the addressFormatType property.
String getAddressID()
Gets the value of the addressID property.
List<AddressLineInformationDataType> getAddressLineData()
Gets the value of the addressLineData property.
AddressReferenceObjectType getAddressReference()
Gets the value of the addressReference property.
CountryObjectType getCountryReference()
Gets the value of the countryReference property.
CountryRegionObjectType getCountryRegionReference()
Gets the value of the countryRegionReference property.
Boolean getDefaultedBusinessSiteAddress()
Gets the value of the defaultedBusinessSiteAddress property.
Boolean getDelete()
Gets the value of the delete property.
Boolean getDoNotReplaceAll()
Gets the value of the doNotReplaceAll property.
XMLGregorianCalendar getEffectiveDate()
Gets the value of the effectiveDate property.
String getFormattedAddress()
Gets the value of the formattedAddress property.
XMLGregorianCalendar getLastModified()
Gets the value of the lastModified property.
String getMunicipality()
Gets the value of the municipality property.
String getMunicipalityLocal()
Gets the value of the municipalityLocal property.
String getPostalCode()
Gets the value of the postalCode property.
List<SubmunicipalityInformationDataType> getSubmunicipalityData()
Gets the value of the submunicipalityData property.
List<SubregionInformationDataType> getSubregionData()
Gets the value of the subregionData property.
List<CommunicationMethodUsageInformationDataType> getUsageData()
Gets the value of the usageData property.
void setAddressFormatType(String value)
Sets the value of the addressFormatType property.
void setAddressID(String value)
Sets the value of the addressID property.
void setAddressLineData(List<AddressLineInformationDataType> addressLineData)
Sets the value of the addressLineData property.
void setAddressReference(AddressReferenceObjectType value)
Sets the value of the addressReference property.
void setCountryReference(CountryObjectType value)
Sets the value of the countryReference property.
void setCountryRegionReference(CountryRegionObjectType value)
Sets the value of the countryRegionReference property.
void setDefaultedBusinessSiteAddress(Boolean value)
Sets the value of the defaultedBusinessSiteAddress property.
void setDelete(Boolean value)
Sets the value of the delete property.
void setDoNotReplaceAll(Boolean value)
Sets the value of the doNotReplaceAll property.
void setEffectiveDate(XMLGregorianCalendar value)
Sets the value of the effectiveDate property.
void setFormattedAddress(String value)
Sets the value of the formattedAddress property.
void setLastModified(XMLGregorianCalendar value)
Sets the value of the lastModified property.
void setMunicipality(String value)
Sets the value of the municipality property.
void setMunicipalityLocal(String value)
Sets the value of the municipalityLocal property.
void setPostalCode(String value)
Sets the value of the postalCode property.
void setSubmunicipalityData(List<SubmunicipalityInformationDataType> submunicipalityData)
Sets the value of the submunicipalityData property.
void setSubregionData(List<SubregionInformationDataType> subregionData)
Sets the value of the subregionData property.
void setUsageData(List<CommunicationMethodUsageInformationDataType> usageData)
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 addressFormatType

protected String addressID

protected List<AddressLineInformationDataType> addressLineData

protected AddressReferenceObjectType addressReference

protected CountryObjectType countryReference

protected CountryRegionObjectType countryRegionReference

protected Boolean defaultedBusinessSiteAddress

protected Boolean delete

protected Boolean doNotReplaceAll

protected XMLGregorianCalendar effectiveDate

protected String formattedAddress

protected XMLGregorianCalendar lastModified

protected String municipality

protected String municipalityLocal

protected String postalCode

protected List<SubmunicipalityInformationDataType> submunicipalityData

protected List<SubregionInformationDataType> subregionData

Public Constructors

public AddressInformationDataType ()

Public Methods

public String getAddressFormatType ()

Gets the value of the addressFormatType property.

Returns
  • possible object is String

public String getAddressID ()

Gets the value of the addressID property.

Returns
  • possible object is String

public List<AddressLineInformationDataType> getAddressLineData ()

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

public AddressReferenceObjectType getAddressReference ()

Gets the value of the addressReference property.

Returns

public CountryObjectType getCountryReference ()

Gets the value of the countryReference property.

Returns

public CountryRegionObjectType getCountryRegionReference ()

Gets the value of the countryRegionReference property.

Returns

public Boolean getDefaultedBusinessSiteAddress ()

Gets the value of the defaultedBusinessSiteAddress property. This getter has been renamed from isDefaultedBusinessSiteAddress() to getDefaultedBusinessSiteAddress() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getDelete ()

Gets the value of the delete property. This getter has been renamed from isDelete() to getDelete() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getDoNotReplaceAll ()

Gets the value of the doNotReplaceAll property. This getter has been renamed from isDoNotReplaceAll() to getDoNotReplaceAll() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public XMLGregorianCalendar getEffectiveDate ()

Gets the value of the effectiveDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getFormattedAddress ()

Gets the value of the formattedAddress property.

Returns
  • possible object is String

public XMLGregorianCalendar getLastModified ()

Gets the value of the lastModified property.

Returns
  • possible object is XMLGregorianCalendar

public String getMunicipality ()

Gets the value of the municipality property.

Returns
  • possible object is String

public String getMunicipalityLocal ()

Gets the value of the municipalityLocal property.

Returns
  • possible object is String

public String getPostalCode ()

Gets the value of the postalCode property.

Returns
  • possible object is String

public List<SubmunicipalityInformationDataType> getSubmunicipalityData ()

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

public List<SubregionInformationDataType> getSubregionData ()

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

public List<CommunicationMethodUsageInformationDataType> getUsageData ()

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

public void setAddressFormatType (String value)

Sets the value of the addressFormatType property.

Parameters
value Allowed object is String

public void setAddressID (String value)

Sets the value of the addressID property.

Parameters
value Allowed object is String

public void setAddressLineData (List<AddressLineInformationDataType> addressLineData)

Sets the value of the addressLineData property.

Parameters
addressLineData Allowed object is AddressLineInformationDataType

public void setAddressReference (AddressReferenceObjectType value)

Sets the value of the addressReference property.

Parameters
value Allowed object is AddressReferenceObjectType

public void setCountryReference (CountryObjectType value)

Sets the value of the countryReference property.

Parameters
value Allowed object is CountryObjectType

public void setCountryRegionReference (CountryRegionObjectType value)

Sets the value of the countryRegionReference property.

Parameters
value Allowed object is CountryRegionObjectType

public void setDefaultedBusinessSiteAddress (Boolean value)

Sets the value of the defaultedBusinessSiteAddress property.

Parameters
value Allowed object is Boolean

public void setDelete (Boolean value)

Sets the value of the delete property.

Parameters
value Allowed object is Boolean

public void setDoNotReplaceAll (Boolean value)

Sets the value of the doNotReplaceAll property.

Parameters
value Allowed object is Boolean

public void setEffectiveDate (XMLGregorianCalendar value)

Sets the value of the effectiveDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setFormattedAddress (String value)

Sets the value of the formattedAddress property.

Parameters
value Allowed object is String

public void setLastModified (XMLGregorianCalendar value)

Sets the value of the lastModified property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setMunicipality (String value)

Sets the value of the municipality property.

Parameters
value Allowed object is String

public void setMunicipalityLocal (String value)

Sets the value of the municipalityLocal property.

Parameters
value Allowed object is String

public void setPostalCode (String value)

Sets the value of the postalCode property.

Parameters
value Allowed object is String

public void setSubmunicipalityData (List<SubmunicipalityInformationDataType> submunicipalityData)

Sets the value of the submunicipalityData property.

Parameters
submunicipalityData Allowed object is SubmunicipalityInformationDataType

public void setSubregionData (List<SubregionInformationDataType> subregionData)

Sets the value of the subregionData property.

Parameters
subregionData Allowed object is SubregionInformationDataType

public void setUsageData (List<CommunicationMethodUsageInformationDataType> usageData)

Sets the value of the usageData property.

Parameters
usageData Allowed object is CommunicationMethodUsageInformationDataType