Class TCompasLDevice
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TCompasLDevice
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the lDeviceID property.Gets the value of the lDeviceStatus property.boolean
boolean
void
setLDeviceID
(String value) Sets the value of the lDeviceID property.void
Sets the value of the lDeviceStatus property.
-
Field Details
-
lDeviceStatus
-
lDeviceID
-
-
Constructor Details
-
TCompasLDevice
public TCompasLDevice()
-
-
Method Details
-
getLDeviceStatus
Gets the value of the lDeviceStatus property.- Returns:
- possible object is
TCompasLDeviceStatus
-
setLDeviceStatus
Sets the value of the lDeviceStatus property.- Parameters:
value
- allowed object isTCompasLDeviceStatus
-
isSetLDeviceStatus
public boolean isSetLDeviceStatus() -
getLDeviceID
Gets the value of the lDeviceID property.- Returns:
- possible object is
String
-
setLDeviceID
Sets the value of the lDeviceID property.- Parameters:
value
- allowed object isString
-
isSetLDeviceID
public boolean isSetLDeviceID()
-