Class DocumentType

  • All Implemented Interfaces:
    Serializable

    public class DocumentType
    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="documentTypeReference" type="{http://www.iknowbase.com/ws/iknowbase-2}objectReference"/>
             <element name="subsystemReference" type="{http://www.iknowbase.com/ws/iknowbase-2}objectReference"/>
             <element name="prompts" type="{http://www.iknowbase.com/ws/iknowbase-2}prompts"/>
             <element name="cicoEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="externalLockEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="updateTimestampOnContentChangeOnly" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="versioning">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="versioningType" type="{http://www.iknowbase.com/ws/iknowbase-2}documentTypeVersioningEnumeration"/>
                       <element name="maxVersions" type="{http://www.w3.org/2001/XMLSchema}int"/>
                       <element name="allowEditingOfVersionedDocument" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                       <element name="allowSwitchActiveVersion" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="statistics">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="enableAccessLog" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                       <element name="daysToKeepLog" type="{http://www.w3.org/2001/XMLSchema}int"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="parentDocumentManagement">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="updateTimestampOnMaster" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                       <element name="copyAclFromMaster" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                       <element name="copyDocumentStatusFromMaster" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                       <element name="copyValidityFromMaster" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="attributes">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence maxOccurs="unbounded" minOccurs="0">
                       <element name="attribute">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <sequence>
                                 <element name="attributeReference" type="{http://www.iknowbase.com/ws/iknowbase-2}objectReference"/>
                                 <element name="required" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                               </sequence>
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form