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