public interface AuditableEventType extends RegistryObjectType
| Modifier and Type | Interface and Description |
|---|---|
static class |
AuditableEventType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
ObjectRefListType |
addNewAffectedObjects()
Appends and returns a new empty "affectedObjects" element
|
ObjectRefListType |
getAffectedObjects()
Gets the "affectedObjects" element
|
java.lang.String |
getEventType()
Gets the "eventType" attribute
|
java.lang.String |
getRequestId()
Gets the "requestId" attribute
|
java.util.Calendar |
getTimestamp()
Gets the "timestamp" attribute
|
java.lang.String |
getUser()
Gets the "user" attribute
|
void |
setAffectedObjects(ObjectRefListType affectedObjects)
Sets the "affectedObjects" element
|
void |
setEventType(java.lang.String eventType)
Sets the "eventType" attribute
|
void |
setRequestId(java.lang.String requestId)
Sets the "requestId" attribute
|
void |
setTimestamp(java.util.Calendar timestamp)
Sets the "timestamp" attribute
|
void |
setUser(java.lang.String user)
Sets the "user" attribute
|
ReferenceURI |
xgetEventType()
Gets (as xml) the "eventType" attribute
|
ReferenceURI |
xgetRequestId()
Gets (as xml) the "requestId" attribute
|
org.apache.xmlbeans.XmlDateTime |
xgetTimestamp()
Gets (as xml) the "timestamp" attribute
|
ReferenceURI |
xgetUser()
Gets (as xml) the "user" attribute
|
void |
xsetEventType(ReferenceURI eventType)
Sets (as xml) the "eventType" attribute
|
void |
xsetRequestId(ReferenceURI requestId)
Sets (as xml) the "requestId" attribute
|
void |
xsetTimestamp(org.apache.xmlbeans.XmlDateTime timestamp)
Sets (as xml) the "timestamp" attribute
|
void |
xsetUser(ReferenceURI user)
Sets (as xml) the "user" attribute
|
addNewClassification, addNewDescription, addNewExternalIdentifier, addNewName, addNewVersionInfo, getClassificationArray, getClassificationArray, getDescription, getExternalIdentifierArray, getExternalIdentifierArray, getLid, getName, getObjectType, getStatus, getVersionInfo, insertNewClassification, insertNewExternalIdentifier, isSetDescription, isSetLid, isSetName, isSetObjectType, isSetStatus, isSetVersionInfo, removeClassification, removeExternalIdentifier, setClassificationArray, setClassificationArray, setDescription, setExternalIdentifierArray, setExternalIdentifierArray, setLid, setName, setObjectType, setStatus, setVersionInfo, sizeOfClassificationArray, sizeOfExternalIdentifierArray, unsetDescription, unsetLid, unsetName, unsetObjectType, unsetStatus, unsetVersionInfo, xgetLid, xgetObjectType, xgetStatus, xsetLid, xsetObjectType, xsetStatusaddNewSlot, getHome, getId, getSlotArray, getSlotArray, insertNewSlot, isSetHome, removeSlot, setHome, setId, setSlotArray, setSlotArray, sizeOfSlotArray, unsetHome, xgetHome, xgetId, xsetHome, xsetIdchangeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextObjectRefListType getAffectedObjects()
void setAffectedObjects(ObjectRefListType affectedObjects)
ObjectRefListType addNewAffectedObjects()
java.lang.String getEventType()
ReferenceURI xgetEventType()
void setEventType(java.lang.String eventType)
void xsetEventType(ReferenceURI eventType)
java.util.Calendar getTimestamp()
org.apache.xmlbeans.XmlDateTime xgetTimestamp()
void setTimestamp(java.util.Calendar timestamp)
void xsetTimestamp(org.apache.xmlbeans.XmlDateTime timestamp)
java.lang.String getUser()
ReferenceURI xgetUser()
void setUser(java.lang.String user)
void xsetUser(ReferenceURI user)
java.lang.String getRequestId()
ReferenceURI xgetRequestId()
void setRequestId(java.lang.String requestId)
void xsetRequestId(ReferenceURI requestId)
Copyright © 2015–2018 52north.org. All rights reserved.