Class DateFormat43Choice
java.lang.Object
org.coderic.iso20022.messages.seev.DateFormat43Choice
Java class for DateFormat43Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DateFormat43Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}DateAndDateTime2Choice"/> <element name="DtCd" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}DateCode19Choice"/> </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
(DateAndDateTime2Choice value) Sets the value of the dt property.void
setDtCd
(DateCode19Choice value) Sets the value of the dtCd property.
-
Constructor Details
-
DateFormat43Choice
public DateFormat43Choice()
-
-
Method Details
-
getDt
Gets the value of the dt property.- Returns:
- possible object is
DateAndDateTime2Choice
-
setDt
Sets the value of the dt property.- Parameters:
value
- allowed object isDateAndDateTime2Choice
-
getDtCd
Gets the value of the dtCd property.- Returns:
- possible object is
DateCode19Choice
-
setDtCd
Sets the value of the dtCd property.- Parameters:
value
- allowed object isDateCode19Choice
-