| java.lang.Object | |
| ↳ | com.workday.benefits.BenefitJobsDataType |
Container for specifying the benefit jobs for a worker.
Java class for Benefit_Jobs_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Benefit_Jobs_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="Use_Primary_Job" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Position_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType" maxOccurs="unbounded"/>
</choice>
</sequence>
<attribute name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" />
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| effectiveDate | |||||||||||
| positionReference | |||||||||||
| usePrimaryJob | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the positionReference property.
| |||||||||||
Gets the value of the usePrimaryJob property.
| |||||||||||
Sets the value of the effectiveDate property.
| |||||||||||
Sets the value of the positionReference property.
| |||||||||||
Sets the value of the usePrimaryJob property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the effectiveDate property.
Gets the value of the positionReference 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 positionReference property.
For example, to add a new item, do as follows:
getPositionReference().add(newItem);
Objects of the following type(s) are allowed in the list
PositionElementObjectType
Gets the value of the usePrimaryJob property. This getter has been renamed from isUsePrimaryJob() to getUsePrimaryJob() by cxf-xjc-boolean plugin.
Sets the value of the effectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the positionReference property.
| positionReference | Allowed object is
PositionElementObjectType
|
|---|
Sets the value of the usePrimaryJob property.
| value | Allowed object is Boolean |
|---|