Class TradeDate3Choice
java.lang.Object
org.coderic.iso20022.messages.secl.TradeDate3Choice
Java class for TradeDate3Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TradeDate3Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}ISODate"/> <element name="DtCd" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}DateType1Code"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDt()
Gets the value of the dt property.getDtCd()
Gets the value of the dtCd property.void
setDt
(XMLGregorianCalendar value) Sets the value of the dt property.void
setDtCd
(DateType1Code value) Sets the value of the dtCd property.
-
Constructor Details
-
TradeDate3Choice
public TradeDate3Choice()
-
-
Method Details
-
getDt
Gets the value of the dt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDt
Sets the value of the dt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getDtCd
Gets the value of the dtCd property.- Returns:
- possible object is
DateType1Code
-
setDtCd
Sets the value of the dtCd property.- Parameters:
value
- allowed object isDateType1Code
-