public class DateOrDateTimePeriodChoice extends Object
Java class for DateOrDateTimePeriodChoice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DateOrDateTimePeriodChoice">
<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.06}DatePeriodDetails"/>
<element name="DtTm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}DateTimePeriodDetails"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DatePeriodDetails |
dt |
protected DateTimePeriodDetails |
dtTm |
| Constructor and Description |
|---|
DateOrDateTimePeriodChoice() |
| Modifier and Type | Method and Description |
|---|---|
DatePeriodDetails |
getDt()
Gets the value of the dt property.
|
DateTimePeriodDetails |
getDtTm()
Gets the value of the dtTm property.
|
void |
setDt(DatePeriodDetails value)
Sets the value of the dt property.
|
void |
setDtTm(DateTimePeriodDetails value)
Sets the value of the dtTm property.
|
protected DatePeriodDetails dt
protected DateTimePeriodDetails dtTm
public DatePeriodDetails getDt()
DatePeriodDetailspublic void setDt(DatePeriodDetails value)
value - allowed object is
DatePeriodDetailspublic DateTimePeriodDetails getDtTm()
DateTimePeriodDetailspublic void setDtTm(DateTimePeriodDetails value)
value - allowed object is
DateTimePeriodDetailsCopyright © 2019. All rights reserved.