| java.lang.Object | |
| ↳ | com.workday.payroll.OtherDataType |
This element is wrapper for W-2 Box 14 Other Data.
Java class for Other_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Other_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Label" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="9"/>
</restriction>
</simpleType>
</element>
<element name="Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Customer_Owned" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| customerOwned | |||||||||||
| label | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the customerOwned property.
| |||||||||||
Gets the value of the label property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the customerOwned property.
| |||||||||||
Sets the value of the label property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the amount property.
Gets the value of the customerOwned property. This getter has been renamed from isCustomerOwned() to getCustomerOwned() by cxf-xjc-boolean plugin.
Gets the value of the label property.
Sets the value of the amount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the customerOwned property.
| value | Allowed object is Boolean |
|---|
Sets the value of the label property.
| value | Allowed object is String |
|---|