Class AmountAndDirection61

java.lang.Object
org.coderic.iso20022.messages.auth.AmountAndDirection61

public class AmountAndDirection61 extends Object

Java class for AmountAndDirection61 complex type.

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

 <complexType name="AmountAndDirection61">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}ActiveCurrencyAnd13DecimalAmount"/>
         <element name="Sgn" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}PlusOrMinusIndicator" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>