Class PhysicalInterfaceParameter1

java.lang.Object
org.coderic.iso20022.messages.casp.PhysicalInterfaceParameter1

public class PhysicalInterfaceParameter1 extends Object

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 Details

    • PhysicalInterfaceParameter1

      public PhysicalInterfaceParameter1()
  • Method Details

    • getIntrfcNm

      public String getIntrfcNm()
      Gets the value of the intrfcNm property.
      Returns:
      possible object is String
    • setIntrfcNm

      public void setIntrfcNm(String value)
      Sets the value of the intrfcNm property.
      Parameters:
      value - allowed object is String
    • getIntrfcTp

      public POICommunicationType2Code getIntrfcTp()
      Gets the value of the intrfcTp property.
      Returns:
      possible object is POICommunicationType2Code
    • setIntrfcTp

      public void setIntrfcTp(POICommunicationType2Code value)
      Sets the value of the intrfcTp property.
      Parameters:
      value - allowed object is POICommunicationType2Code
    • 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[]
    • 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
    • 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[]