Class OrderReport2Choice
java.lang.Object
org.coderic.iso20022.messages.auth.OrderReport2Choice
Java class for OrderReport2Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrderReport2Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="New" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}NewOrderReport2"/> <element name="Cxl" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}CancelOrderReport1"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCxl()
Gets the value of the cxl property.getNew()
Gets the value of the new property.void
setCxl
(CancelOrderReport1 value) Sets the value of the cxl property.void
setNew
(NewOrderReport2 value) Sets the value of the new property.
-
Constructor Details
-
OrderReport2Choice
public OrderReport2Choice()
-
-
Method Details
-
getNew
Gets the value of the new property.- Returns:
- possible object is
NewOrderReport2
-
setNew
Sets the value of the new property.- Parameters:
value
- allowed object isNewOrderReport2
-
getCxl
Gets the value of the cxl property.- Returns:
- possible object is
CancelOrderReport1
-
setCxl
Sets the value of the cxl property.- Parameters:
value
- allowed object isCancelOrderReport1
-