public class

BusinessSiteType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.BusinessSiteType

Class Overview

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>
 

Summary

Fields
protected XMLGregorianCalendar asOfMoment
protected LocationDataType locationData
protected BusinessSiteReferenceDataType locationReference
protected String version
Public Constructors
BusinessSiteType()
Public Methods
XMLGregorianCalendar getAsOfMoment()
Gets the value of the asOfMoment property.
LocationDataType getLocationData()
Gets the value of the locationData property.
BusinessSiteReferenceDataType getLocationReference()
Gets the value of the locationReference property.
String getVersion()
Gets the value of the version property.
void setAsOfMoment(XMLGregorianCalendar value)
Sets the value of the asOfMoment property.
void setLocationData(LocationDataType value)
Sets the value of the locationData property.
void setLocationReference(BusinessSiteReferenceDataType value)
Sets the value of the locationReference property.
void setVersion(String value)
Sets the value of the version property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar asOfMoment

protected LocationDataType locationData

protected BusinessSiteReferenceDataType locationReference

protected String version

Public Constructors

public BusinessSiteType ()

Public Methods

public XMLGregorianCalendar getAsOfMoment ()

Gets the value of the asOfMoment property.

Returns
  • possible object is XMLGregorianCalendar

public LocationDataType getLocationData ()

Gets the value of the locationData property.

Returns

public BusinessSiteReferenceDataType getLocationReference ()

Gets the value of the locationReference property.

Returns

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public void setAsOfMoment (XMLGregorianCalendar value)

Sets the value of the asOfMoment property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setLocationData (LocationDataType value)

Sets the value of the locationData property.

Parameters
value Allowed object is LocationDataType

public void setLocationReference (BusinessSiteReferenceDataType value)

Sets the value of the locationReference property.

Parameters
value Allowed object is BusinessSiteReferenceDataType

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String