| java.lang.Object | |
| ↳ | com.workday.staffing.BeneficiaryDataType |
Contains the details about the beneficiary.
Java class for Beneficiary_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Beneficiary_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Beneficiary_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Irrevocable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Inactive_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Court_Order" type="{urn:com.workday/bsvc}Qualified_Domestic_Relations_Order_Replacement_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| beneficiaryID | |||||||||||
| courtOrder | |||||||||||
| inactiveDate | |||||||||||
| irrevocable | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the beneficiaryID property.
| |||||||||||
Gets the value of the courtOrder property.
| |||||||||||
Gets the value of the inactiveDate property.
| |||||||||||
Gets the value of the irrevocable property.
| |||||||||||
Sets the value of the beneficiaryID property.
| |||||||||||
Sets the value of the courtOrder property.
| |||||||||||
Sets the value of the inactiveDate property.
| |||||||||||
Sets the value of the irrevocable property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the beneficiaryID property.
Gets the value of the courtOrder 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 courtOrder property.
For example, to add a new item, do as follows:
getCourtOrder().add(newItem);
Objects of the following type(s) are allowed in the list
QualifiedDomesticRelationsOrderReplacementDataType
Gets the value of the inactiveDate property.
Gets the value of the irrevocable property. This getter has been renamed from isIrrevocable() to getIrrevocable() by cxf-xjc-boolean plugin.
Sets the value of the beneficiaryID property.
| value | Allowed object is String |
|---|
Sets the value of the courtOrder property.
| courtOrder | Allowed object is
QualifiedDomesticRelationsOrderReplacementDataType
|
|---|
Sets the value of the inactiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the irrevocable property.
| value | Allowed object is Boolean |
|---|