Class ATMCommandParameters1Choice

java.lang.Object
org.coderic.iso20022.messages.catp.ATMCommandParameters1Choice

public class ATMCommandParameters1Choice extends Object

Java class for ATMCommandParameters1Choice complex type.

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

 <complexType name="ATMCommandParameters1Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="ATMReqrdGblSts" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ATMStatus1Code"/>
         <element name="XpctdMsgFctn" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}MessageFunction8Code"/>
         <element name="ReqrdCfgtnParam" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ATMConfigurationParameter1"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>