Class CommunicationCharacteristics5

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

public class CommunicationCharacteristics5 extends Object

Java class for CommunicationCharacteristics5 complex type.

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

 <complexType name="CommunicationCharacteristics5">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ComTp" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}POICommunicationType2Code"/>
         <element name="RmotPty" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}PartyType7Code" maxOccurs="unbounded"/>
         <element name="Actv" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}TrueFalseIndicator"/>
         <element name="Params" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}NetworkParameters7" minOccurs="0"/>
         <element name="PhysIntrfc" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}PhysicalInterfaceParameter1" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • CommunicationCharacteristics5

      public CommunicationCharacteristics5()
  • Method Details

    • getComTp

      public POICommunicationType2Code getComTp()
      Gets the value of the comTp property.
      Returns:
      possible object is POICommunicationType2Code
    • setComTp

      public void setComTp(POICommunicationType2Code value)
      Sets the value of the comTp property.
      Parameters:
      value - allowed object is POICommunicationType2Code
    • getRmotPty

      public List<PartyType7Code> getRmotPty()
      Gets the value of the rmotPty 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 rmotPty property.

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

          getRmotPty().add(newItem);
       

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

    • isActv

      public boolean isActv()
      Gets the value of the actv property.
    • setActv

      public void setActv(boolean value)
      Sets the value of the actv property.
    • getParams

      public NetworkParameters7 getParams()
      Gets the value of the params property.
      Returns:
      possible object is NetworkParameters7
    • setParams

      public void setParams(NetworkParameters7 value)
      Sets the value of the params property.
      Parameters:
      value - allowed object is NetworkParameters7
    • getPhysIntrfc

      public PhysicalInterfaceParameter1 getPhysIntrfc()
      Gets the value of the physIntrfc property.
      Returns:
      possible object is PhysicalInterfaceParameter1
    • setPhysIntrfc

      public void setPhysIntrfc(PhysicalInterfaceParameter1 value)
      Sets the value of the physIntrfc property.
      Parameters:
      value - allowed object is PhysicalInterfaceParameter1