Class CommunicationCharacteristics3
java.lang.Object
org.coderic.iso20022.messages.cafm.CommunicationCharacteristics3
Java class for CommunicationCharacteristics3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CommunicationCharacteristics3"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ComTp" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}POICommunicationType2Code"/> <element name="RmotPty" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}PartyType7Code" maxOccurs="unbounded"/> <element name="Actv" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}TrueFalseIndicator"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CommunicationCharacteristics3
public CommunicationCharacteristics3()
-
-
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.
-