| java.lang.Object | |
| ↳ | com.workday.hr.LocationContentDataType |
Encapsulating element containing a brief summary of Location data.
Java class for Location_Content_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Location_Content_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="Location_Type_Reference" type="{urn:com.workday/bsvc}Location_Type_Reference_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Time_Profile_Reference" type="{urn:com.workday/bsvc}Time_Profile_Reference_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| integrationIDData | |||||||||||
| locationName | |||||||||||
| locationTypeReference | |||||||||||
| timeProfileReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the integrationIDData property.
| |||||||||||
Gets the value of the locationName property.
| |||||||||||
Gets the value of the locationTypeReference property.
| |||||||||||
Gets the value of the timeProfileReference property.
| |||||||||||
Sets the value of the integrationIDData property.
| |||||||||||
Sets the value of the locationName property.
| |||||||||||
Sets the value of the locationTypeReference property.
| |||||||||||
Sets the value of the timeProfileReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the integrationIDData property.
ExternalIntegrationIDDataType
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
LocationTypeReferenceDataType
Gets the value of the timeProfileReference 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 timeProfileReference property.
For example, to add a new item, do as follows:
getTimeProfileReference().add(newItem);
Objects of the following type(s) are allowed in the list
TimeProfileReferenceDataType
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 locationTypeReference property.
| locationTypeReference | Allowed object is
LocationTypeReferenceDataType
|
|---|
Sets the value of the timeProfileReference property.
| timeProfileReference | Allowed object is
TimeProfileReferenceDataType
|
|---|