Class CashBalanceAvailabilityDate1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_03.CashBalanceAvailabilityDate1
-
public class CashBalanceAvailabilityDate1 extends 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected XMLGregorianCalendaractlDtprotected StringnbOfDays
-
Constructor Summary
Constructors Constructor Description CashBalanceAvailabilityDate1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLGregorianCalendargetActlDt()Gets the value of the actlDt property.StringgetNbOfDays()Gets the value of the nbOfDays property.voidsetActlDt(XMLGregorianCalendar value)Sets the value of the actlDt property.voidsetNbOfDays(String value)Sets the value of the nbOfDays property.
-
-
-
Field Detail
-
nbOfDays
protected String nbOfDays
-
actlDt
protected XMLGregorianCalendar actlDt
-
-
Method Detail
-
getNbOfDays
public String getNbOfDays()
Gets the value of the nbOfDays property.- Returns:
- possible object is
String
-
setNbOfDays
public void setNbOfDays(String value)
Sets the value of the nbOfDays property.- Parameters:
value- allowed object isString
-
getActlDt
public XMLGregorianCalendar getActlDt()
Gets the value of the actlDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setActlDt
public void setActlDt(XMLGregorianCalendar value)
Sets the value of the actlDt property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-