|
4.1.0.610 20071213 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.ecma.csta.CastorObject
ch.ecma.csta.binding.SetLampMode
public class SetLampMode
This request is not supported.
Sets the lamp mode status of a specified button on a device. Allows a computing function to control how a specified lamp is lit at a specified device. The monitoring event sequence is aLampModeEvent
for
both device-type and call-type
monitoring.
Constructor Summary | |
---|---|
SetLampMode()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
DeviceID |
getDevice()
Returns the value of field 'device'. |
CSTACommonArguments |
getExtensions()
Returns the value of field 'extensions'. |
java.lang.String |
getLamp()
Returns the value of field 'lamp'. |
LampBrightness |
getLampBrightness()
Returns the value of field 'lampBrightness'. |
java.lang.Short |
getLampColor()
Returns the value of field 'lampColor'. |
java.lang.Short |
getLampMode()
Returns the value of field 'lampMode'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
setDevice(DeviceID device)
Sets the value of field 'device'. |
void |
setExtensions(CSTACommonArguments extensions)
Sets the value of field 'extensions'. |
void |
setLamp(java.lang.String lamp)
Sets the value of field 'lamp'. |
void |
setLampBrightness(LampBrightness lampBrightness)
Sets the value of field 'lampBrightness'. |
void |
setLampColor(java.lang.Short lampColor)
Sets the value of field 'lampColor'. |
void |
setLampMode(java.lang.Short lampMode)
Sets the value of field 'lampMode'. |
static SetLampMode |
unmarshalSetLampMode(java.io.Reader reader)
Method unmarshalSetLampMode |
void |
validate()
Method validate |
Methods inherited from class ch.ecma.csta.CastorObject |
---|
getOldSessionID, hashCode, setOldSessionID, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SetLampMode()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public DeviceID getDevice()
public CSTACommonArguments getExtensions()
public java.lang.String getLamp()
lampID
of
the lamp on the device. Mandatory.
public LampBrightness getLampBrightness()
public java.lang.Short getLampColor()
public java.lang.Short getLampMode()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setDevice(DeviceID device)
device
- the value of field 'device'.public void setExtensions(CSTACommonArguments extensions)
extensions
- the value of field 'extensions'.public void setLamp(java.lang.String lamp)
lampID
of
the lamp on the device. Mandatory.
lamp
- the value of field 'lamp'.public void setLampBrightness(LampBrightness lampBrightness)
lampBrightness
- the value of field 'lampBrightness'.public void setLampColor(java.lang.Short lampColor)
lampColor
- the value of field 'lampColor'.public void setLampMode(java.lang.Short lampMode)
lampMode
- the value of field 'lampMode'.public static SetLampMode unmarshalSetLampMode(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
4.1.0.610 20071213 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |