|
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.GetDisplay
public class GetDisplay
Gets a snapshot of the contents of the physical device's display. The capabilities exchange services can be used to determine the number of displays associated with a device. The GetDisplay request has these parameters:
GetDisplay Request Parameters | ||
---|---|---|
device | Mandatory | Specifies the physical element of the device. |
displayID | Not used | |
extensions | Not used |
GetDisplayResponse Parameters | ||
---|---|---|
displayList | Always provided | Specifies information about the specified display associated with the device. The list item is of type DisplayListItem. The DisplayListItem structure is described below. |
extensions | Not Used |
DisplayListItem Parameters | ||
---|---|---|
displayID | Always Provided | This parameter indicates the display to which the other provided information applies. |
logicalRows | Not supported | |
logicalColumns | Not supported | |
physicalRows | Not supported | |
physicalColumns | Not supported | |
physicalBaseRowNumber | Not supported | |
physicalBaseColumnNumber | Not supported | |
characterSet | Not supported | |
contentsOfDisplay | Always provided | Specifies the text on display as a string of characters consisting of the text on each row of the display (including spaces) concatenated together. |
Constructor Summary | |
---|---|
GetDisplay()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
DeviceID |
getDevice()
Returns the value of field 'device'. |
java.lang.String |
getDisplay()
Returns the value of field 'display'. |
CSTACommonArguments |
getExtensions()
Returns the value of field 'extensions'. |
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 |
setDisplay(java.lang.String display)
Sets the value of field 'display'. |
void |
setExtensions(CSTACommonArguments extensions)
Sets the value of field 'extensions'. |
static GetDisplay |
unmarshalGetDisplay(java.io.Reader reader)
Method unmarshalGetDisplay |
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 GetDisplay()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public DeviceID getDevice()
public java.lang.String getDisplay()
public CSTACommonArguments getExtensions()
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 setDisplay(java.lang.String display)
display
- the value of field 'display'.public void setExtensions(CSTACommonArguments extensions)
extensions
- the value of field 'extensions'.public static GetDisplay unmarshalGetDisplay(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 |