|
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.SetDisplay
public class SetDisplay
This request is not supported.
This Sets the display on a specified device. TheGetDisplay
service can be
used to determine the size of a specific display. The display
area available
to the Set Display service may be larger than the visible
display area. For
example, the display may use paging or scrolling to bring
portions of the
display into view. All display services and events reference
the entire
display size rather than only the simultaneously-visible size.
Similarly, any
formatting or display manipulation to sequentially present
multiple pages of
information are the responsibility of the switching function
and display.
The capabilities exchange services can be used to determine the
number of
displays associated with a device.
The monitoring event sequence is a DisplayUpdatedEvent
for both
device-type and call-type monitoring.
This service will only affect the areas of the display which
are overlaid with
the characters in the contentsOfDisplay
parameter.
The Set
Display service overwrites existing display contents on a
character-position
by character-position basis. (Character positions which are
before or after
the character positions of the to-be-displayed characters are
not affected.)
Constructor Summary | |
---|---|
SetDisplay()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
java.lang.String |
getContentsOfDisplay()
Returns the value of field 'contentsOfDisplay'. |
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'. |
java.lang.Long |
getOffset()
Returns the value of field 'offset'. |
java.lang.Long |
getPhysicalBaseColumnNumber()
Returns the value of field 'physicalBaseColumnNumber'. |
java.lang.Long |
getPhysicalBaseRowNumber()
Returns the value of field 'physicalBaseRowNumber'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
setContentsOfDisplay(java.lang.String contentsOfDisplay)
Sets the value of field 'contentsOfDisplay'. |
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'. |
void |
setOffset(java.lang.Long offset)
Sets the value of field 'offset'. |
void |
setPhysicalBaseColumnNumber(java.lang.Long physicalBaseColumnNumber)
Sets the value of field 'physicalBaseColumnNumber'. |
void |
setPhysicalBaseRowNumber(java.lang.Long physicalBaseRowNumber)
Sets the value of field 'physicalBaseRowNumber'. |
static SetDisplay |
unmarshalSetDisplay(java.io.Reader reader)
Method unmarshalSetDisplay |
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 SetDisplay()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public java.lang.String getContentsOfDisplay()
public DeviceID getDevice()
public java.lang.String getDisplay()
displayID
). If the device has more than one
display this
parameter will be present.
public CSTACommonArguments getExtensions()
public java.lang.Long getOffset()
public java.lang.Long getPhysicalBaseColumnNumber()
public java.lang.Long getPhysicalBaseRowNumber()
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 setContentsOfDisplay(java.lang.String contentsOfDisplay)
contentsOfDisplay
- the value of field
'contentsOfDisplay'.public void setDevice(DeviceID device)
device
- the value of field 'device'.public void setDisplay(java.lang.String display)
displayID
). If the device has more than one
display this
parameter will be present.
display
- the value of field 'display'.public void setExtensions(CSTACommonArguments extensions)
extensions
- the value of field 'extensions'.public void setOffset(java.lang.Long offset)
offset
- the value of field 'offset'.public void setPhysicalBaseColumnNumber(java.lang.Long physicalBaseColumnNumber)
physicalBaseColumnNumber
- the value of field
'physicalBaseColumnNumber'.public void setPhysicalBaseRowNumber(java.lang.Long physicalBaseRowNumber)
physicalBaseRowNumber
- the value of field
'physicalBaseRowNumber'.public static SetDisplay unmarshalSetDisplay(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 |