public class ProprietaryDate1 extends Object
Java class for ProprietaryDate1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProprietaryDate1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Max35Text"/>
<choice>
<element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}ISODate"/>
<element name="DtTm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}ISODateTime"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
dt |
protected XMLGregorianCalendar |
dtTm |
protected String |
tp |
| Constructor and Description |
|---|
ProprietaryDate1() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getDt()
Gets the value of the dt property.
|
XMLGregorianCalendar |
getDtTm()
Gets the value of the dtTm property.
|
String |
getTp()
Gets the value of the tp property.
|
void |
setDt(XMLGregorianCalendar value)
Sets the value of the dt property.
|
void |
setDtTm(XMLGregorianCalendar value)
Sets the value of the dtTm property.
|
void |
setTp(String value)
Sets the value of the tp property.
|
protected String tp
protected XMLGregorianCalendar dt
protected XMLGregorianCalendar dtTm
public void setTp(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getDt()
XMLGregorianCalendarpublic void setDt(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getDtTm()
XMLGregorianCalendarpublic void setDtTm(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2020. All rights reserved.