| java.lang.Object | |
| ↳ | com.workday.staffing.HeadcountDetailsDataType |
Wrapper element for Headcount Details
Java class for Headcount_Details_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Headcount_Details_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Headcount_Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<choice>
<element name="Positions_Available" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="7"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
</choice>
<choice>
<element name="Hours_Allocated" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="8"/>
<minInclusive value="0"/>
<fractionDigits value="1"/>
</restriction>
</simpleType>
</element>
<element name="Positions_Allocated" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="7"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
</choice>
<element name="Headcount_Status_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
<element name="Available_For_Hire" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Hiring_Freeze" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| availableForHire | |||||||||||
| headcountDescription | |||||||||||
| headcountStatusReference | |||||||||||
| hiringFreeze | |||||||||||
| hoursAllocated | |||||||||||
| positionsAllocated | |||||||||||
| positionsAvailable | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the availableForHire property.
| |||||||||||
Gets the value of the headcountDescription property.
| |||||||||||
Gets the value of the headcountStatusReference property.
| |||||||||||
Gets the value of the hiringFreeze property.
| |||||||||||
Gets the value of the hoursAllocated property.
| |||||||||||
Gets the value of the positionsAllocated property.
| |||||||||||
Gets the value of the positionsAvailable property.
| |||||||||||
Sets the value of the availableForHire property.
| |||||||||||
Sets the value of the headcountDescription property.
| |||||||||||
Sets the value of the headcountStatusReference property.
| |||||||||||
Sets the value of the hiringFreeze property.
| |||||||||||
Sets the value of the hoursAllocated property.
| |||||||||||
Sets the value of the positionsAllocated property.
| |||||||||||
Sets the value of the positionsAvailable property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the availableForHire property. This getter has been renamed from isAvailableForHire() to getAvailableForHire() by cxf-xjc-boolean plugin.
Gets the value of the headcountDescription property.
Gets the value of the headcountStatusReference property.
UniqueIdentifierObjectType
Gets the value of the hiringFreeze property. This getter has been renamed from isHiringFreeze() to getHiringFreeze() by cxf-xjc-boolean plugin.
Gets the value of the hoursAllocated property.
Gets the value of the positionsAllocated property.
Gets the value of the positionsAvailable property.
Sets the value of the availableForHire property.
| value | Allowed object is Boolean |
|---|
Sets the value of the headcountDescription property.
| value | Allowed object is String |
|---|
Sets the value of the headcountStatusReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the hiringFreeze property.
| value | Allowed object is Boolean |
|---|
Sets the value of the hoursAllocated property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the positionsAllocated property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the positionsAvailable property.
| value | Allowed object is BigDecimal |
|---|