public class CashAvailabilityDate1Choice extends Object
Java class for CashAvailabilityDate1Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<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.053.001.06}Max15PlusSignedNumericText"/>
<element name="ActlDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.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()
Gets the value of the actlDt property.
|
String |
getNbOfDays()
Gets the value of the nbOfDays property.
|
void |
setActlDt(XMLGregorianCalendar value)
Sets the value of the actlDt property.
|
void |
setNbOfDays(String value)
Sets the value of the nbOfDays property.
|
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.