Package com.pensio.api.generated
Class Session
java.lang.Object
com.pensio.api.generated.Session
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2025-12-10T09:47:46Z")
public class Session
extends Object
Java class for Session complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Session">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Status" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Constructor Details
-
Session
public Session()
-
-
Method Details
-
getId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public String getId()Gets the value of the id property.- Returns:
- possible object is
String
-
setId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setId(String value) Sets the value of the id property.- Parameters:
value- allowed object isString
-
getStatus
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public String getStatus()Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setStatus(String value) Sets the value of the status property.- Parameters:
value- allowed object isString
-