public class

LocationContentDataType

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

Class Overview

Encapsulating element containing a brief summary of Location data.

Java class for Location_Content_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Location_Content_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Integration_ID_Data" type="{urn:com.workday/bsvc}External_Integration_ID_DataType" minOccurs="0"/>
         <element name="Location_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Location_Type_Reference" type="{urn:com.workday/bsvc}Location_Type_Reference_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Time_Profile_Reference" type="{urn:com.workday/bsvc}Time_Profile_Reference_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ExternalIntegrationIDDataType integrationIDData
protected String locationName
protected List<LocationTypeReferenceDataType> locationTypeReference
protected List<TimeProfileReferenceDataType> timeProfileReference
Public Constructors
LocationContentDataType()
Public Methods
ExternalIntegrationIDDataType getIntegrationIDData()
Gets the value of the integrationIDData property.
String getLocationName()
Gets the value of the locationName property.
List<LocationTypeReferenceDataType> getLocationTypeReference()
Gets the value of the locationTypeReference property.
List<TimeProfileReferenceDataType> getTimeProfileReference()
Gets the value of the timeProfileReference property.
void setIntegrationIDData(ExternalIntegrationIDDataType value)
Sets the value of the integrationIDData property.
void setLocationName(String value)
Sets the value of the locationName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ExternalIntegrationIDDataType integrationIDData

protected String locationName

protected List<LocationTypeReferenceDataType> locationTypeReference

protected List<TimeProfileReferenceDataType> timeProfileReference

Public Constructors

public LocationContentDataType ()

Public Methods

public ExternalIntegrationIDDataType getIntegrationIDData ()

Gets the value of the integrationIDData property.

Returns

public String getLocationName ()

Gets the value of the locationName property.

Returns
  • possible object is String

public List<LocationTypeReferenceDataType> getLocationTypeReference ()

Gets the value of the locationTypeReference property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the locationTypeReference property.

For example, to add a new item, do as follows:

    getLocationTypeReference().add(newItem);
 

Objects of the following type(s) are allowed in the list LocationTypeReferenceDataType

public List<TimeProfileReferenceDataType> getTimeProfileReference ()

Gets the value of the timeProfileReference property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the timeProfileReference property.

For example, to add a new item, do as follows:

    getTimeProfileReference().add(newItem);
 

Objects of the following type(s) are allowed in the list TimeProfileReferenceDataType

public void setIntegrationIDData (ExternalIntegrationIDDataType value)

Sets the value of the integrationIDData property.

Parameters
value Allowed object is ExternalIntegrationIDDataType

public void setLocationName (String value)

Sets the value of the locationName property.

Parameters
value Allowed object is String