Class AccessControlType.Operation

java.lang.Object
com.vidispine.generated.AccessControlType.Operation
All Implemented Interfaces:
Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
Enclosing class:
AccessControlType

public static class AccessControlType.Operation extends Object implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

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">
       <choice>
         <element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}AccessControlMetadataType"/>
         <element name="shape" type="{http://xml.vidispine.com/schema/vidispine}AccessControlShapeType"/>
         <element name="uri" type="{http://xml.vidispine.com/schema/vidispine}AccessControlUriType"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: