Class ForeignExchangeTradeConfirmationStatusAdviceAcknowledgementV01
java.lang.Object
org.coderic.iso20022.messages.fxtr.ForeignExchangeTradeConfirmationStatusAdviceAcknowledgementV01
Java class for ForeignExchangeTradeConfirmationStatusAdviceAcknowledgementV01 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ForeignExchangeTradeConfirmationStatusAdviceAcknowledgementV01">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AdvcAckId" type="{urn:iso:std:iso:20022:tech:xsd:fxtr.038.001.01}MessageIdentification1" minOccurs="0"/>
<element name="ReqId" type="{urn:iso:std:iso:20022:tech:xsd:fxtr.038.001.01}MessageIdentification1"/>
<element name="TradDt" type="{urn:iso:std:iso:20022:tech:xsd:fxtr.038.001.01}ISODate"/>
<element name="TradId" type="{urn:iso:std:iso:20022:tech:xsd:fxtr.038.001.01}Max35Text"/>
<element name="TradgMd" type="{urn:iso:std:iso:20022:tech:xsd:fxtr.038.001.01}TradingModeType1Code"/>
<element name="AffirmSts" type="{urn:iso:std:iso:20022:tech:xsd:fxtr.038.001.01}AffirmStatus1Code"/>
<element name="ConfSts" type="{urn:iso:std:iso:20022:tech:xsd:fxtr.038.001.01}TradeConfirmationStatus1Code"/>
<element name="MktId" type="{urn:iso:std:iso:20022:tech:xsd:fxtr.038.001.01}MarketIdentification88"/>
<element name="AddtlInf" type="{urn:iso:std:iso:20022:tech:xsd:fxtr.038.001.01}AdditionalInformation5" minOccurs="0"/>
<element name="SplmtryData" type="{urn:iso:std:iso:20022:tech:xsd:fxtr.038.001.01}SupplementaryData1" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlInf property.Gets the value of the advcAckId property.Gets the value of the affirmSts property.Gets the value of the confSts property.getMktId()Gets the value of the mktId property.getReqId()Gets the value of the reqId property.Gets the value of the splmtryData property.Gets the value of the tradDt property.Gets the value of the tradgMd property.Gets the value of the tradId property.voidSets the value of the addtlInf property.voidSets the value of the advcAckId property.voidsetAffirmSts(AffirmStatus1Code value) Sets the value of the affirmSts property.voidSets the value of the confSts property.voidsetMktId(MarketIdentification88 value) Sets the value of the mktId property.voidsetReqId(MessageIdentification1 value) Sets the value of the reqId property.voidsetTradDt(XMLGregorianCalendar value) Sets the value of the tradDt property.voidsetTradgMd(TradingModeType1Code value) Sets the value of the tradgMd property.voidSets the value of the tradId property.
-
Constructor Details
-
ForeignExchangeTradeConfirmationStatusAdviceAcknowledgementV01
public ForeignExchangeTradeConfirmationStatusAdviceAcknowledgementV01()
-
-
Method Details
-
getAdvcAckId
Gets the value of the advcAckId property.- Returns:
- possible object is
MessageIdentification1
-
setAdvcAckId
Sets the value of the advcAckId property.- Parameters:
value- allowed object isMessageIdentification1
-
getReqId
Gets the value of the reqId property.- Returns:
- possible object is
MessageIdentification1
-
setReqId
Sets the value of the reqId property.- Parameters:
value- allowed object isMessageIdentification1
-
getTradDt
Gets the value of the tradDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTradDt
Sets the value of the tradDt property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getTradId
Gets the value of the tradId property.- Returns:
- possible object is
String
-
setTradId
Sets the value of the tradId property.- Parameters:
value- allowed object isString
-
getTradgMd
Gets the value of the tradgMd property.- Returns:
- possible object is
TradingModeType1Code
-
setTradgMd
Sets the value of the tradgMd property.- Parameters:
value- allowed object isTradingModeType1Code
-
getAffirmSts
Gets the value of the affirmSts property.- Returns:
- possible object is
AffirmStatus1Code
-
setAffirmSts
Sets the value of the affirmSts property.- Parameters:
value- allowed object isAffirmStatus1Code
-
getConfSts
Gets the value of the confSts property.- Returns:
- possible object is
TradeConfirmationStatus1Code
-
setConfSts
Sets the value of the confSts property.- Parameters:
value- allowed object isTradeConfirmationStatus1Code
-
getMktId
Gets the value of the mktId property.- Returns:
- possible object is
MarketIdentification88
-
setMktId
Sets the value of the mktId property.- Parameters:
value- allowed object isMarketIdentification88
-
getAddtlInf
Gets the value of the addtlInf property.- Returns:
- possible object is
AdditionalInformation5
-
setAddtlInf
Sets the value of the addtlInf property.- Parameters:
value- allowed object isAdditionalInformation5
-
getSplmtryData
Gets the value of the splmtryData 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
setmethod for the splmtryData property.For example, to add a new item, do as follows:
getSplmtryData().add(newItem);Objects of the following type(s) are allowed in the list
SupplementaryData1
-