Class Document.AuditInformation

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    Document

    public static class Document.AuditInformation
    extends Object
    implements Serializable

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="created" type="{http://www.iknowbase.com/ws/iknowbase-2}auditEntry"/>
             <element name="updated" type="{http://www.iknowbase.com/ws/iknowbase-2}auditEntry"/>
             <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • AuditInformation

        public AuditInformation()
        Default no-arg constructor
      • AuditInformation

        public AuditInformation​(AuditEntry created,
                                AuditEntry updated,
                                Calendar timestamp)
        Fully-initialising value constructor