Package com.pensio.api.generated
Class Funding
java.lang.Object
com.pensio.api.generated.Funding
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2026-02-17T13:39:18Z")
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accountNumber property.Gets the value of the acquirer property.Gets the value of the amount property.Gets the value of the contractIdentifier property.Gets the value of the createdDate property.Gets the value of the downloadLink property.Gets the value of the extraData property.Gets the value of the filename property.Gets the value of the fundingDate property.Gets the value of the referenceText property.getShops()Gets the value of the shops property.voidsetAccountNumber(String value) Sets the value of the accountNumber property.voidsetAcquirer(String value) Sets the value of the acquirer property.voidSets the value of the amount property.voidsetContractIdentifier(String value) Sets the value of the contractIdentifier property.voidSets the value of the createdDate property.voidsetDownloadLink(String value) Sets the value of the downloadLink property.voidsetExtraData(String value) Sets the value of the extraData property.voidsetFilename(String value) Sets the value of the filename property.voidSets the value of the fundingDate property.voidsetReferenceText(String value) Sets the value of the referenceText property.voidSets the value of the shops property.
-
Field Details
-
filename
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") protected String filename -
contractIdentifier
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") protected String contractIdentifier -
shops
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") protected Shops shops -
acquirer
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") protected String acquirer -
fundingDate
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") protected XMLGregorianCalendar fundingDate -
amount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") protected String amount -
createdDate
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") protected XMLGregorianCalendar createdDate -
referenceText
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") protected String referenceText -
accountNumber
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") protected String accountNumber -
extraData
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") protected String extraData -
downloadLink
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") protected String downloadLink
-
-
Constructor Details
-
Funding
public Funding()
-
-
Method Details
-
getFilename
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") 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="2026-02-17T13:39:18Z") public void setFilename(String value) Sets the value of the filename property.- Parameters:
value- allowed object isString
-
getContractIdentifier
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") 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="2026-02-17T13:39:18Z") public void setContractIdentifier(String value) Sets the value of the contractIdentifier property.- Parameters:
value- allowed object isString
-
getShops
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") 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="2026-02-17T13:39:18Z") public void setShops(Shops value) Sets the value of the shops property.- Parameters:
value- allowed object isShops
-
getAcquirer
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") 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="2026-02-17T13:39:18Z") public void setAcquirer(String value) Sets the value of the acquirer property.- Parameters:
value- allowed object isString
-
getFundingDate
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") 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="2026-02-17T13:39:18Z") public void setFundingDate(XMLGregorianCalendar value) Sets the value of the fundingDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") 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="2026-02-17T13:39:18Z") public void setAmount(String value) Sets the value of the amount property.- Parameters:
value- allowed object isString
-
getCreatedDate
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") 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="2026-02-17T13:39:18Z") public void setCreatedDate(XMLGregorianCalendar value) Sets the value of the createdDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getReferenceText
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") 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="2026-02-17T13:39:18Z") public void setReferenceText(String value) Sets the value of the referenceText property.- Parameters:
value- allowed object isString
-
getAccountNumber
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") 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="2026-02-17T13:39:18Z") public void setAccountNumber(String value) Sets the value of the accountNumber property.- Parameters:
value- allowed object isString
-
getExtraData
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") 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="2026-02-17T13:39:18Z") public void setExtraData(String value) Sets the value of the extraData property.- Parameters:
value- allowed object isString
-
getDownloadLink
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") 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="2026-02-17T13:39:18Z") public void setDownloadLink(String value) Sets the value of the downloadLink property.- Parameters:
value- allowed object isString
-