Class PhysicalInterfaceParameter1
java.lang.Object
org.coderic.iso20022.messages.casp.PhysicalInterfaceParameter1
Java class for PhysicalInterfaceParameter1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PhysicalInterfaceParameter1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="IntrfcNm" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text"/> <element name="IntrfcTp" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}POICommunicationType2Code" minOccurs="0"/> <element name="UsrNm" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text" minOccurs="0"/> <element name="AccsCd" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Binary" minOccurs="0"/> <element name="SctyPrfl" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text" minOccurs="0"/> <element name="AddtlParams" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max2KBinary" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Gets the value of the accsCd property.byte[]
Gets the value of the addtlParams property.Gets the value of the intrfcNm property.Gets the value of the intrfcTp property.Gets the value of the sctyPrfl property.getUsrNm()
Gets the value of the usrNm property.void
setAccsCd
(byte[] value) Sets the value of the accsCd property.void
setAddtlParams
(byte[] value) Sets the value of the addtlParams property.void
setIntrfcNm
(String value) Sets the value of the intrfcNm property.void
Sets the value of the intrfcTp property.void
setSctyPrfl
(String value) Sets the value of the sctyPrfl property.void
Sets the value of the usrNm property.
-
Constructor Details
-
PhysicalInterfaceParameter1
public PhysicalInterfaceParameter1()
-
-
Method Details
-
getIntrfcNm
Gets the value of the intrfcNm property.- Returns:
- possible object is
String
-
setIntrfcNm
Sets the value of the intrfcNm property.- Parameters:
value
- allowed object isString
-
getIntrfcTp
Gets the value of the intrfcTp property.- Returns:
- possible object is
POICommunicationType2Code
-
setIntrfcTp
Sets the value of the intrfcTp property.- Parameters:
value
- allowed object isPOICommunicationType2Code
-
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[]
-
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
-
getAddtlParams
public byte[] getAddtlParams()Gets the value of the addtlParams property.- Returns:
- possible object is byte[]
-
setAddtlParams
public void setAddtlParams(byte[] value) Sets the value of the addtlParams property.- Parameters:
value
- allowed object is byte[]
-