Class CommunicationCharacteristics5
java.lang.Object
org.coderic.iso20022.messages.casp.CommunicationCharacteristics5
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetComTp()
Gets the value of the comTp property.Gets the value of the params property.Gets the value of the physIntrfc property.Gets the value of the rmotPty property.boolean
isActv()
Gets the value of the actv property.void
setActv
(boolean value) Sets the value of the actv property.void
Sets the value of the comTp property.void
setParams
(NetworkParameters7 value) Sets the value of the params property.void
Sets the value of the physIntrfc property.
-
Constructor Details
-
CommunicationCharacteristics5
public CommunicationCharacteristics5()
-
-
Method Details
-
getComTp
Gets the value of the comTp property.- Returns:
- possible object is
POICommunicationType2Code
-
setComTp
Sets the value of the comTp property.- Parameters:
value
- allowed object isPOICommunicationType2Code
-
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
Gets the value of the params property.- Returns:
- possible object is
NetworkParameters7
-
setParams
Sets the value of the params property.- Parameters:
value
- allowed object isNetworkParameters7
-
getPhysIntrfc
Gets the value of the physIntrfc property.- Returns:
- possible object is
PhysicalInterfaceParameter1
-
setPhysIntrfc
Sets the value of the physIntrfc property.- Parameters:
value
- allowed object isPhysicalInterfaceParameter1
-