Class AccessControlMergedType

  • All Implemented Interfaces:
    Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    public class AccessControlMergedType
    extends Object
    implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for AccessControlMergedType complex type.

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

     <complexType name="AccessControlMergedType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="query" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="username" type="{http://www.w3.org/2001/XMLSchema}string"/>
                       <element name="permission" type="{http://www.w3.org/2001/XMLSchema}string"/>
                       <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
                       <element name="extradata" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                       <element name="item" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="access" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="grantor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                       <element name="permission" type="{http://www.w3.org/2001/XMLSchema}string"/>
                       <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
                       <element name="extradata" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                       <element name="group" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                       <element name="collection" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/>
                       <element name="library" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/>
                       <element name="originalDisabledGrantor" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                     <attribute name="superUser" type="{http://www.w3.org/2001/XMLSchema}boolean" />
                     <attribute name="rank" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
                     <attribute name="matches" type="{http://www.w3.org/2001/XMLSchema}boolean" />
                     <attribute name="id" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" />
                     <attribute name="username" type="{http://www.w3.org/2001/XMLSchema}string" />
                     <attribute name="effectivePermission" type="{http://www.w3.org/2001/XMLSchema}string" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="fieldGroup" type="{http://xml.vidispine.com/schema/vidispine}MetadataFieldGroupPermissionType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="field" type="{http://xml.vidispine.com/schema/vidispine}MetadataFieldPermissionType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form