public class AuditableEventType extends RegistryObjectType
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>
| Constructor and Description |
|---|
AuditableEventType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getClassification, getDescription, getExternalIdentifier, getLid, getName, getObjectType, getStatus, getVersionInfo, setDescription, setLid, setName, setObjectType, setStatus, setVersionInfopublic 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()
StringCopyright © 2010–2025. All rights reserved.