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-06-04T12:18:59Z") 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"/>
         <element name="SupportedTerminals" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Terminal" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • id

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") protected String id
    • status

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") protected String status
    • supportedTerminals

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") protected Session.SupportedTerminals supportedTerminals
  • Constructor Details

    • Session

      public Session()
  • Method Details

    • getId

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

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public Session.SupportedTerminals getSupportedTerminals()
      Gets the value of the supportedTerminals property.
      Returns:
      possible object is Session.SupportedTerminals
    • setSupportedTerminals

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public void setSupportedTerminals(Session.SupportedTerminals value)
      Sets the value of the supportedTerminals property.
      Parameters:
      value - allowed object is Session.SupportedTerminals