Class MonAmntType
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.MonAmntType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the currCode property.getValue()Gets the value of the value property.voidsetCurrCode(CurrCodeType value) Sets the value of the currCode property.voidsetValue(BigInteger value) Sets the value of the value property.
-
Field Details
-
value
-
currCode
-
-
Constructor Details
-
MonAmntType
public MonAmntType()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
BigInteger
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isBigInteger
-
getCurrCode
Gets the value of the currCode property.- Returns:
- possible object is
CurrCodeType
-
setCurrCode
Sets the value of the currCode property.- Parameters:
value- allowed object isCurrCodeType
-