Class NetworkParameters7
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Gets the value of the accsCd property.getAdr()
Gets the value of the adr property.List<byte[]>
Gets the value of the clntCert property.Gets the value of the sctyPrfl property.List<byte[]>
Gets the value of the svrCert property.List<byte[]>
Gets the value of the svrCertIdr property.getUsrNm()
Gets the value of the usrNm property.void
setAccsCd
(byte[] value) Sets the value of the accsCd property.void
setSctyPrfl
(String value) Sets the value of the sctyPrfl property.void
Sets the value of the usrNm property.
-
Constructor Details
-
NetworkParameters7
public NetworkParameters7()
-
-
Method Details
-
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
Gets the value of the usrNm property.- Returns:
- possible object is
String
-
setUsrNm
Sets the value of the usrNm property.- Parameters:
value
- allowed object isString
-
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
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
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
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
Gets the value of the sctyPrfl property.- Returns:
- possible object is
String
-
setSctyPrfl
Sets the value of the sctyPrfl property.- Parameters:
value
- allowed object isString
-