public class

OtherMoniesDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.OtherMoniesDataType

Class Overview

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>
 

Summary

Fields
protected BigDecimal roeOtherMoniesAmount
protected String roeOtherMoniesCode
Public Constructors
OtherMoniesDataType()
Public Methods
BigDecimal getROEOtherMoniesAmount()
Gets the value of the roeOtherMoniesAmount property.
String getROEOtherMoniesCode()
Gets the value of the roeOtherMoniesCode property.
void setROEOtherMoniesAmount(BigDecimal value)
Sets the value of the roeOtherMoniesAmount property.
void setROEOtherMoniesCode(String value)
Sets the value of the roeOtherMoniesCode property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BigDecimal roeOtherMoniesAmount

protected String roeOtherMoniesCode

Public Constructors

public OtherMoniesDataType ()

Public Methods

public BigDecimal getROEOtherMoniesAmount ()

Gets the value of the roeOtherMoniesAmount property.

Returns
  • possible object is BigDecimal

public String getROEOtherMoniesCode ()

Gets the value of the roeOtherMoniesCode property.

Returns
  • possible object is String

public void setROEOtherMoniesAmount (BigDecimal value)

Sets the value of the roeOtherMoniesAmount property.

Parameters
value Allowed object is BigDecimal

public void setROEOtherMoniesCode (String value)

Sets the value of the roeOtherMoniesCode property.

Parameters
value Allowed object is String