Class DeviceInfo

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

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-06T11:20:47Z") public class DeviceInfo extends Object

Java class for DeviceInfo complex type.

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

 <complexType name="DeviceInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="DeviceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DeviceType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OperatingSystem" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • deviceId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-06T11:20:47Z") protected String deviceId
    • deviceType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-06T11:20:47Z") protected String deviceType
    • operatingSystem

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-06T11:20:47Z") protected String operatingSystem
  • Constructor Details

    • DeviceInfo

      public DeviceInfo()
  • Method Details

    • getDeviceId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-06T11:20:47Z") public String getDeviceId()
      Gets the value of the deviceId property.
      Returns:
      possible object is String
    • setDeviceId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-06T11:20:47Z") public void setDeviceId(String value)
      Sets the value of the deviceId property.
      Parameters:
      value - allowed object is String
    • getDeviceType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-06T11:20:47Z") public String getDeviceType()
      Gets the value of the deviceType property.
      Returns:
      possible object is String
    • setDeviceType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-06T11:20:47Z") public void setDeviceType(String value)
      Sets the value of the deviceType property.
      Parameters:
      value - allowed object is String
    • getOperatingSystem

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-06T11:20:47Z") public String getOperatingSystem()
      Gets the value of the operatingSystem property.
      Returns:
      possible object is String
    • setOperatingSystem

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-06T11:20:47Z") public void setOperatingSystem(String value)
      Sets the value of the operatingSystem property.
      Parameters:
      value - allowed object is String