Class PointOfInteraction1


  • public class PointOfInteraction1
    extends java.lang.Object

    Java class for PointOfInteraction1 complex type.

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

     <complexType name="PointOfInteraction1">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}GenericIdentification32"/>
             <element name="SysNm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Max70Text" minOccurs="0"/>
             <element name="GrpId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Max35Text" minOccurs="0"/>
             <element name="Cpblties" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}PointOfInteractionCapabilities1" minOccurs="0"/>
             <element name="Cmpnt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}PointOfInteractionComponent1" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • PointOfInteraction1

        public PointOfInteraction1()
    • Method Detail

      • getSysNm

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

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

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

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

        public java.util.List<PointOfInteractionComponent1> 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 JAXB 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 PointOfInteractionComponent1