Class NetworkParameters7

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

public class NetworkParameters7 extends Object

Java class for NetworkParameters7 complex type.

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

 <complexType name="NetworkParameters7">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Adr" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}NetworkParameters9" maxOccurs="unbounded"/>
         <element name="UsrNm" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text" minOccurs="0"/>
         <element name="AccsCd" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Binary" minOccurs="0"/>
         <element name="SvrCert" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max10KBinary" maxOccurs="unbounded" minOccurs="0"/>
         <element name="SvrCertIdr" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max140Binary" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ClntCert" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max10KBinary" maxOccurs="unbounded" minOccurs="0"/>
         <element name="SctyPrfl" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • NetworkParameters7

      public NetworkParameters7()
  • Method Details

    • getAdr

      public List<NetworkParameters9> getAdr()
      Gets the value of the adr property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the adr property.

      For example, to add a new item, do as follows:

          getAdr().add(newItem);
       

      Objects of the following type(s) are allowed in the list NetworkParameters9

    • getUsrNm

      public String getUsrNm()
      Gets the value of the usrNm property.
      Returns:
      possible object is String
    • setUsrNm

      public void setUsrNm(String value)
      Sets the value of the usrNm property.
      Parameters:
      value - allowed object is String
    • getAccsCd

      public byte[] getAccsCd()
      Gets the value of the accsCd property.
      Returns:
      possible object is byte[]
    • setAccsCd

      public void setAccsCd(byte[] value)
      Sets the value of the accsCd property.
      Parameters:
      value - allowed object is byte[]
    • getSvrCert

      public List<byte[]> getSvrCert()
      Gets the value of the svrCert property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the svrCert property.

      For example, to add a new item, do as follows:

          getSvrCert().add(newItem);
       

      Objects of the following type(s) are allowed in the list byte[]

    • getSvrCertIdr

      public List<byte[]> getSvrCertIdr()
      Gets the value of the svrCertIdr property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the svrCertIdr property.

      For example, to add a new item, do as follows:

          getSvrCertIdr().add(newItem);
       

      Objects of the following type(s) are allowed in the list byte[]

    • getClntCert

      public List<byte[]> getClntCert()
      Gets the value of the clntCert property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the clntCert property.

      For example, to add a new item, do as follows:

          getClntCert().add(newItem);
       

      Objects of the following type(s) are allowed in the list byte[]

    • getSctyPrfl

      public String getSctyPrfl()
      Gets the value of the sctyPrfl property.
      Returns:
      possible object is String
    • setSctyPrfl

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