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"> <choice> <element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}ISODate"/> <element name="DtTm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}ISODateTime"/> </choice> </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()
XMLGregorianCalendar
public void setDt(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getDtTm()
XMLGregorianCalendar
public void setDtTm(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
Copyright © 2018. All rights reserved.