Class PointOfInteractionComponentAssessment1
java.lang.Object
org.coderic.iso20022.messages.casp.PointOfInteractionComponentAssessment1
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:casp.017.001.06}POIComponentAssessment1Code"/> <element name="Assgnr" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text" maxOccurs="unbounded"/> <element name="DlvryDt" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}ISODateTime" minOccurs="0"/> <element name="XprtnDt" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}ISODateTime" minOccurs="0"/> <element name="Nb" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assgnr property.Gets the value of the dlvryDt property.getNb()
Gets the value of the nb property.getTp()
Gets the value of the tp property.Gets the value of the xprtnDt property.void
setDlvryDt
(XMLGregorianCalendar value) Sets the value of the dlvryDt property.void
Sets the value of the nb property.void
setTp
(POIComponentAssessment1Code value) Sets the value of the tp property.void
setXprtnDt
(XMLGregorianCalendar value) Sets the value of the xprtnDt property.
-
Constructor Details
-
PointOfInteractionComponentAssessment1
public PointOfInteractionComponentAssessment1()
-
-
Method Details
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
POIComponentAssessment1Code
-
setTp
Sets the value of the tp property.- Parameters:
value
- allowed object isPOIComponentAssessment1Code
-
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
Gets the value of the dlvryDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDlvryDt
Sets the value of the dlvryDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getXprtnDt
Gets the value of the xprtnDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setXprtnDt
Sets the value of the xprtnDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getNb
Gets the value of the nb property.- Returns:
- possible object is
String
-
setNb
Sets the value of the nb property.- Parameters:
value
- allowed object isString
-