|
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.LampList
public class LampList
Specifies information about the specified lamp or about all lamps associated with the device if no lamp was provided in the request.
Constructor Summary | |
---|---|
LampList()
|
Method Summary | |
---|---|
void |
addLampItem(int index,
LampItem vLampItem)
Method addLampItem |
void |
addLampItem(LampItem vLampItem)
Method addLampItem |
java.util.Enumeration |
enumerateLampItem()
Method enumerateLampItem |
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
LampItem[] |
getLampItem()
Method getLampItem |
LampItem |
getLampItem(int index)
Method getLampItem |
int |
getLampItemCount()
Method getLampItemCount |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
removeAllLampItem()
Method removeAllLampItem |
LampItem |
removeLampItem(int index)
Method removeLampItem |
void |
setLampItem(int index,
LampItem vLampItem)
Method setLampItem |
void |
setLampItem(LampItem[] lampItemArray)
Method setLampItem |
static LampList |
unmarshalLampList(java.io.Reader reader)
Method unmarshalLampList |
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 LampList()
Method Detail |
---|
public void addLampItem(LampItem vLampItem) throws java.lang.IndexOutOfBoundsException
vLampItem
-
java.lang.IndexOutOfBoundsException
public void addLampItem(int index, LampItem vLampItem) throws java.lang.IndexOutOfBoundsException
index
- vLampItem
-
java.lang.IndexOutOfBoundsException
public java.util.Enumeration enumerateLampItem()
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public LampItem getLampItem(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public LampItem[] getLampItem()
public int getLampItemCount()
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 removeAllLampItem()
public LampItem removeLampItem(int index)
index
-
public void setLampItem(int index, LampItem vLampItem) throws java.lang.IndexOutOfBoundsException
index
- vLampItem
-
java.lang.IndexOutOfBoundsException
public void setLampItem(LampItem[] lampItemArray)
lampItemArray
- public static LampList unmarshalLampList(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 |