|
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.DisplayListItem
public class DisplayListItem
Specifies information about the specified display.
Constructor Summary | |
---|---|
DisplayListItem()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
CharacterSet |
getCharacterSet()
Returns the value of field 'characterSet'. |
java.lang.String |
getContentsOfDisplay()
Returns the value of field 'contentsOfDisplay'. |
java.lang.String |
getDisplayID()
Returns the value of field 'displayID'. |
java.lang.Long |
getLogicalColumns()
Returns the value of field 'logicalColumns'. |
java.lang.Long |
getLogicalRows()
Returns the value of field 'logicalRows'. |
java.lang.Long |
getPhysicalBaseColumnNumber()
Returns the value of field 'physicalBaseColumnNumber'. |
java.lang.Long |
getPhysicalBaseRowNumber()
Returns the value of field 'physicalBaseRowNumber'. |
java.lang.Long |
getPhysicalColumns()
Returns the value of field 'physicalColumns'. |
java.lang.Long |
getPhysicalRows()
Returns the value of field 'physicalRows'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
setCharacterSet(CharacterSet characterSet)
Sets the value of field 'characterSet'. |
void |
setContentsOfDisplay(java.lang.String contentsOfDisplay)
Sets the value of field 'contentsOfDisplay'. |
void |
setDisplayID(java.lang.String displayID)
Sets the value of field 'displayID'. |
void |
setLogicalColumns(java.lang.Long logicalColumns)
Sets the value of field 'logicalColumns'. |
void |
setLogicalRows(java.lang.Long logicalRows)
Sets the value of field 'logicalRows'. |
void |
setPhysicalBaseColumnNumber(java.lang.Long physicalBaseColumnNumber)
Sets the value of field 'physicalBaseColumnNumber'. |
void |
setPhysicalBaseRowNumber(java.lang.Long physicalBaseRowNumber)
Sets the value of field 'physicalBaseRowNumber'. |
void |
setPhysicalColumns(java.lang.Long physicalColumns)
Sets the value of field 'physicalColumns'. |
void |
setPhysicalRows(java.lang.Long physicalRows)
Sets the value of field 'physicalRows'. |
static DisplayListItem |
unmarshalDisplayListItem(java.io.Reader reader)
Method unmarshalDisplayListItem |
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 DisplayListItem()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public CharacterSet getCharacterSet()
public java.lang.String getContentsOfDisplay()
contentsOfDisplay
parameter
always contains the maximum number of characters on the
display as
indicated by the number of logicalRows
and
logicalColumns
. Mandatory.
public java.lang.String getDisplayID()
public java.lang.Long getLogicalColumns()
public java.lang.Long getLogicalRows()
public java.lang.Long getPhysicalBaseColumnNumber()
physicalColumns
is equal to
the
number of logicalColumns
this parameter will
be
omitted, otherwise it will be present.
Not supported
public java.lang.Long getPhysicalBaseRowNumber()
physicalRows
is equal to the number of
logicalRows
this parameter will be omitted, otherwise it will be
present.
Not supported
public java.lang.Long getPhysicalColumns()
physicalColumns
is equal to the number of
logicalColumns
this parameter will be omitted, otherwise it will be
present.
Not supported
public java.lang.Long getPhysicalRows()
physicalRows
is equal to the number of
logicalRows
this parameter will be omitted, otherwise it will be
present.
Not supported
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 setCharacterSet(CharacterSet characterSet)
characterSet
- the value of field 'characterSet'.public void setContentsOfDisplay(java.lang.String contentsOfDisplay)
contentsOfDisplay
parameter
always contains the maximum number of characters on the
display as
indicated by the number of logicalRows
and
logicalColumns
. Mandatory.
contentsOfDisplay
- the value of field
'contentsOfDisplay'.public void setDisplayID(java.lang.String displayID)
displayID
- the value of field 'displayID'.public void setLogicalColumns(java.lang.Long logicalColumns)
logicalColumns
- the value of field 'logicalColumns'.public void setLogicalRows(java.lang.Long logicalRows)
logicalRows
- the value of field 'logicalRows'.public void setPhysicalBaseColumnNumber(java.lang.Long physicalBaseColumnNumber)
physicalColumns
is equal to
the
number of logicalColumns
this parameter will
be
omitted, otherwise it will be present.
Not supported
physicalBaseColumnNumber
- the value of field
'physicalBaseColumnNumber'.public void setPhysicalBaseRowNumber(java.lang.Long physicalBaseRowNumber)
physicalRows
is equal to the number of
logicalRows
this parameter will be omitted, otherwise it will be
present.
Not supported
physicalBaseRowNumber
- the value of field
'physicalBaseRowNumber'.public void setPhysicalColumns(java.lang.Long physicalColumns)
physicalColumns
is equal to the number of
logicalColumns
this parameter will be omitted, otherwise it will be
present.
Not supported
physicalColumns
- the value of field 'physicalColumns'.public void setPhysicalRows(java.lang.Long physicalRows)
physicalRows
is equal to the number of
logicalRows
this parameter will be omitted, otherwise it will be
present.
Not supported
physicalRows
- the value of field 'physicalRows'.public static DisplayListItem unmarshalDisplayListItem(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 |