public class ProprietaryDate2 extends Object
Java-Klasse für ProprietaryDate2 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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()
Ruft den Wert der dt-Eigenschaft ab.
|
String |
getTp()
Ruft den Wert der tp-Eigenschaft ab.
|
void |
setDt(DateAndDateTimeChoice value)
Legt den Wert der dt-Eigenschaft fest.
|
void |
setTp(String value)
Legt den Wert der tp-Eigenschaft fest.
|
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 © 2017. All rights reserved.