public class

LocationResponseType

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

Class Overview

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>
 

Summary

Fields
protected LocationIDataType locationData
protected LocationObjectType locationReference
Public Constructors
LocationResponseType()
Public Methods
LocationIDataType getLocationData()
Gets the value of the locationData property.
LocationObjectType getLocationReference()
Gets the value of the locationReference property.
void setLocationData(LocationIDataType value)
Sets the value of the locationData property.
void setLocationReference(LocationObjectType value)
Sets the value of the locationReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected LocationIDataType locationData

protected LocationObjectType locationReference

Public Constructors

public LocationResponseType ()

Public Methods

public LocationIDataType getLocationData ()

Gets the value of the locationData property.

Returns

public LocationObjectType getLocationReference ()

Gets the value of the locationReference property.

Returns

public void setLocationData (LocationIDataType value)

Sets the value of the locationData property.

Parameters
value Allowed object is LocationIDataType

public void setLocationReference (LocationObjectType value)

Sets the value of the locationReference property.

Parameters
value Allowed object is LocationObjectType