Class Document

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    DocumentEx

    public class Document
    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="documentIdentity" type="{http://www.iknowbase.com/ws/iknowbase-2}documentReference" minOccurs="0"/>
             <element name="parentDocumentReference" type="{http://www.iknowbase.com/ws/iknowbase-2}objectReference" minOccurs="0"/>
             <element name="aclReference" type="{http://www.iknowbase.com/ws/iknowbase-2}objectReference" minOccurs="0"/>
             <element name="documentTypeReference" type="{http://www.iknowbase.com/ws/iknowbase-2}objectReference" minOccurs="0"/>
             <element name="statusReference" type="{http://www.iknowbase.com/ws/iknowbase-2}objectReference" minOccurs="0"/>
             <element name="auditInformation" minOccurs="0">
               <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>
             </element>
             <element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="altTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="validity" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="from" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
                     <attribute name="to" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="formState" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="formReference" type="{http://www.iknowbase.com/ws/iknowbase-2}objectReference"/>
                       <element name="taskReference" type="{http://www.iknowbase.com/ws/iknowbase-2}objectReference"/>
                       <element name="stepReference" type="{http://www.iknowbase.com/ws/iknowbase-2}objectReference"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="noark" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="accessCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
                       <element name="dmid" type="{http://www.w3.org/2001/XMLSchema}int"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="content" type="{http://www.iknowbase.com/ws/iknowbase-2}content" minOccurs="0"/>
             <element name="documentAttributes" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="documentAttribute" type="{http://www.iknowbase.com/ws/iknowbase-2}documentAttribute" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form