Class CashAvailabilityDate1Choice
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_07.CashAvailabilityDate1Choice
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.052.001.07}Max15PlusSignedNumericText"/> <element name="ActlDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ISODate"/> </choice> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the actlDt property.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.
-
Field Details
-
nbOfDays
-
actlDt
-
-
Constructor Details
-
CashAvailabilityDate1Choice
public CashAvailabilityDate1Choice()
-
-
Method Details
-
getNbOfDays
Gets the value of the nbOfDays property.- Returns:
- possible object is
String
-
setNbOfDays
Sets the value of the nbOfDays property.- Parameters:
value
- allowed object isString
-
getActlDt
Gets the value of the actlDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setActlDt
Sets the value of the actlDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-