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