| java.lang.Object | |
| ↳ | workday.com.bsvc.OtherMoniesDataType |
Other Monies Information
Java class for Other_Monies_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Other_Monies_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ROE_Other_Monies_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ROE_Other_Monies_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="36"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| roeOtherMoniesAmount | |||||||||||
| roeOtherMoniesCode | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the roeOtherMoniesAmount property.
| |||||||||||
Gets the value of the roeOtherMoniesCode property.
| |||||||||||
Sets the value of the roeOtherMoniesAmount property.
| |||||||||||
Sets the value of the roeOtherMoniesCode property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the roeOtherMoniesAmount property.
Gets the value of the roeOtherMoniesCode property.
Sets the value of the roeOtherMoniesAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the roeOtherMoniesCode property.
| value | Allowed object is String |
|---|

