public class CashBalanceAvailabilityDate1
extends java.lang.Object
Java class for CashBalanceAvailabilityDate1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CashBalanceAvailabilityDate1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="NbOfDays" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}Max15PlusSignedNumericText"/>
<element name="ActlDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}ISODate"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
actlDt |
|
protected java.lang.String |
nbOfDays |
| Constructor | Description |
|---|---|
CashBalanceAvailabilityDate1() |
| Modifier and Type | Method | Description |
|---|---|---|
javax.xml.datatype.XMLGregorianCalendar |
getActlDt() |
Gets the value of the actlDt property.
|
java.lang.String |
getNbOfDays() |
Gets the value of the nbOfDays property.
|
void |
setActlDt(javax.xml.datatype.XMLGregorianCalendar value) |
Sets the value of the actlDt property.
|
void |
setNbOfDays(java.lang.String value) |
Sets the value of the nbOfDays property.
|
protected java.lang.String nbOfDays
protected javax.xml.datatype.XMLGregorianCalendar actlDt
public java.lang.String getNbOfDays()
Stringpublic void setNbOfDays(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getActlDt()
XMLGregorianCalendarpublic void setActlDt(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2018. All rights reserved.