| java.lang.Object | |
| ↳ | com.workday.staffing.LocationSummaryDataType |
Encapsulating element containing a brief summary of Location data.
Java class for Location_Summary_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Location_Summary_DataType">
<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="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Location_Type_Reference" type="{urn:com.workday/bsvc}Location_TypeObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Local_Reference" type="{urn:com.workday/bsvc}LocaleObjectType" minOccurs="0"/>
<element name="Display_Language_Reference" type="{urn:com.workday/bsvc}User_LanguageObjectType" minOccurs="0"/>
<element name="Time_Profile_Reference" type="{urn:com.workday/bsvc}Time_ProfileObjectType" minOccurs="0"/>
<element name="Scheduled_Weekly_Hours" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="5"/>
<fractionDigits value="2"/>
</restriction>
</simpleType>
</element>
<element name="Address_Data" type="{urn:com.workday/bsvc}Address_Information_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| addressData | |||||||||||
| displayLanguageReference | |||||||||||
| localReference | |||||||||||
| locationReference | |||||||||||
| locationTypeReference | |||||||||||
| name | |||||||||||
| scheduledWeeklyHours | |||||||||||
| timeProfileReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the addressData property.
| |||||||||||
Gets the value of the displayLanguageReference property.
| |||||||||||
Gets the value of the localReference property.
| |||||||||||
Gets the value of the locationReference property.
| |||||||||||
Gets the value of the locationTypeReference property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the scheduledWeeklyHours property.
| |||||||||||
Gets the value of the timeProfileReference property.
| |||||||||||
Sets the value of the addressData property.
| |||||||||||
Sets the value of the displayLanguageReference property.
| |||||||||||
Sets the value of the localReference property.
| |||||||||||
Sets the value of the locationReference property.
| |||||||||||
Sets the value of the locationTypeReference property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the scheduledWeeklyHours property.
| |||||||||||
Sets the value of the timeProfileReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the addressData 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 addressData property.
For example, to add a new item, do as follows:
getAddressData().add(newItem);
Objects of the following type(s) are allowed in the list
AddressInformationDataType
Gets the value of the displayLanguageReference property.
UserLanguageObjectType
Gets the value of the localReference property.
LocaleObjectType
Gets the value of the locationReference property.
LocationObjectType
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
LocationTypeObjectType
Gets the value of the name property.
Gets the value of the scheduledWeeklyHours property.
Gets the value of the timeProfileReference property.
TimeProfileObjectType
Sets the value of the addressData property.
| addressData | Allowed object is
AddressInformationDataType
|
|---|
Sets the value of the displayLanguageReference property.
| value | Allowed object is
UserLanguageObjectType
|
|---|
Sets the value of the localReference property.
| value | Allowed object is
LocaleObjectType
|
|---|
Sets the value of the locationReference property.
| value | Allowed object is
LocationObjectType
|
|---|
Sets the value of the locationTypeReference property.
| locationTypeReference | Allowed object is
LocationTypeObjectType
|
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the scheduledWeeklyHours property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the timeProfileReference property.
| value | Allowed object is
TimeProfileObjectType
|
|---|