public class AuditableEventType extends RegistryObjectType
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 Details

  • Constructor Details

    • AuditableEventType

      public AuditableEventType()
  • Method Details

    • getAffectedObjects

      public ObjectRefListType getAffectedObjects()
      Gets the value of the affectedObjects property.
      Returns:
      possible object is ObjectRefListType
    • setAffectedObjects

      public void setAffectedObjects(ObjectRefListType value)
      Sets the value of the affectedObjects property.
      Parameters:
      value - allowed object is ObjectRefListType
    • getEventType

      public String getEventType()
      Gets the value of the eventType property.
      Returns:
      possible object is String
    • setEventType

      public void setEventType(String value)
      Sets the value of the eventType property.
      Parameters:
      value - allowed object is String
    • getTimestamp

      public XMLGregorianCalendar getTimestamp()
      Gets the value of the timestamp property.
      Returns:
      possible object is XMLGregorianCalendar
    • setTimestamp

      public void setTimestamp(XMLGregorianCalendar value)
      Sets the value of the timestamp property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getUser

      public String getUser()
      Gets the value of the user property.
      Returns:
      possible object is String
    • setUser

      public void setUser(String value)
      Sets the value of the user property.
      Parameters:
      value - allowed object is String
    • getRequestId

      public String getRequestId()
      Gets the value of the requestId property.
      Returns:
      possible object is String
    • setRequestId

      public void setRequestId(String value)
      Sets the value of the requestId property.
      Parameters:
      value - allowed object is String