| java.lang.Object | |
| ↳ | com.workday.hr.PutDependentDataType |
The Wrapper data element for the Put Dependent Web Service.
Java class for Put_Dependent_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Put_Dependent_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Dependent_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Employee_Reference" type="{urn:com.workday/bsvc}EmployeeObjectType" minOccurs="0"/>
<element name="Existing_Related_Person_Reference" type="{urn:com.workday/bsvc}Related_Person_for_WorkerObjectType" minOccurs="0"/>
<element name="Related_Person_Relationship_Reference" type="{urn:com.workday/bsvc}Related_Person_RelationshipObjectType" minOccurs="0"/>
<element name="Use_Employee_Address" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Use_Employee_Phone" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Irrevocable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Dependent_Personal_Information_Data" type="{urn:com.workday/bsvc}Dependent_Personal_Information_DataType" minOccurs="0"/>
<element name="Court_Order_Replacement_Data" type="{urn:com.workday/bsvc}Qualified_Domestic_Relations_Order_Replacement_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| courtOrderReplacementData | |||||||||||
| dependentID | |||||||||||
| dependentPersonalInformationData | |||||||||||
| employeeReference | |||||||||||
| existingRelatedPersonReference | |||||||||||
| irrevocable | |||||||||||
| relatedPersonRelationshipReference | |||||||||||
| useEmployeeAddress | |||||||||||
| useEmployeePhone | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the courtOrderReplacementData property.
| |||||||||||
Gets the value of the dependentID property.
| |||||||||||
Gets the value of the dependentPersonalInformationData property.
| |||||||||||
Gets the value of the employeeReference property.
| |||||||||||
Gets the value of the existingRelatedPersonReference property.
| |||||||||||
Gets the value of the irrevocable property.
| |||||||||||
Gets the value of the relatedPersonRelationshipReference property.
| |||||||||||
Gets the value of the useEmployeeAddress property.
| |||||||||||
Gets the value of the useEmployeePhone property.
| |||||||||||
Sets the value of the courtOrderReplacementData property.
| |||||||||||
Sets the value of the dependentID property.
| |||||||||||
Sets the value of the dependentPersonalInformationData property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
Sets the value of the existingRelatedPersonReference property.
| |||||||||||
Sets the value of the irrevocable property.
| |||||||||||
Sets the value of the relatedPersonRelationshipReference property.
| |||||||||||
Sets the value of the useEmployeeAddress property.
| |||||||||||
Sets the value of the useEmployeePhone property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the courtOrderReplacementData 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 courtOrderReplacementData property.
For example, to add a new item, do as follows:
getCourtOrderReplacementData().add(newItem);
Objects of the following type(s) are allowed in the list
QualifiedDomesticRelationsOrderReplacementDataType
Gets the value of the dependentID property.
Gets the value of the dependentPersonalInformationData property.
DependentPersonalInformationDataType
Gets the value of the employeeReference property.
EmployeeObjectType
Gets the value of the existingRelatedPersonReference property.
RelatedPersonForWorkerObjectType
Gets the value of the irrevocable property. This getter has been renamed from isIrrevocable() to getIrrevocable() by cxf-xjc-boolean plugin.
Gets the value of the relatedPersonRelationshipReference property.
RelatedPersonRelationshipObjectType
Gets the value of the useEmployeeAddress property. This getter has been renamed from isUseEmployeeAddress() to getUseEmployeeAddress() by cxf-xjc-boolean plugin.
Gets the value of the useEmployeePhone property. This getter has been renamed from isUseEmployeePhone() to getUseEmployeePhone() by cxf-xjc-boolean plugin.
Sets the value of the courtOrderReplacementData property.
| courtOrderReplacementData | Allowed object is
QualifiedDomesticRelationsOrderReplacementDataType
|
|---|
Sets the value of the dependentID property.
| value | Allowed object is String |
|---|
Sets the value of the dependentPersonalInformationData property.
| value | Allowed object is
DependentPersonalInformationDataType
|
|---|
Sets the value of the employeeReference property.
| value | Allowed object is
EmployeeObjectType
|
|---|
Sets the value of the existingRelatedPersonReference property.
| value | Allowed object is
RelatedPersonForWorkerObjectType
|
|---|
Sets the value of the irrevocable property.
| value | Allowed object is Boolean |
|---|
Sets the value of the relatedPersonRelationshipReference property.
| value | Allowed object is
RelatedPersonRelationshipObjectType
|
|---|
Sets the value of the useEmployeeAddress property.
| value | Allowed object is Boolean |
|---|
Sets the value of the useEmployeePhone property.
| value | Allowed object is Boolean |
|---|