Class DateAndType1
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_002_001_14.DateAndType1
Java class for DateAndType1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DateAndType1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}DateType2Choice"/>
<element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}ISODate"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDt()Gets the value of the dt property.getTp()Gets the value of the tp property.voidsetDt(XMLGregorianCalendar value) Sets the value of the dt property.voidsetTp(DateType2Choice value) Sets the value of the tp property.
-
Field Details
-
tp
-
dt
-
-
Constructor Details
-
DateAndType1
public DateAndType1()
-
-
Method Details
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
DateType2Choice
-
setTp
Sets the value of the tp property.- Parameters:
value- allowed object isDateType2Choice
-
getDt
Gets the value of the dt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDt
Sets the value of the dt property.- Parameters:
value- allowed object isXMLGregorianCalendar
-