Class FinancingDateDetails1

java.lang.Object
org.coderic.iso20022.messages.tsin.FinancingDateDetails1

public class FinancingDateDetails1 extends Object

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 Details

    • FinancingDateDetails1

      public FinancingDateDetails1()
  • Method Details

    • getBookDt

      public List<XMLGregorianCalendar> 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

      public XMLGregorianCalendar getCdtDt()
      Gets the value of the cdtDt property.
      Returns:
      possible object is XMLGregorianCalendar
    • setCdtDt

      public void setCdtDt(XMLGregorianCalendar value)
      Sets the value of the cdtDt property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getDbtDt

      public XMLGregorianCalendar getDbtDt()
      Gets the value of the dbtDt property.
      Returns:
      possible object is XMLGregorianCalendar
    • setDbtDt

      public void setDbtDt(XMLGregorianCalendar value)
      Sets the value of the dbtDt property.
      Parameters:
      value - allowed object is XMLGregorianCalendar