Package com.pensio.api.generated
Class APIResponse
java.lang.Object
com.pensio.api.generated.APIResponse
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2026-06-04T12:18:59Z")
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBody()Gets the value of the body property.Gets the value of the header property.Gets the value of the version property.voidSets the value of the body property.voidSets the value of the header property.voidsetVersion(String value) Sets the value of the version property.
-
Field Details
-
header
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") protected Header header -
body
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") protected Body body -
version
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") 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="2026-06-04T12:18:59Z") 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="2026-06-04T12:18:59Z") public void setHeader(Header value) Sets the value of the header property.- Parameters:
value- allowed object isHeader
-
getBody
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") 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="2026-06-04T12:18:59Z") public void setBody(Body value) Sets the value of the body property.- Parameters:
value- allowed object isBody
-
getVersion
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") 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="2026-06-04T12:18:59Z") public void setVersion(String value) Sets the value of the version property.- Parameters:
value- allowed object isString
-