Class DateAndDateTime2Choice
java.lang.Object
org.coderic.iso20022.messages.colr.DateAndDateTime2Choice
Java class for DateAndDateTime2Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DateAndDateTime2Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}ISODate"/> <element name="DtTm" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.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
-
DateAndDateTime2Choice
public DateAndDateTime2Choice()
-
-
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
-