Class AclMember

  • All Implemented Interfaces:
    Serializable

    public class AclMember
    extends Object
    implements Serializable

    Java class for aclMember complex type.

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

     <complexType name="aclMember">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <choice>
               <element name="userReference" type="{http://www.iknowbase.com/ws/iknowbase-2}userReference"/>
               <element name="groupReference" type="{http://www.iknowbase.com/ws/iknowbase-2}objectReference"/>
             </choice>
             <element name="permission">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="all" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                       <element name="delete" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                       <element name="modify" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                       <element name="read" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                       <element name="protected" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                       <element name="approver" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                       <element name="createable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                       <element name="categorize" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                       <element name="createChildDocument" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                       <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>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form