Class NetworkParameters9

java.lang.Object
org.coderic.iso20022.messages.caaa.NetworkParameters9

public class NetworkParameters9 extends Object

Java class for NetworkParameters9 complex type.

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

 <complexType name="NetworkParameters9">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="NtwkTp" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}NetworkType1Code"/>
         <element name="AdrVal" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max500Text"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • NetworkParameters9

      public NetworkParameters9()
  • Method Details

    • getNtwkTp

      public NetworkType1Code getNtwkTp()
      Gets the value of the ntwkTp property.
      Returns:
      possible object is NetworkType1Code
    • setNtwkTp

      public void setNtwkTp(NetworkType1Code value)
      Sets the value of the ntwkTp property.
      Parameters:
      value - allowed object is NetworkType1Code
    • getAdrVal

      public String getAdrVal()
      Gets the value of the adrVal property.
      Returns:
      possible object is String
    • setAdrVal

      public void setAdrVal(String value)
      Sets the value of the adrVal property.
      Parameters:
      value - allowed object is String