Class ReportItemStatus1
java.lang.Object
org.coderic.iso20022.messages.semt.ReportItemStatus1
Java class for ReportItemStatus1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportItemStatus1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Xcptn" type="{urn:iso:std:iso:20022:tech:xsd:semt.042.001.01}ReportItemRejectionReason1Choice"/> <element name="AddtlRsnInf" type="{urn:iso:std:iso:20022:tech:xsd:semt.042.001.01}Max210Text" minOccurs="0"/> <element name="RptItm" type="{urn:iso:std:iso:20022:tech:xsd:semt.042.001.01}ReportItem1" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlRsnInf property.Gets the value of the rptItm property.getXcptn()
Gets the value of the xcptn property.void
setAddtlRsnInf
(String value) Sets the value of the addtlRsnInf property.void
Sets the value of the xcptn property.
-
Constructor Details
-
ReportItemStatus1
public ReportItemStatus1()
-
-
Method Details
-
getXcptn
Gets the value of the xcptn property.- Returns:
- possible object is
ReportItemRejectionReason1Choice
-
setXcptn
Sets the value of the xcptn property.- Parameters:
value
- allowed object isReportItemRejectionReason1Choice
-
getAddtlRsnInf
Gets the value of the addtlRsnInf property.- Returns:
- possible object is
String
-
setAddtlRsnInf
Sets the value of the addtlRsnInf property.- Parameters:
value
- allowed object isString
-
getRptItm
Gets the value of the rptItm 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 rptItm property.For example, to add a new item, do as follows:
getRptItm().add(newItem);
Objects of the following type(s) are allowed in the list
ReportItem1
-