Class DateAndDateTimeChoice
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_03.DateAndDateTimeChoice
-
public class DateAndDateTimeChoice extends java.lang.ObjectJava 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"> <sequence> <choice> <element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}ISODate"/> <element name="DtTm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}ISODateTime"/> </choice> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description DateAndDateTimeChoice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.datatype.XMLGregorianCalendargetDt()Gets the value of the dt property.javax.xml.datatype.XMLGregorianCalendargetDtTm()Gets the value of the dtTm property.voidsetDt(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the dt property.voidsetDtTm(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the dtTm property.
-
-
-
Method Detail
-
getDt
public javax.xml.datatype.XMLGregorianCalendar getDt()
Gets the value of the dt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDt
public void setDt(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dt property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getDtTm
public javax.xml.datatype.XMLGregorianCalendar getDtTm()
Gets the value of the dtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDtTm
public void setDtTm(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dtTm property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-