Class Document
java.lang.Object
org.coderic.iso20022.messages.fxtr.Document
Java class for Document complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Document">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FXTradConfStsAdvcAck" type="{urn:iso:std:iso:20022:tech:xsd:fxtr.038.001.01}ForeignExchangeTradeConfirmationStatusAdviceAcknowledgementV01"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fxTradConfStsAdvcAck property.voidSets the value of the fxTradConfStsAdvcAck property.
-
Constructor Details
-
Document
public Document()
-
-
Method Details
-
getFXTradConfStsAdvcAck
Gets the value of the fxTradConfStsAdvcAck property.- Returns:
- possible object is
ForeignExchangeTradeConfirmationStatusAdviceAcknowledgementV01
-
setFXTradConfStsAdvcAck
public void setFXTradConfStsAdvcAck(ForeignExchangeTradeConfirmationStatusAdviceAcknowledgementV01 value) Sets the value of the fxTradConfStsAdvcAck property.- Parameters:
value- allowed object isForeignExchangeTradeConfirmationStatusAdviceAcknowledgementV01
-