Class APIResponse

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

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

Java class for APIResponse complex type.

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

 <complexType name="APIResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="Header" type="{}Header"/>
         <element name="Body" type="{}Body"/>
       </all>
       <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • body

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

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

    • APIResponse

      public APIResponse()
  • Method Details

    • getHeader

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

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

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

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

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

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