Class Funding

java.lang.Object
com.pensio.api.generated.Funding

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public class Funding extends Object

Java class for Funding complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Funding">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="Filename" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ContractIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Shops" type="{}Shops" minOccurs="0"/>
         <element name="Acquirer" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="FundingDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="Amount" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="CreatedDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="ReferenceText" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="AccountNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ExtraData" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="DownloadLink" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • filename

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String filename
    • contractIdentifier

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String contractIdentifier
    • shops

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected Shops shops
    • acquirer

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String acquirer
    • fundingDate

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected XMLGregorianCalendar fundingDate
    • amount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String amount
    • createdDate

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected XMLGregorianCalendar createdDate
    • referenceText

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String referenceText
    • accountNumber

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String accountNumber
    • extraData

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String extraData
  • Constructor Details

    • Funding

      public Funding()
  • Method Details

    • getFilename

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getFilename()
      Gets the value of the filename property.
      Returns:
      possible object is String
    • setFilename

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setFilename(String value)
      Sets the value of the filename property.
      Parameters:
      value - allowed object is String
    • getContractIdentifier

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getContractIdentifier()
      Gets the value of the contractIdentifier property.
      Returns:
      possible object is String
    • setContractIdentifier

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setContractIdentifier(String value)
      Sets the value of the contractIdentifier property.
      Parameters:
      value - allowed object is String
    • getShops

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public Shops getShops()
      Gets the value of the shops property.
      Returns:
      possible object is Shops
    • setShops

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setShops(Shops value)
      Sets the value of the shops property.
      Parameters:
      value - allowed object is Shops
    • getAcquirer

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getAcquirer()
      Gets the value of the acquirer property.
      Returns:
      possible object is String
    • setAcquirer

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setAcquirer(String value)
      Sets the value of the acquirer property.
      Parameters:
      value - allowed object is String
    • getFundingDate

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public XMLGregorianCalendar getFundingDate()
      Gets the value of the fundingDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setFundingDate

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setFundingDate(XMLGregorianCalendar value)
      Sets the value of the fundingDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getAmount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getAmount()
      Gets the value of the amount property.
      Returns:
      possible object is String
    • setAmount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setAmount(String value)
      Sets the value of the amount property.
      Parameters:
      value - allowed object is String
    • getCreatedDate

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public XMLGregorianCalendar getCreatedDate()
      Gets the value of the createdDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setCreatedDate

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setCreatedDate(XMLGregorianCalendar value)
      Sets the value of the createdDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getReferenceText

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getReferenceText()
      Gets the value of the referenceText property.
      Returns:
      possible object is String
    • setReferenceText

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setReferenceText(String value)
      Sets the value of the referenceText property.
      Parameters:
      value - allowed object is String
    • getAccountNumber

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getAccountNumber()
      Gets the value of the accountNumber property.
      Returns:
      possible object is String
    • setAccountNumber

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setAccountNumber(String value)
      Sets the value of the accountNumber property.
      Parameters:
      value - allowed object is String
    • getExtraData

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getExtraData()
      Gets the value of the extraData property.
      Returns:
      possible object is String
    • setExtraData

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setExtraData(String value)
      Sets the value of the extraData property.
      Parameters:
      value - allowed object is String
    • getDownloadLink

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getDownloadLink()
      Gets the value of the downloadLink property.
      Returns:
      possible object is String
    • setDownloadLink

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setDownloadLink(String value)
      Sets the value of the downloadLink property.
      Parameters:
      value - allowed object is String