public class CashAvailabilityDate1Choice extends Object
Java-Klasse für CashAvailabilityDate1Choice complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="CashAvailabilityDate1Choice">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="NbOfDays" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}Max15PlusSignedNumericText"/>
<element name="ActlDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}ISODate"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
actlDt |
protected String |
nbOfDays |
| Constructor and Description |
|---|
CashAvailabilityDate1Choice() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getActlDt()
Ruft den Wert der actlDt-Eigenschaft ab.
|
String |
getNbOfDays()
Ruft den Wert der nbOfDays-Eigenschaft ab.
|
void |
setActlDt(XMLGregorianCalendar value)
Legt den Wert der actlDt-Eigenschaft fest.
|
void |
setNbOfDays(String value)
Legt den Wert der nbOfDays-Eigenschaft fest.
|
protected String nbOfDays
protected XMLGregorianCalendar actlDt
public String getNbOfDays()
Stringpublic void setNbOfDays(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getActlDt()
XMLGregorianCalendarpublic void setActlDt(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2017. All rights reserved.