| java.lang.Object | |
| ↳ | workday.com.bsvc.PositionDetailsSubDataType |
Wrapper element for filled position data.
Java class for Position_Details_Sub_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Position_Details_Sub_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Job_Profile_Reference" type="{urn:com.workday/bsvc}Job_ProfileObjectType" minOccurs="0"/>
<element name="Position_Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Business_Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Location_Reference" type="{urn:com.workday/bsvc}LocationObjectType" minOccurs="0"/>
<element name="Work_Space_Reference" type="{urn:com.workday/bsvc}LocationObjectType" minOccurs="0"/>
<element name="Position_Time_Type_Reference" type="{urn:com.workday/bsvc}Position_Time_TypeObjectType" minOccurs="0"/>
<element name="Work_Shift_Reference" type="{urn:com.workday/bsvc}Work_ShiftObjectType" minOccurs="0"/>
<element name="Work_Hours_Profile_Reference" type="{urn:com.workday/bsvc}Work_Hours_ProfileObjectType" minOccurs="0"/>
<element name="Default_Hours" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="5"/>
<minInclusive value="0"/>
<fractionDigits value="2"/>
</restriction>
</simpleType>
</element>
<element name="Scheduled_Hours" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="5"/>
<fractionDigits value="2"/>
</restriction>
</simpleType>
</element>
<element name="Pay_Rate_Type_Reference" type="{urn:com.workday/bsvc}Pay_Rate_TypeObjectType" minOccurs="0"/>
<element name="Job_Classification_Reference" type="{urn:com.workday/bsvc}Job_ClassificationObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Company_Insider_Type_Reference" type="{urn:com.workday/bsvc}Company_Insider_TypeObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Position_External_ID_Data" type="{urn:com.workday/bsvc}External_ID_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| businessTitle | |||||||||||
| companyInsiderTypeReference | |||||||||||
| defaultHours | |||||||||||
| jobClassificationReference | |||||||||||
| jobProfileReference | |||||||||||
| locationReference | |||||||||||
| payRateTypeReference | |||||||||||
| positionExternalIDData | |||||||||||
| positionTimeTypeReference | |||||||||||
| positionTitle | |||||||||||
| scheduledHours | |||||||||||
| workHoursProfileReference | |||||||||||
| workShiftReference | |||||||||||
| workSpaceReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the businessTitle property.
| |||||||||||
Gets the value of the companyInsiderTypeReference property.
| |||||||||||
Gets the value of the defaultHours property.
| |||||||||||
Gets the value of the jobClassificationReference property.
| |||||||||||
Gets the value of the jobProfileReference property.
| |||||||||||
Gets the value of the locationReference property.
| |||||||||||
Gets the value of the payRateTypeReference property.
| |||||||||||
Gets the value of the positionExternalIDData property.
| |||||||||||
Gets the value of the positionTimeTypeReference property.
| |||||||||||
Gets the value of the positionTitle property.
| |||||||||||
Gets the value of the scheduledHours property.
| |||||||||||
Gets the value of the workHoursProfileReference property.
| |||||||||||
Gets the value of the workShiftReference property.
| |||||||||||
Gets the value of the workSpaceReference property.
| |||||||||||
Sets the value of the businessTitle property.
| |||||||||||
Sets the value of the defaultHours property.
| |||||||||||
Sets the value of the jobProfileReference property.
| |||||||||||
Sets the value of the locationReference property.
| |||||||||||
Sets the value of the payRateTypeReference property.
| |||||||||||
Sets the value of the positionExternalIDData property.
| |||||||||||
Sets the value of the positionTimeTypeReference property.
| |||||||||||
Sets the value of the positionTitle property.
| |||||||||||
Sets the value of the scheduledHours property.
| |||||||||||
Sets the value of the workHoursProfileReference property.
| |||||||||||
Sets the value of the workShiftReference property.
| |||||||||||
Sets the value of the workSpaceReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the businessTitle property.
Gets the value of the companyInsiderTypeReference 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 companyInsiderTypeReference property.
For example, to add a new item, do as follows:
getCompanyInsiderTypeReference().add(newItem);
Objects of the following type(s) are allowed in the list
CompanyInsiderTypeObjectType
Gets the value of the defaultHours property.
Gets the value of the jobClassificationReference 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 jobClassificationReference property.
For example, to add a new item, do as follows:
getJobClassificationReference().add(newItem);
Objects of the following type(s) are allowed in the list
JobClassificationObjectType
Gets the value of the jobProfileReference property.
JobProfileObjectType
Gets the value of the locationReference property.
LocationObjectType
Gets the value of the payRateTypeReference property.
PayRateTypeObjectType
Gets the value of the positionExternalIDData property.
ExternalIDDataType
Gets the value of the positionTimeTypeReference property.
PositionTimeTypeObjectType
Gets the value of the positionTitle property.
Gets the value of the scheduledHours property.
Gets the value of the workHoursProfileReference property.
WorkHoursProfileObjectType
Gets the value of the workShiftReference property.
WorkShiftObjectType
Gets the value of the workSpaceReference property.
LocationObjectType
Sets the value of the businessTitle property.
| value | Allowed object is String |
|---|
Sets the value of the defaultHours property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the jobProfileReference property.
| value | Allowed object is
JobProfileObjectType
|
|---|
Sets the value of the locationReference property.
| value | Allowed object is
LocationObjectType
|
|---|
Sets the value of the payRateTypeReference property.
| value | Allowed object is
PayRateTypeObjectType
|
|---|
Sets the value of the positionExternalIDData property.
| value | Allowed object is
ExternalIDDataType
|
|---|
Sets the value of the positionTimeTypeReference property.
| value | Allowed object is
PositionTimeTypeObjectType
|
|---|
Sets the value of the positionTitle property.
| value | Allowed object is String |
|---|
Sets the value of the scheduledHours property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the workHoursProfileReference property.
| value | Allowed object is
WorkHoursProfileObjectType
|
|---|
Sets the value of the workShiftReference property.
| value | Allowed object is
WorkShiftObjectType
|
|---|
Sets the value of the workSpaceReference property.
| value | Allowed object is
LocationObjectType
|
|---|