Class MetadataSchemaMoveOperationType

  • 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 MetadataSchemaMoveOperationType
    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 MetadataSchemaMoveOperationType complex type.

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

     <complexType name="MetadataSchemaMoveOperationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="from" type="{http://xml.vidispine.com/schema/vidispine}MetadataSchemaHierarchyType"/>
             <element name="to" type="{http://xml.vidispine.com/schema/vidispine}MetadataSchemaHierarchyType"/>
           </sequence>
           <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form