public class ProprietaryDate2 extends Object
Java class for ProprietaryDate2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProprietaryDate2">
<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.06}Max35Text"/>
<element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}DateAndDateTimeChoice"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DateAndDateTimeChoice |
dt |
protected String |
tp |
| Constructor and Description |
|---|
ProprietaryDate2() |
| Modifier and Type | Method and Description |
|---|---|
DateAndDateTimeChoice |
getDt()
Gets the value of the dt property.
|
String |
getTp()
Gets the value of the tp property.
|
void |
setDt(DateAndDateTimeChoice value)
Sets the value of the dt property.
|
void |
setTp(String value)
Sets the value of the tp property.
|
protected String tp
protected DateAndDateTimeChoice dt
public void setTp(String value)
value - allowed object is
Stringpublic DateAndDateTimeChoice getDt()
DateAndDateTimeChoicepublic void setDt(DateAndDateTimeChoice value)
value - allowed object is
DateAndDateTimeChoiceCopyright © 2018. All rights reserved.