Class RateAndAmountFormat39Choice

java.lang.Object
org.coderic.iso20022.messages.sese.RateAndAmountFormat39Choice

public class RateAndAmountFormat39Choice extends Object

Java class for RateAndAmountFormat39Choice complex type.

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

 <complexType name="RateAndAmountFormat39Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="Rate" type="{urn:iso:std:iso:20022:tech:xsd:sese.042.001.01}PercentageRate"/>
         <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:sese.042.001.01}ActiveCurrencyAnd13DecimalAmount"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>