| java.lang.Object | |
| ↳ | workday.com.bsvc.LocationDataType |
Encapsulating element containing all Location data.
Java class for Location_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Location_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Integration_ID_Data" type="{urn:com.workday/bsvc}External_Integration_ID_DataType" minOccurs="0"/>
<element name="Location_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Time_Profile_Reference_Data" type="{urn:com.workday/bsvc}Time_Profile_Reference_DataType" minOccurs="0"/>
<element name="Location_Type_Reference_Data" type="{urn:com.workday/bsvc}Location_Type_Reference_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Default_Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" minOccurs="0"/>
<element name="Contact_Data" type="{urn:com.workday/bsvc}Contact_DataType" minOccurs="0"/>
<element name="Container_Organization_Reference_Data" type="{urn:com.workday/bsvc}Container_Organization_Reference_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Inactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| contactData | |||||||||||
| containerOrganizationReferenceData | |||||||||||
| defaultCurrencyReference | |||||||||||
| inactive | |||||||||||
| integrationIDData | |||||||||||
| locationName | |||||||||||
| locationTypeReferenceData | |||||||||||
| timeProfileReferenceData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the contactData property.
| |||||||||||
Gets the value of the containerOrganizationReferenceData property.
| |||||||||||
Gets the value of the defaultCurrencyReference property.
| |||||||||||
Gets the value of the integrationIDData property.
| |||||||||||
Gets the value of the locationName property.
| |||||||||||
Gets the value of the locationTypeReferenceData property.
| |||||||||||
Gets the value of the timeProfileReferenceData property.
| |||||||||||
Gets the value of the inactive property.
| |||||||||||
Sets the value of the contactData property.
| |||||||||||
Sets the value of the defaultCurrencyReference property.
| |||||||||||
Sets the value of the inactive property.
| |||||||||||
Sets the value of the integrationIDData property.
| |||||||||||
Sets the value of the locationName property.
| |||||||||||
Sets the value of the timeProfileReferenceData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the contactData property.
ContactDataType
Gets the value of the containerOrganizationReferenceData 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 containerOrganizationReferenceData property.
For example, to add a new item, do as follows:
getContainerOrganizationReferenceData().add(newItem);
Objects of the following type(s) are allowed in the list
ContainerOrganizationReferenceDataType
Gets the value of the defaultCurrencyReference property.
CurrencyObjectType
Gets the value of the integrationIDData property.
ExternalIntegrationIDDataType
Gets the value of the locationName property.
Gets the value of the locationTypeReferenceData 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 locationTypeReferenceData property.
For example, to add a new item, do as follows:
getLocationTypeReferenceData().add(newItem);
Objects of the following type(s) are allowed in the list
LocationTypeReferenceDataType
Gets the value of the timeProfileReferenceData property.
TimeProfileReferenceDataType
Gets the value of the inactive property.
Sets the value of the contactData property.
| value | Allowed object is
ContactDataType
|
|---|
Sets the value of the defaultCurrencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the inactive property.
| value | Allowed object is Boolean |
|---|
Sets the value of the integrationIDData property.
| value | Allowed object is
ExternalIntegrationIDDataType
|
|---|
Sets the value of the locationName property.
| value | Allowed object is String |
|---|
Sets the value of the timeProfileReferenceData property.
| value | Allowed object is
TimeProfileReferenceDataType
|
|---|