Class ReportItemStatus1Choice
java.lang.Object
org.coderic.iso20022.messages.semt.ReportItemStatus1Choice
Java class for ReportItemStatus1Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportItemStatus1Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="Accptd" type="{urn:iso:std:iso:20022:tech:xsd:semt.042.001.01}NoReasonCode"/> <element name="AccptdWthXcptn" type="{urn:iso:std:iso:20022:tech:xsd:semt.042.001.01}ReportItemStatus1" maxOccurs="unbounded"/> <element name="Rjctd" type="{urn:iso:std:iso:20022:tech:xsd:semt.042.001.01}ReportItemStatus1"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accptd property.Gets the value of the accptdWthXcptn property.getRjctd()
Gets the value of the rjctd property.void
setAccptd
(NoReasonCode value) Sets the value of the accptd property.void
setRjctd
(ReportItemStatus1 value) Sets the value of the rjctd property.
-
Constructor Details
-
ReportItemStatus1Choice
public ReportItemStatus1Choice()
-
-
Method Details
-
getAccptd
Gets the value of the accptd property.- Returns:
- possible object is
NoReasonCode
-
setAccptd
Sets the value of the accptd property.- Parameters:
value
- allowed object isNoReasonCode
-
getAccptdWthXcptn
Gets the value of the accptdWthXcptn 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 accptdWthXcptn property.For example, to add a new item, do as follows:
getAccptdWthXcptn().add(newItem);
Objects of the following type(s) are allowed in the list
ReportItemStatus1
-
getRjctd
Gets the value of the rjctd property.- Returns:
- possible object is
ReportItemStatus1
-
setRjctd
Sets the value of the rjctd property.- Parameters:
value
- allowed object isReportItemStatus1
-