java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.MonAmntType

public class MonAmntType extends Object
This data type is to be used whenever monetary amounts are to be communicated. Such amounts shall be given in full units, i.e. without decimals. The code for the currency in which the value is expressed has to be taken from the ISO codelist 4217 and added in attribute currCode.

Java class for MonAmnt_Type complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MonAmnt_Type">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>integer">
       <attribute name="currCode" use="required" type="{urn:oecd:ties:isodpitypes:v1}currCode_Type" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • MonAmntType

      public MonAmntType()
  • Method Details

    • getValue

      public BigInteger getValue()
      Gets the value of the value property.
      Returns:
      possible object is BigInteger
    • setValue

      public void setValue(BigInteger value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is BigInteger
    • getCurrCode

      public CurrCodeType getCurrCode()
      Gets the value of the currCode property.
      Returns:
      possible object is CurrCodeType
    • setCurrCode

      public void setCurrCode(CurrCodeType value)
      Sets the value of the currCode property.
      Parameters:
      value - allowed object is CurrCodeType