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