Class TCompasLDevice

java.lang.Object
org.lfenergy.compas.scl2007b4.model.TCompasLDevice

public class TCompasLDevice extends Object
Identifies the LDevice from the user specific catalog of LDevice

Java class for tCompasLDevice complex type.

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

 <complexType name="tCompasLDevice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="LDeviceStatus" type="{https://www.lfenergy.org/compas/extension/v1}tCompasLDeviceStatus" />
       <attribute name="LDeviceID" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TCompasLDevice

      public TCompasLDevice()
  • Method Details

    • getLDeviceStatus

      public TCompasLDeviceStatus getLDeviceStatus()
      Gets the value of the lDeviceStatus property.
      Returns:
      possible object is TCompasLDeviceStatus
    • setLDeviceStatus

      public void setLDeviceStatus(TCompasLDeviceStatus value)
      Sets the value of the lDeviceStatus property.
      Parameters:
      value - allowed object is TCompasLDeviceStatus
    • isSetLDeviceStatus

      public boolean isSetLDeviceStatus()
    • getLDeviceID

      public String getLDeviceID()
      Gets the value of the lDeviceID property.
      Returns:
      possible object is String
    • setLDeviceID

      public void setLDeviceID(String value)
      Sets the value of the lDeviceID property.
      Parameters:
      value - allowed object is String
    • isSetLDeviceID

      public boolean isSetLDeviceID()