Class Session

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

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

    • id

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") protected String id
    • status

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") protected String status
  • Constructor Details

    • Session

      public Session()
  • Method Details

    • getId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") 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="2026-02-17T13:39:18Z") public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getStatus

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") 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="2026-02-17T13:39:18Z") public void setStatus(String value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is String