Class DateOrDateTimePeriod1Choice
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_07.DateOrDateTimePeriod1Choice
-
public class DateOrDateTimePeriod1Choice extends java.lang.ObjectJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected DatePeriod2dtprotected DateTimePeriod1dtTm
-
Constructor Summary
Constructors Constructor Description DateOrDateTimePeriod1Choice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatePeriod2getDt()Gets the value of the dt property.DateTimePeriod1getDtTm()Gets the value of the dtTm property.voidsetDt(DatePeriod2 value)Sets the value of the dt property.voidsetDtTm(DateTimePeriod1 value)Sets the value of the dtTm property.
-
-
-
Field Detail
-
dt
protected DatePeriod2 dt
-
dtTm
protected DateTimePeriod1 dtTm
-
-
Method Detail
-
getDt
public DatePeriod2 getDt()
Gets the value of the dt property.- Returns:
- possible object is
DatePeriod2
-
setDt
public void setDt(DatePeriod2 value)
Sets the value of the dt property.- Parameters:
value- allowed object isDatePeriod2
-
getDtTm
public DateTimePeriod1 getDtTm()
Gets the value of the dtTm property.- Returns:
- possible object is
DateTimePeriod1
-
setDtTm
public void setDtTm(DateTimePeriod1 value)
Sets the value of the dtTm property.- Parameters:
value- allowed object isDateTimePeriod1
-
-