Class RateAndAmountFormat40Choice

java.lang.Object
org.coderic.iso20022.messages.seev.RateAndAmountFormat40Choice

public class RateAndAmountFormat40Choice extends Object

Java class for RateAndAmountFormat40Choice complex type.

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

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