Package com.pensio.api.generated
Class Fundings
java.lang.Object
com.pensio.api.generated.Fundings
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2025-12-10T09:47:46Z")
public class Fundings
extends Object
Java class for Fundings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Fundings">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Funding" type="{}Funding" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="numberOfPages" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the funding property.Gets the value of the numberOfPages property.voidsetNumberOfPages(Integer value) Sets the value of the numberOfPages property.
-
Field Details
-
funding
-
numberOfPages
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected Integer numberOfPages
-
-
Constructor Details
-
Fundings
public Fundings()
-
-
Method Details
-
getFunding
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public List<Funding> getFunding()Gets the value of the funding 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
setmethod for the funding property.For example, to add a new item, do as follows:
getFunding().add(newItem);Objects of the following type(s) are allowed in the list
Funding -
getNumberOfPages
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public Integer getNumberOfPages()Gets the value of the numberOfPages property.- Returns:
- possible object is
Integer
-
setNumberOfPages
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setNumberOfPages(Integer value) Sets the value of the numberOfPages property.- Parameters:
value- allowed object isInteger
-