public class

PutAddressesForCountryFormatExtensionRequestType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.PutAddressesForCountryFormatExtensionRequestType

Class Overview

Request element containing Address update information.

Java class for Put_Addresses_for_Country_Format_Extension_RequestType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Put_Addresses_for_Country_Format_Extension_RequestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Address_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType"/>
         <element name="Address_Data" type="{urn:com.workday/bsvc}Global_Address_DataType" maxOccurs="unbounded"/>
       </sequence>
       <attribute ref="{urn:com.workday/bsvc}version"/>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<GlobalAddressDataType> addressData
protected UniqueIdentifierObjectType addressReference
protected String version
Public Constructors
PutAddressesForCountryFormatExtensionRequestType()
Public Methods
List<GlobalAddressDataType> getAddressData()
Gets the value of the addressData property.
UniqueIdentifierObjectType getAddressReference()
Gets the value of the addressReference property.
String getVersion()
Gets the value of the version property.
void setAddressData(List<GlobalAddressDataType> addressData)
Sets the value of the addressData property.
void setAddressReference(UniqueIdentifierObjectType value)
Sets the value of the addressReference property.
void setVersion(String value)
Sets the value of the version property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<GlobalAddressDataType> addressData

protected UniqueIdentifierObjectType addressReference

protected String version

Public Constructors

public PutAddressesForCountryFormatExtensionRequestType ()

Public Methods

public List<GlobalAddressDataType> getAddressData ()

Gets the value of the addressData 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 addressData property.

For example, to add a new item, do as follows:

    getAddressData().add(newItem);
 

Objects of the following type(s) are allowed in the list GlobalAddressDataType

public UniqueIdentifierObjectType getAddressReference ()

Gets the value of the addressReference property.

Returns

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public void setAddressData (List<GlobalAddressDataType> addressData)

Sets the value of the addressData property.

Parameters
addressData Allowed object is GlobalAddressDataType

public void setAddressReference (UniqueIdentifierObjectType value)

Sets the value of the addressReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String