public class DateOrDateTimePeriod1Choice
extends java.lang.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 | Description |
---|---|---|
protected DatePeriod2 |
dt |
|
protected DateTimePeriod1 |
dtTm |
Constructor | Description |
---|---|
DateOrDateTimePeriod1Choice() |
Modifier and Type | Method | 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()
DatePeriod2
public void setDt(DatePeriod2 value)
value
- allowed object is
DatePeriod2
public DateTimePeriod1 getDtTm()
DateTimePeriod1
public void setDtTm(DateTimePeriod1 value)
value
- allowed object is
DateTimePeriod1
Copyright © 2018. All rights reserved.