Class PointOfInteraction14

java.lang.Object
org.coderic.iso20022.messages.caaa.PointOfInteraction14

public class PointOfInteraction14 extends Object

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 Details

    • PointOfInteraction14

      public PointOfInteraction14()
  • Method Details

    • getId

      public GenericIdentification177 getId()
      Gets the value of the id property.
      Returns:
      possible object is GenericIdentification177
    • setId

      public void setId(GenericIdentification177 value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is GenericIdentification177
    • getSysNm

      public String getSysNm()
      Gets the value of the sysNm property.
      Returns:
      possible object is String
    • setSysNm

      public void setSysNm(String value)
      Sets the value of the sysNm property.
      Parameters:
      value - allowed object is String
    • getGrpId

      public String getGrpId()
      Gets the value of the grpId property.
      Returns:
      possible object is String
    • setGrpId

      public void setGrpId(String value)
      Sets the value of the grpId property.
      Parameters:
      value - allowed object is String
    • getCpblties

      public PointOfInteractionCapabilities9 getCpblties()
      Gets the value of the cpblties property.
      Returns:
      possible object is PointOfInteractionCapabilities9
    • setCpblties

      public void setCpblties(PointOfInteractionCapabilities9 value)
      Sets the value of the cpblties property.
      Parameters:
      value - allowed object is PointOfInteractionCapabilities9
    • getTmZone

      public String getTmZone()
      Gets the value of the tmZone property.
      Returns:
      possible object is String
    • setTmZone

      public void setTmZone(String value)
      Sets the value of the tmZone property.
      Parameters:
      value - allowed object is String
    • getTermnlIntgtn

      public LocationCategory3Code getTermnlIntgtn()
      Gets the value of the termnlIntgtn property.
      Returns:
      possible object is LocationCategory3Code
    • setTermnlIntgtn

      public void setTermnlIntgtn(LocationCategory3Code value)
      Sets the value of the termnlIntgtn property.
      Parameters:
      value - allowed object is LocationCategory3Code
    • getCmpnt

      public List<PointOfInteractionComponent15> 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