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

