Uses of Class
org.kapott.hbci.sepa.jaxb.camt_052_001_01.DateAndDateTimeChoice
-
Packages that use DateAndDateTimeChoice Package Description org.kapott.hbci.sepa.jaxb.camt_052_001_01 -
-
Uses of DateAndDateTimeChoice in org.kapott.hbci.sepa.jaxb.camt_052_001_01
Fields in org.kapott.hbci.sepa.jaxb.camt_052_001_01 declared as DateAndDateTimeChoice Modifier and Type Field Description protected DateAndDateTimeChoice
ReportEntry1. bookgDt
protected DateAndDateTimeChoice
CashBalance1. dt
protected DateAndDateTimeChoice
ReportEntry1. valDt
Methods in org.kapott.hbci.sepa.jaxb.camt_052_001_01 that return DateAndDateTimeChoice Modifier and Type Method Description DateAndDateTimeChoice
ObjectFactory. createDateAndDateTimeChoice()
Create an instance ofDateAndDateTimeChoice
DateAndDateTimeChoice
ReportEntry1. getBookgDt()
Gets the value of the bookgDt property.DateAndDateTimeChoice
CashBalance1. getDt()
Gets the value of the dt property.DateAndDateTimeChoice
ReportEntry1. getValDt()
Gets the value of the valDt property.Methods in org.kapott.hbci.sepa.jaxb.camt_052_001_01 with parameters of type DateAndDateTimeChoice Modifier and Type Method Description void
ReportEntry1. setBookgDt(DateAndDateTimeChoice value)
Sets the value of the bookgDt property.void
CashBalance1. setDt(DateAndDateTimeChoice value)
Sets the value of the dt property.void
ReportEntry1. setValDt(DateAndDateTimeChoice value)
Sets the value of the valDt property.
-