Class FinancingDateDetails1
java.lang.Object
org.coderic.iso20022.messages.tsin.FinancingDateDetails1
Java class for FinancingDateDetails1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FinancingDateDetails1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="BookDt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ISODate" maxOccurs="unbounded" minOccurs="0"/> <element name="CdtDt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ISODate"/> <element name="DbtDt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ISODate" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bookDt property.getCdtDt()
Gets the value of the cdtDt property.getDbtDt()
Gets the value of the dbtDt property.void
setCdtDt
(XMLGregorianCalendar value) Sets the value of the cdtDt property.void
setDbtDt
(XMLGregorianCalendar value) Sets the value of the dbtDt property.
-
Constructor Details
-
FinancingDateDetails1
public FinancingDateDetails1()
-
-
Method Details
-
getBookDt
Gets the value of the bookDt property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the bookDt property.For example, to add a new item, do as follows:
getBookDt().add(newItem);
Objects of the following type(s) are allowed in the list
XMLGregorianCalendar
-
getCdtDt
Gets the value of the cdtDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCdtDt
Sets the value of the cdtDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getDbtDt
Gets the value of the dbtDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDbtDt
Sets the value of the dbtDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-