|
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.DisplayList
public class DisplayList
Specifies a list which contains information about the specified
display or
about all displays associated with the device if no
displayID
was provided in the request.
Constructor Summary | |
---|---|
DisplayList()
|
Method Summary | |
---|---|
void |
addDisplayListItem(DisplayListItem vDisplayListItem)
Method addDisplayListItem |
void |
addDisplayListItem(int index,
DisplayListItem vDisplayListItem)
Method addDisplayListItem |
java.util.Enumeration |
enumerateDisplayListItem()
Method enumerateDisplayListItem |
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
DisplayListItem[] |
getDisplayListItem()
Method getDisplayListItem |
DisplayListItem |
getDisplayListItem(int index)
Method getDisplayListItem |
int |
getDisplayListItemCount()
Method getDisplayListItemCount |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
removeAllDisplayListItem()
Method removeAllDisplayListItem |
DisplayListItem |
removeDisplayListItem(int index)
Method removeDisplayListItem |
void |
setDisplayListItem(DisplayListItem[] displayListItemArray)
Method setDisplayListItem |
void |
setDisplayListItem(int index,
DisplayListItem vDisplayListItem)
Method setDisplayListItem |
static DisplayList |
unmarshalDisplayList(java.io.Reader reader)
Method unmarshalDisplayList |
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 DisplayList()
Method Detail |
---|
public void addDisplayListItem(DisplayListItem vDisplayListItem) throws java.lang.IndexOutOfBoundsException
vDisplayListItem
-
java.lang.IndexOutOfBoundsException
public void addDisplayListItem(int index, DisplayListItem vDisplayListItem) throws java.lang.IndexOutOfBoundsException
index
- vDisplayListItem
-
java.lang.IndexOutOfBoundsException
public java.util.Enumeration enumerateDisplayListItem()
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public DisplayListItem getDisplayListItem(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public DisplayListItem[] getDisplayListItem()
public int getDisplayListItemCount()
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 removeAllDisplayListItem()
public DisplayListItem removeDisplayListItem(int index)
index
-
public void setDisplayListItem(int index, DisplayListItem vDisplayListItem) throws java.lang.IndexOutOfBoundsException
index
- vDisplayListItem
-
java.lang.IndexOutOfBoundsException
public void setDisplayListItem(DisplayListItem[] displayListItemArray)
displayListItemArray
- public static DisplayList unmarshalDisplayList(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 |