Class MetadataSchemaMigrationType

java.lang.Object
com.vidispine.generated.MetadataSchemaMigrationType
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

public class MetadataSchemaMigrationType 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 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:
  • Field Details

  • Constructor Details

    • MetadataSchemaMigrationType

      public MetadataSchemaMigrationType()
  • Method Details

    • isDone

      public Boolean isDone()
      Gets the value of the done property.
      Returns:
      possible object is Boolean
    • setDone

      public void setDone(Boolean value)
      Sets the value of the done property.
      Parameters:
      value - allowed object is Boolean
    • isSetDone

      public boolean isSetDone()
    • getMigrationsLeft

      public BigInteger getMigrationsLeft()
      Gets the value of the migrationsLeft property.
      Returns:
      possible object is BigInteger
    • setMigrationsLeft

      public void setMigrationsLeft(BigInteger value)
      Sets the value of the migrationsLeft property.
      Parameters:
      value - allowed object is BigInteger
    • isSetMigrationsLeft

      public boolean isSetMigrationsLeft()
    • getMove

      Gets the value of the move property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the move property.

      For example, to add a new item, do as follows:

       getMove().add(newItem);
       

      Objects of the following type(s) are allowed in the list MetadataSchemaMoveOperationType

      Returns:
      The value of the move property.
    • isSetMove

      public boolean isSetMove()
    • unsetMove

      public void unsetMove()
    • getRename

      Gets the value of the rename property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the rename property.

      For example, to add a new item, do as follows:

       getRename().add(newItem);
       

      Objects of the following type(s) are allowed in the list MetadataSchemaRenameOperationType

      Returns:
      The value of the rename property.
    • isSetRename

      public boolean isSetRename()
    • unsetRename

      public void unsetRename()
    • getDelete

      Gets the value of the delete property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the delete property.

      For example, to add a new item, do as follows:

       getDelete().add(newItem);
       

      Objects of the following type(s) are allowed in the list MetadataSchemaDeleteOperationType

      Returns:
      The value of the delete property.
    • isSetDelete

      public boolean isSetDelete()
    • unsetDelete

      public void unsetDelete()
    • getId

      public BigInteger getId()
      Gets the value of the id property.
      Returns:
      possible object is BigInteger
    • setId

      public void setId(BigInteger value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is BigInteger
    • isSetId

      public boolean isSetId()
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
    • copyTo

      public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
    • withDone

      public MetadataSchemaMigrationType withDone(Boolean value)
      Sets the value of the done property.
      Parameters:
      value - allowed object is Boolean
      Returns:
      The class instance
    • withMigrationsLeft

      public MetadataSchemaMigrationType withMigrationsLeft(BigInteger value)
      Sets the value of the migrationsLeft property.
      Parameters:
      value - allowed object is BigInteger
      Returns:
      The class instance
    • withMove

      Adds objects to the list of Move using add method
      Parameters:
      values - objects to add to the list Move
      Returns:
      The class instance
    • withMove

      Adds objects to the list of Move using addAll method
      Parameters:
      values - objects to add to the list Move
      Returns:
      The class instance
    • withRename

      Adds objects to the list of Rename using add method
      Parameters:
      values - objects to add to the list Rename
      Returns:
      The class instance
    • withRename

      Adds objects to the list of Rename using addAll method
      Parameters:
      values - objects to add to the list Rename
      Returns:
      The class instance
    • withDelete

      Adds objects to the list of Delete using add method
      Parameters:
      values - objects to add to the list Delete
      Returns:
      The class instance
    • withDelete

      Adds objects to the list of Delete using addAll method
      Parameters:
      values - objects to add to the list Delete
      Returns:
      The class instance
    • withId

      public MetadataSchemaMigrationType withId(BigInteger value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is BigInteger
      Returns:
      The class instance
    • equals

      public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)
      Specified by:
      equals in interface org.jvnet.jaxb.lang.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • visit

      public MetadataSchemaMigrationType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.jvnet.jaxb.lang.ToString
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb.lang.ToString