Class DocumentType

  • All Implemented Interfaces:
    Serializable

    public class DocumentType
    extends Object
    implements Serializable

    Java class for documentType complex type.

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

     <complexType name="documentType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="documentIdentity" type="{http://www.iknowbase.com/ws/iknowbase-1}documentReferenceType" minOccurs="0"/>
             <element name="parentDocumentReference" type="{http://www.iknowbase.com/ws/iknowbase-1}objectReferenceType" minOccurs="0"/>
             <element name="aclReference" type="{http://www.iknowbase.com/ws/iknowbase-1}objectReferenceType" minOccurs="0"/>
             <element name="documentTypeReference" type="{http://www.iknowbase.com/ws/iknowbase-1}objectReferenceType" minOccurs="0"/>
             <element name="statusReference" type="{http://www.iknowbase.com/ws/iknowbase-1}objectReferenceType" 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-1}auditEntryType"/>
                       <element name="updated" type="{http://www.iknowbase.com/ws/iknowbase-1}auditEntryType"/>
                       <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-1}objectReferenceType"/>
                       <element name="taskReference" type="{http://www.iknowbase.com/ws/iknowbase-1}objectReferenceType"/>
                       <element name="stepReference" type="{http://www.iknowbase.com/ws/iknowbase-1}objectReferenceType"/>
                     </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}decimal"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="content" type="{http://www.iknowbase.com/ws/iknowbase-1}contentType" minOccurs="0"/>
             <element name="attributes" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="attribute" type="{http://www.iknowbase.com/ws/iknowbase-1}attributeType" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form