Class NetworkParameters9
java.lang.Object
org.coderic.iso20022.messages.casp.NetworkParameters9
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:casp.017.001.06}NetworkType1Code"/> <element name="AdrVal" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max500Text"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the adrVal property.Gets the value of the ntwkTp property.void
Sets the value of the adrVal property.void
setNtwkTp
(NetworkType1Code value) Sets the value of the ntwkTp property.
-
Constructor Details
-
NetworkParameters9
public NetworkParameters9()
-
-
Method Details
-
getNtwkTp
Gets the value of the ntwkTp property.- Returns:
- possible object is
NetworkType1Code
-
setNtwkTp
Sets the value of the ntwkTp property.- Parameters:
value
- allowed object isNetworkType1Code
-
getAdrVal
Gets the value of the adrVal property.- Returns:
- possible object is
String
-
setAdrVal
Sets the value of the adrVal property.- Parameters:
value
- allowed object isString
-