Class Fundings

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

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") 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 Details

    • funding

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") protected List<Funding> funding
    • numberOfPages

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") 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="2026-06-04T12:18:59Z") 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 set method 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="2026-06-04T12:18:59Z") 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="2026-06-04T12:18:59Z") public void setNumberOfPages(Integer value)
      Sets the value of the numberOfPages property.
      Parameters:
      value - allowed object is Integer