Class DateFormat11Choice
java.lang.Object
org.coderic.iso20022.messages.secl.DateFormat11Choice
Java class for DateFormat11Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DateFormat11Choice"> <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}DateAndDateTimeChoice"/> <element name="DtCd" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}DateCode3Choice"/> </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
(DateAndDateTimeChoice value) Sets the value of the dt property.void
setDtCd
(DateCode3Choice value) Sets the value of the dtCd property.
-
Constructor Details
-
DateFormat11Choice
public DateFormat11Choice()
-
-
Method Details
-
getDt
Gets the value of the dt property.- Returns:
- possible object is
DateAndDateTimeChoice
-
setDt
Sets the value of the dt property.- Parameters:
value
- allowed object isDateAndDateTimeChoice
-
getDtCd
Gets the value of the dtCd property.- Returns:
- possible object is
DateCode3Choice
-
setDtCd
Sets the value of the dtCd property.- Parameters:
value
- allowed object isDateCode3Choice
-