Class ATMConfigurationParameter1

java.lang.Object
org.coderic.iso20022.messages.caam.ATMConfigurationParameter1

public class ATMConfigurationParameter1 extends Object

Java class for ATMConfigurationParameter1 complex type.

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

 <complexType name="ATMConfigurationParameter1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}DataSetCategory7Code"/>
         <element name="Vrsn" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}Max35Text"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • ATMConfigurationParameter1

      public ATMConfigurationParameter1()
  • Method Details