Class PointOfInteractionComponentAssessment1

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

public class PointOfInteractionComponentAssessment1 extends Object

Java class for PointOfInteractionComponentAssessment1 complex type.

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

 <complexType name="PointOfInteractionComponentAssessment1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}POIComponentAssessment1Code"/>
         <element name="Assgnr" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text" maxOccurs="unbounded"/>
         <element name="DlvryDt" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}ISODateTime" minOccurs="0"/>
         <element name="XprtnDt" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}ISODateTime" minOccurs="0"/>
         <element name="Nb" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • PointOfInteractionComponentAssessment1

      public PointOfInteractionComponentAssessment1()
  • Method Details

    • getTp

      Gets the value of the tp property.
      Returns:
      possible object is POIComponentAssessment1Code
    • setTp

      public void setTp(POIComponentAssessment1Code value)
      Sets the value of the tp property.
      Parameters:
      value - allowed object is POIComponentAssessment1Code
    • getAssgnr

      public List<String> getAssgnr()
      Gets the value of the assgnr 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 assgnr property.

      For example, to add a new item, do as follows:

          getAssgnr().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getDlvryDt

      public XMLGregorianCalendar getDlvryDt()
      Gets the value of the dlvryDt property.
      Returns:
      possible object is XMLGregorianCalendar
    • setDlvryDt

      public void setDlvryDt(XMLGregorianCalendar value)
      Sets the value of the dlvryDt property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getXprtnDt

      public XMLGregorianCalendar getXprtnDt()
      Gets the value of the xprtnDt property.
      Returns:
      possible object is XMLGregorianCalendar
    • setXprtnDt

      public void setXprtnDt(XMLGregorianCalendar value)
      Sets the value of the xprtnDt property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getNb

      public String getNb()
      Gets the value of the nb property.
      Returns:
      possible object is String
    • setNb

      public void setNb(String value)
      Sets the value of the nb property.
      Parameters:
      value - allowed object is String