org.gxos.schema
Class UpdateEventType

java.lang.Object
  |
  +--org.gxos.schema.TreeObject
        |
        +--org.gxos.schema.EventObject
              |
              +--org.gxos.schema.UpdateEventType
All Implemented Interfaces:
java.io.Serializable

public abstract class UpdateEventType
extends EventObject
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
UpdateEventType()
           
 
Method Summary
 java.lang.String getEditComment()
           
 EditObject getEditObject()
           
 LockingType getLocking()
           
 RequestingGMSID getRequestingGMSID()
           
 int getTimelimit()
           
 UpdateModeType getUpdateMode()
           
 boolean hasTimelimit()
           
 boolean isValid()
           
abstract  void marshal(org.xml.sax.DocumentHandler handler)
           
abstract  void marshal(java.io.Writer out)
           
 void setEditComment(java.lang.String _editComment)
           
 void setEditObject(EditObject _editObject)
           
 void setLocking(LockingType _locking)
           
 void setRequestingGMSID(RequestingGMSID _requestingGMSID)
           
 void setTimelimit(int _timelimit)
           
 void setUpdateMode(UpdateModeType _updateMode)
           
 void validate()
           
 
Methods inherited from class org.gxos.schema.EventObject
deletePriority, getAcknowledgeObject, getEventDestination, getEventUserName, getEventUserObject, getGMSMessageID, getGMSMessageMode, getPriority, getPriorityScope, getSourceDevice, hasPriority, setAcknowledgeObject, setEventDestination, setEventUserName, setEventUserObject, setGMSMessageID, setGMSMessageMode, setPriority, setPriorityScope, setSourceDevice
 
Methods inherited from class org.gxos.schema.TreeObject
addCustomExtension, addNodeComment, enumerateCustomExtension, enumerateNodeComment, getCustomExtension, getCustomExtension, getCustomExtensionCount, getCustomType, getExtensions, getHistoryObject, getNodeChildren, getNodeComment, getNodeComment, getNodeCommentCount, getNodeContents, getNodeEndTime, getNodeName, getNodeProfile, getNodeRooting, getNodeStartTime, getNodeType, getNodeUpdateTime, getNodeVersionNumber, getParentObject, removeAllCustomExtension, removeAllNodeComment, removeCustomExtension, removeNodeComment, setCustomExtension, setCustomExtension, setCustomType, setExtensions, setHistoryObject, setNodeChildren, setNodeComment, setNodeComment, setNodeContents, setNodeEndTime, setNodeName, setNodeProfile, setNodeRooting, setNodeStartTime, setNodeType, setNodeUpdateTime, setNodeVersionNumber, setParentObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateEventType

public UpdateEventType()
Method Detail

getEditComment

public java.lang.String getEditComment()

getEditObject

public EditObject getEditObject()

getLocking

public LockingType getLocking()

getRequestingGMSID

public RequestingGMSID getRequestingGMSID()

getTimelimit

public int getTimelimit()

getUpdateMode

public UpdateModeType getUpdateMode()

hasTimelimit

public boolean hasTimelimit()

isValid

public boolean isValid()
Overrides:
isValid in class EventObject

marshal

public abstract void marshal(java.io.Writer out)
                      throws org.exolab.castor.xml.MarshalException,
                             org.exolab.castor.xml.ValidationException
Overrides:
marshal in class EventObject
Parameters:
out -  

marshal

public abstract void marshal(org.xml.sax.DocumentHandler handler)
                      throws org.exolab.castor.xml.MarshalException,
                             org.exolab.castor.xml.ValidationException
Overrides:
marshal in class EventObject
Parameters:
handler -  

setEditComment

public void setEditComment(java.lang.String _editComment)
Parameters:
_editComment -  

setEditObject

public void setEditObject(EditObject _editObject)
Parameters:
_editObject -  

setLocking

public void setLocking(LockingType _locking)
Parameters:
_locking -  

setRequestingGMSID

public void setRequestingGMSID(RequestingGMSID _requestingGMSID)
Parameters:
_requestingGMSID -  

setTimelimit

public void setTimelimit(int _timelimit)
Parameters:
_timelimit -  

setUpdateMode

public void setUpdateMode(UpdateModeType _updateMode)
Parameters:
_updateMode -  

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Overrides:
validate in class EventObject