| java.lang.Object | |
| ↳ | com.workday.payroll.DeferredAndOtherCompensationDataType |
This is wrapper element for W-2 Box 12 Data.
Java class for Deferred_and_Other_Compensation_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Deferred_and_Other_Compensation_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Year" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="4"/>
</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>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| code | |||||||||||
| year | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the code property.
| |||||||||||
Gets the value of the year property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the code property.
| |||||||||||
Sets the value of the year property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the amount property.
Gets the value of the code property.
Gets the value of the year property.
Sets the value of the amount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the code property.
| value | Allowed object is String |
|---|
Sets the value of the year property.
| value | Allowed object is String |
|---|