Class AuditableEventType
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.IdentifiableType
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.RegistryObjectType
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.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
Modifier and TypeFieldDescriptionprotected ObjectRefListType
protected String
protected String
protected XMLGregorianCalendar
protected String
Fields inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.RegistryObjectType
classification, description, externalIdentifier, lid, name, objectType, status, versionInfo
Fields inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.IdentifiableType
home, id, slot
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the affectedObjects property.Gets the value of the eventType property.Gets the value of the requestId property.Gets the value of the timestamp property.getUser()
Gets the value of the user property.void
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
Sets the value of the user property.Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.RegistryObjectType
getClassification, getDescription, getExternalIdentifier, getLid, getName, getObjectType, getStatus, getVersionInfo, setDescription, setLid, setName, setObjectType, setStatus, setVersionInfo
-
Field Details
-
affectedObjects
-
eventType
-
timestamp
-
user
-
requestId
-
-
Constructor Details
-
AuditableEventType
public AuditableEventType()
-
-
Method Details
-
getAffectedObjects
Gets the value of the affectedObjects property.- Returns:
- possible object is
ObjectRefListType
-
setAffectedObjects
Sets the value of the affectedObjects property.- Parameters:
value
- allowed object isObjectRefListType
-
getEventType
Gets the value of the eventType property.- Returns:
- possible object is
String
-
setEventType
Sets the value of the eventType property.- Parameters:
value
- allowed object isString
-
getTimestamp
Gets the value of the timestamp property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTimestamp
Sets the value of the timestamp property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getUser
Gets the value of the user property.- Returns:
- possible object is
String
-
setUser
Sets the value of the user property.- Parameters:
value
- allowed object isString
-
getRequestId
Gets the value of the requestId property.- Returns:
- possible object is
String
-
setRequestId
Sets the value of the requestId property.- Parameters:
value
- allowed object isString
-