Class AmountAndDirection53

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

public class AmountAndDirection53 extends Object

Java class for AmountAndDirection53 complex type.

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

 <complexType name="AmountAndDirection53">
   <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}ActiveOrHistoricCurrencyAndAmount"/>
         <element name="Sgn" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}PlusOrMinusIndicator" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>