| java.lang.Object | |
| ↳ | com.workday.hr.BusinessSiteGetType |
Utilize the following Reference element (and other optional attributes) to retrieve an instance of Location and its associated data.
Java class for Business_Site_GetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Business_Site_GetType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Location_Reference" type="{urn:com.workday/bsvc}Business_Site_Reference_DataType"/>
</sequence>
<attribute name="As_Of_Moment" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| asOfMoment | |||||||||||
| locationReference | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the asOfMoment 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 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 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 locationReference property.
| value | Allowed object is
BusinessSiteReferenceDataType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|

