| java.lang.Object | |
| ↳ | workday.com.bsvc.LocationIDataType |
Element containing all Location data.
Java class for Location_iDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Location_iDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Location_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Location_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Location_Usage_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" maxOccurs="unbounded"/>
<element name="Location_Type_Reference" type="{urn:com.workday/bsvc}Location_TypeObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Superior_Location_Reference" type="{urn:com.workday/bsvc}LocationObjectType" minOccurs="0"/>
<element name="Latitude" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="8"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Longitude" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="9"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Altitude" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="10"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Time_Profile_Reference" type="{urn:com.workday/bsvc}Time_ProfileObjectType" minOccurs="0"/>
<element name="Locale_Reference" type="{urn:com.workday/bsvc}LocaleObjectType" minOccurs="0"/>
<element name="Display_Language_Reference" type="{urn:com.workday/bsvc}User_LanguageObjectType" minOccurs="0"/>
<element name="Time_Zone_Reference" type="{urn:com.workday/bsvc}Time_ZoneObjectType" 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_Information_DataType" minOccurs="0"/>
<element name="Integration_ID_Data" type="{urn:com.workday/bsvc}External_Integration_ID_DataType" minOccurs="0"/>
<element name="Location_Hierarchy_Reference" type="{urn:com.workday/bsvc}Location_HierarchyObjectType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| altitude | |||||||||||
| contactData | |||||||||||
| defaultCurrencyReference | |||||||||||
| displayLanguageReference | |||||||||||
| integrationIDData | |||||||||||
| latitude | |||||||||||
| localeReference | |||||||||||
| locationHierarchyReference | |||||||||||
| locationID | |||||||||||
| locationName | |||||||||||
| locationTypeReference | |||||||||||
| locationUsageReference | |||||||||||
| longitude | |||||||||||
| superiorLocationReference | |||||||||||
| timeProfileReference | |||||||||||
| timeZoneReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the altitude property.
| |||||||||||
Gets the value of the contactData property.
| |||||||||||
Gets the value of the defaultCurrencyReference property.
| |||||||||||
Gets the value of the displayLanguageReference property.
| |||||||||||
Gets the value of the integrationIDData property.
| |||||||||||
Gets the value of the latitude property.
| |||||||||||
Gets the value of the localeReference property.
| |||||||||||
Gets the value of the locationHierarchyReference property.
| |||||||||||
Gets the value of the locationID property.
| |||||||||||
Gets the value of the locationName property.
| |||||||||||
Gets the value of the locationTypeReference property.
| |||||||||||
Gets the value of the locationUsageReference property.
| |||||||||||
Gets the value of the longitude property.
| |||||||||||
Gets the value of the superiorLocationReference property.
| |||||||||||
Gets the value of the timeProfileReference property.
| |||||||||||
Gets the value of the timeZoneReference property.
| |||||||||||
Sets the value of the altitude property.
| |||||||||||
Sets the value of the contactData property.
| |||||||||||
Sets the value of the defaultCurrencyReference property.
| |||||||||||
Sets the value of the displayLanguageReference property.
| |||||||||||
Sets the value of the integrationIDData property.
| |||||||||||
Sets the value of the latitude property.
| |||||||||||
Sets the value of the localeReference property.
| |||||||||||
Sets the value of the locationID property.
| |||||||||||
Sets the value of the locationName property.
| |||||||||||
Sets the value of the longitude property.
| |||||||||||
Sets the value of the superiorLocationReference property.
| |||||||||||
Sets the value of the timeProfileReference property.
| |||||||||||
Sets the value of the timeZoneReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the altitude property.
Gets the value of the contactData property.
ContactInformationDataType
Gets the value of the defaultCurrencyReference property.
CurrencyObjectType
Gets the value of the displayLanguageReference property.
UserLanguageObjectType
Gets the value of the integrationIDData property.
ExternalIntegrationIDDataType
Gets the value of the latitude property.
Gets the value of the localeReference property.
LocaleObjectType
Gets the value of the locationHierarchyReference 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 locationHierarchyReference property.
For example, to add a new item, do as follows:
getLocationHierarchyReference().add(newItem);
Objects of the following type(s) are allowed in the list
LocationHierarchyObjectType
Gets the value of the locationID property.
Gets the value of the locationName property.
Gets the value of the locationTypeReference 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 locationTypeReference property.
For example, to add a new item, do as follows:
getLocationTypeReference().add(newItem);
Objects of the following type(s) are allowed in the list
LocationTypeObjectType
Gets the value of the locationUsageReference 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 locationUsageReference property.
For example, to add a new item, do as follows:
getLocationUsageReference().add(newItem);
Objects of the following type(s) are allowed in the list
UniqueIdentifierObjectType
Gets the value of the longitude property.
Gets the value of the superiorLocationReference property.
LocationObjectType
Gets the value of the timeProfileReference property.
TimeProfileObjectType
Gets the value of the timeZoneReference property.
TimeZoneObjectType
Sets the value of the altitude property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the contactData property.
| value | Allowed object is
ContactInformationDataType
|
|---|
Sets the value of the defaultCurrencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the displayLanguageReference property.
| value | Allowed object is
UserLanguageObjectType
|
|---|
Sets the value of the integrationIDData property.
| value | Allowed object is
ExternalIntegrationIDDataType
|
|---|
Sets the value of the latitude property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the localeReference property.
| value | Allowed object is
LocaleObjectType
|
|---|
Sets the value of the locationID property.
| value | Allowed object is String |
|---|
Sets the value of the locationName property.
| value | Allowed object is String |
|---|
Sets the value of the longitude property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the superiorLocationReference property.
| value | Allowed object is
LocationObjectType
|
|---|
Sets the value of the timeProfileReference property.
| value | Allowed object is
TimeProfileObjectType
|
|---|
Sets the value of the timeZoneReference property.
| value | Allowed object is
TimeZoneObjectType
|
|---|