Class DateAndDateTimeChoice
java.lang.Object
org.coderic.iso20022.messages.semt.DateAndDateTimeChoice
Java class for DateAndDateTimeChoice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DateAndDateTimeChoice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:semt.042.001.01}ISODate"/> <element name="DtTm" type="{urn:iso:std:iso:20022:tech:xsd:semt.042.001.01}ISODateTime"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDt()
Gets the value of the dt property.getDtTm()
Gets the value of the dtTm property.void
setDt
(XMLGregorianCalendar value) Sets the value of the dt property.void
setDtTm
(XMLGregorianCalendar value) Sets the value of the dtTm property.
-
Constructor Details
-
DateAndDateTimeChoice
public DateAndDateTimeChoice()
-
-
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
-
getDtTm
Gets the value of the dtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDtTm
Sets the value of the dtTm property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-