Class PointOfInteraction14
java.lang.Object
org.coderic.iso20022.messages.caaa.PointOfInteraction14
Java class for PointOfInteraction14 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PointOfInteraction14"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}GenericIdentification177"/> <element name="SysNm" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max70Text" minOccurs="0"/> <element name="GrpId" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text" minOccurs="0"/> <element name="Cpblties" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}PointOfInteractionCapabilities9" minOccurs="0"/> <element name="TmZone" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max70Text" minOccurs="0"/> <element name="TermnlIntgtn" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}LocationCategory3Code" minOccurs="0"/> <element name="Cmpnt" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}PointOfInteractionComponent15" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCmpnt()
Gets the value of the cmpnt property.Gets the value of the cpblties property.getGrpId()
Gets the value of the grpId property.getId()
Gets the value of the id property.getSysNm()
Gets the value of the sysNm property.Gets the value of the termnlIntgtn property.Gets the value of the tmZone property.void
Sets the value of the cpblties property.void
Sets the value of the grpId property.void
setId
(GenericIdentification177 value) Sets the value of the id property.void
Sets the value of the sysNm property.void
Sets the value of the termnlIntgtn property.void
Sets the value of the tmZone property.
-
Constructor Details
-
PointOfInteraction14
public PointOfInteraction14()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
GenericIdentification177
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isGenericIdentification177
-
getSysNm
Gets the value of the sysNm property.- Returns:
- possible object is
String
-
setSysNm
Sets the value of the sysNm property.- Parameters:
value
- allowed object isString
-
getGrpId
Gets the value of the grpId property.- Returns:
- possible object is
String
-
setGrpId
Sets the value of the grpId property.- Parameters:
value
- allowed object isString
-
getCpblties
Gets the value of the cpblties property.- Returns:
- possible object is
PointOfInteractionCapabilities9
-
setCpblties
Sets the value of the cpblties property.- Parameters:
value
- allowed object isPointOfInteractionCapabilities9
-
getTmZone
Gets the value of the tmZone property.- Returns:
- possible object is
String
-
setTmZone
Sets the value of the tmZone property.- Parameters:
value
- allowed object isString
-
getTermnlIntgtn
Gets the value of the termnlIntgtn property.- Returns:
- possible object is
LocationCategory3Code
-
setTermnlIntgtn
Sets the value of the termnlIntgtn property.- Parameters:
value
- allowed object isLocationCategory3Code
-
getCmpnt
Gets the value of the cmpnt 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 cmpnt property.For example, to add a new item, do as follows:
getCmpnt().add(newItem);
Objects of the following type(s) are allowed in the list
PointOfInteractionComponent15
-