Class MetadataSchemaMigrationType

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

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

     <complexType name="MetadataSchemaMigrationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="done" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="migrationsLeft" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
             <element name="move" type="{http://xml.vidispine.com/schema/vidispine}MetadataSchemaMoveOperationType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="rename" type="{http://xml.vidispine.com/schema/vidispine}MetadataSchemaRenameOperationType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="delete" type="{http://xml.vidispine.com/schema/vidispine}MetadataSchemaDeleteOperationType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}integer" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form