| java.lang.Object | |
| ↳ | workday.com.bsvc.LocationResponseType |
Response element containing an instance of Location and its associated data.
Java class for Location_ResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Location_ResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Location_Reference" type="{urn:com.workday/bsvc}LocationObjectType" minOccurs="0"/>
<element name="Location_Data" type="{urn:com.workday/bsvc}Location_iDataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| locationData | |||||||||||
| locationReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the locationData property.
| |||||||||||
Gets the value of the locationReference property.
| |||||||||||
Sets the value of the locationData property.
| |||||||||||
Sets the value of the locationReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the locationData property.
LocationIDataType
Gets the value of the locationReference property.
LocationObjectType
Sets the value of the locationData property.
| value | Allowed object is
LocationIDataType
|
|---|
Sets the value of the locationReference property.
| value | Allowed object is
LocationObjectType
|
|---|

