|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
oasis.names.tc.ebxml_regrep.xsd.rim._3.AuditableEventType
public class AuditableEventType
An Event that forms an audit trail in ebXML Registry.
Java class for AuditableEventType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuditableEventType">
<complexContent>
<extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryObjectType">
<sequence>
<element name="affectedObjects" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ObjectRefListType"/>
</sequence>
<attribute name="eventType" use="required" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" />
<attribute name="timestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="user" use="required" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" />
<attribute name="requestId" use="required" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ObjectRefListType |
affectedObjects
|
protected String |
eventType
|
protected String |
requestId
|
protected XMLGregorianCalendar |
timestamp
|
protected String |
user
|
| Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType |
|---|
classification, description, externalIdentifier, lid, name, objectType, status, versionInfo |
| Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType |
|---|
home, id, slot |
| Constructor Summary | |
|---|---|
AuditableEventType()
|
|
| Method Summary | |
|---|---|
ObjectRefListType |
getAffectedObjects()
Gets the value of the affectedObjects property. |
String |
getEventType()
Gets the value of the eventType property. |
String |
getRequestId()
Gets the value of the requestId property. |
XMLGregorianCalendar |
getTimestamp()
Gets the value of the timestamp property. |
String |
getUser()
Gets the value of the user property. |
void |
setAffectedObjects(ObjectRefListType value)
Sets the value of the affectedObjects property. |
void |
setEventType(String value)
Sets the value of the eventType property. |
void |
setRequestId(String value)
Sets the value of the requestId property. |
void |
setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property. |
void |
setUser(String value)
Sets the value of the user property. |
| Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType |
|---|
getClassification, getDescription, getExternalIdentifier, getLid, getName, getObjectType, getStatus, getVersionInfo, setDescription, setLid, setName, setObjectType, setStatus, setVersionInfo |
| Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType |
|---|
getHome, getId, getSlot, setHome, setId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ObjectRefListType affectedObjects
protected String eventType
protected XMLGregorianCalendar timestamp
protected String user
protected String requestId
| Constructor Detail |
|---|
public AuditableEventType()
| Method Detail |
|---|
public ObjectRefListType getAffectedObjects()
ObjectRefListTypepublic void setAffectedObjects(ObjectRefListType value)
value - allowed object is
ObjectRefListTypepublic String getEventType()
Stringpublic void setEventType(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getTimestamp()
XMLGregorianCalendarpublic void setTimestamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getUser()
Stringpublic void setUser(String value)
value - allowed object is
Stringpublic String getRequestId()
Stringpublic void setRequestId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||