public class DateAndDateTimeChoice
extends java.lang.Object
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">
<sequence>
<choice>
<element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}ISODate"/>
<element name="DtTm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}ISODateTime"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
dt |
|
protected javax.xml.datatype.XMLGregorianCalendar |
dtTm |
| Constructor | Description |
|---|---|
DateAndDateTimeChoice() |
| Modifier and Type | Method | Description |
|---|---|---|
javax.xml.datatype.XMLGregorianCalendar |
getDt() |
Gets the value of the dt property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDtTm() |
Gets the value of the dtTm property.
|
void |
setDt(javax.xml.datatype.XMLGregorianCalendar value) |
Sets the value of the dt property.
|
void |
setDtTm(javax.xml.datatype.XMLGregorianCalendar value) |
Sets the value of the dtTm property.
|
protected javax.xml.datatype.XMLGregorianCalendar dt
protected javax.xml.datatype.XMLGregorianCalendar dtTm
public javax.xml.datatype.XMLGregorianCalendar getDt()
XMLGregorianCalendarpublic void setDt(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getDtTm()
XMLGregorianCalendarpublic void setDtTm(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2018. All rights reserved.