public class EntryState extends LexGridBase implements java.io.Serializable
Constructor and Description |
---|
EntryState() |
Modifier and Type | Method and Description |
---|---|
ChangeType |
getChangeType()
Returns the value of field 'changeType'.
|
java.lang.String |
getContainingRevision()
Returns the value of field 'containingRevision'.
|
java.lang.String |
getPrevRevision()
Returns the value of field 'prevRevision'.
|
java.lang.Long |
getRelativeOrder()
Returns the value of field 'relativeOrder'.
|
boolean |
isValid()
Method isValid.
|
void |
marshal(org.xml.sax.ContentHandler handler) |
void |
marshal(java.io.Writer out) |
void |
setChangeType(ChangeType changeType)
Sets the value of field 'changeType'.
|
void |
setContainingRevision(java.lang.String containingRevision)
Sets the value of field 'containingRevision'.
|
void |
setPrevRevision(java.lang.String prevRevision)
Sets the value of field 'prevRevision'.
|
void |
setRelativeOrder(java.lang.Long relativeOrder)
Sets the value of field 'relativeOrder'.
|
static EntryState |
unmarshalEntryState(java.io.Reader reader)
Method unmarshalEntryState.
|
void |
validate() |
getParent, setParent
public ChangeType getChangeType()
public java.lang.String getContainingRevision()
public java.lang.String getPrevRevision()
public java.lang.Long getRelativeOrder()
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
- if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic 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
- if an IOException occurs during
marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaorg.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingpublic void setChangeType(ChangeType changeType)
changeType
- the value of field 'changeType'.public void setContainingRevision(java.lang.String containingRevision)
containingRevision
- the value of field
'containingRevision'.public void setPrevRevision(java.lang.String prevRevision)
prevRevision
- the value of field 'prevRevision'.public void setRelativeOrder(java.lang.Long relativeOrder)
relativeOrder
- the value of field 'relativeOrder'.public static EntryState unmarshalEntryState(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schema