Class ProcessingStatus79Choice
java.lang.Object
org.coderic.iso20022.messages.sese.ProcessingStatus79Choice
Java class for ProcessingStatus79Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessingStatus79Choice">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="AckdAccptd" type="{urn:iso:std:iso:20022:tech:xsd:sese.042.001.01}AcknowledgedAcceptedStatus33Choice"/>
<element name="Rjctd" type="{urn:iso:std:iso:20022:tech:xsd:sese.042.001.01}RejectionOrRepairStatus31Choice"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the ackdAccptd property.getRjctd()Gets the value of the rjctd property.voidSets the value of the ackdAccptd property.voidSets the value of the rjctd property.
-
Constructor Details
-
ProcessingStatus79Choice
public ProcessingStatus79Choice()
-
-
Method Details
-
getAckdAccptd
Gets the value of the ackdAccptd property.- Returns:
- possible object is
AcknowledgedAcceptedStatus33Choice
-
setAckdAccptd
Sets the value of the ackdAccptd property.- Parameters:
value- allowed object isAcknowledgedAcceptedStatus33Choice
-
getRjctd
Gets the value of the rjctd property.- Returns:
- possible object is
RejectionOrRepairStatus31Choice
-
setRjctd
Sets the value of the rjctd property.- Parameters:
value- allowed object isRejectionOrRepairStatus31Choice
-