| java.lang.Object | |
| ↳ | com.workday.payroll.SupportOrderDependentDataType |
Support Order Dependent Data
Java class for Support_Order_Dependent_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Support_Order_Dependent_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Child_s_Name__Last__First__MI_" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Child_s_Birth_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| childSBirthDate | |||||||||||
| childSNameLastFirstMI | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the childSBirthDate property.
| |||||||||||
Gets the value of the childSNameLastFirstMI property.
| |||||||||||
Sets the value of the childSBirthDate property.
| |||||||||||
Sets the value of the childSNameLastFirstMI property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the childSBirthDate property.
Gets the value of the childSNameLastFirstMI property.
Sets the value of the childSBirthDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the childSNameLastFirstMI property.
| value | Allowed object is String |
|---|