Class AmountType4Choice

java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_002_001_12.AmountType4Choice

public class AmountType4Choice extends Object

Java class for AmountType4Choice complex type.

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

 <complexType name="AmountType4Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="InstdAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}ActiveOrHistoricCurrencyAndAmount"/>
         <element name="EqvtAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}EquivalentAmount2"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>