Class ReindexRequestType

java.lang.Object
com.vidispine.generated.ReindexRequestType
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 ReindexRequestType 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 ReindexRequestType complex type

.

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


 <complexType name="ReindexRequestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="index" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="priority" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="start" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="finish" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="createdTimeFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="createdTimeTo" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="updatedTimeFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="updatedTimeTo" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="indexesDone" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="indexesTotal" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • ReindexRequestType

      public ReindexRequestType()
  • Method Details

    • getIndex

      public String getIndex()
      Gets the value of the index property.
      Returns:
      possible object is String
    • setIndex

      public void setIndex(String value)
      Sets the value of the index property.
      Parameters:
      value - allowed object is String
    • isSetIndex

      public boolean isSetIndex()
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • isSetType

      public boolean isSetType()
    • getPriority

      public int getPriority()
      Gets the value of the priority property.
    • setPriority

      public void setPriority(int value)
      Sets the value of the priority property.
    • isSetPriority

      public boolean isSetPriority()
    • getStatus

      public String getStatus()
      Gets the value of the status property.
      Returns:
      possible object is String
    • setStatus

      public void setStatus(String value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is String
    • isSetStatus

      public boolean isSetStatus()
    • getStart

      public XMLGregorianCalendar getStart()
      Gets the value of the start property.
      Returns:
      possible object is XMLGregorianCalendar
    • setStart

      public void setStart(XMLGregorianCalendar value)
      Sets the value of the start property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • isSetStart

      public boolean isSetStart()
    • getFinish

      public XMLGregorianCalendar getFinish()
      Gets the value of the finish property.
      Returns:
      possible object is XMLGregorianCalendar
    • setFinish

      public void setFinish(XMLGregorianCalendar value)
      Sets the value of the finish property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • isSetFinish

      public boolean isSetFinish()
    • getCreatedTimeFrom

      public XMLGregorianCalendar getCreatedTimeFrom()
      Gets the value of the createdTimeFrom property.
      Returns:
      possible object is XMLGregorianCalendar
    • setCreatedTimeFrom

      public void setCreatedTimeFrom(XMLGregorianCalendar value)
      Sets the value of the createdTimeFrom property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • isSetCreatedTimeFrom

      public boolean isSetCreatedTimeFrom()
    • getCreatedTimeTo

      public XMLGregorianCalendar getCreatedTimeTo()
      Gets the value of the createdTimeTo property.
      Returns:
      possible object is XMLGregorianCalendar
    • setCreatedTimeTo

      public void setCreatedTimeTo(XMLGregorianCalendar value)
      Sets the value of the createdTimeTo property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • isSetCreatedTimeTo

      public boolean isSetCreatedTimeTo()
    • getUpdatedTimeFrom

      public XMLGregorianCalendar getUpdatedTimeFrom()
      Gets the value of the updatedTimeFrom property.
      Returns:
      possible object is XMLGregorianCalendar
    • setUpdatedTimeFrom

      public void setUpdatedTimeFrom(XMLGregorianCalendar value)
      Sets the value of the updatedTimeFrom property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • isSetUpdatedTimeFrom

      public boolean isSetUpdatedTimeFrom()
    • getUpdatedTimeTo

      public XMLGregorianCalendar getUpdatedTimeTo()
      Gets the value of the updatedTimeTo property.
      Returns:
      possible object is XMLGregorianCalendar
    • setUpdatedTimeTo

      public void setUpdatedTimeTo(XMLGregorianCalendar value)
      Sets the value of the updatedTimeTo property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • isSetUpdatedTimeTo

      public boolean isSetUpdatedTimeTo()
    • getIndexesDone

      public BigInteger getIndexesDone()
      Gets the value of the indexesDone property.
      Returns:
      possible object is BigInteger
    • setIndexesDone

      public void setIndexesDone(BigInteger value)
      Sets the value of the indexesDone property.
      Parameters:
      value - allowed object is BigInteger
    • isSetIndexesDone

      public boolean isSetIndexesDone()
    • getIndexesTotal

      public BigInteger getIndexesTotal()
      Gets the value of the indexesTotal property.
      Returns:
      possible object is BigInteger
    • setIndexesTotal

      public void setIndexesTotal(BigInteger value)
      Sets the value of the indexesTotal property.
      Parameters:
      value - allowed object is BigInteger
    • isSetIndexesTotal

      public boolean isSetIndexesTotal()
    • 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
    • withIndex

      public ReindexRequestType withIndex(String value)
      Sets the value of the index property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withType

      public ReindexRequestType withType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withPriority

      public ReindexRequestType withPriority(int value)
      Sets the value of the priority property.
      Parameters:
      value - allowed object is int
      Returns:
      The class instance
    • withStatus

      public ReindexRequestType withStatus(String value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withStart

      public ReindexRequestType withStart(XMLGregorianCalendar value)
      Sets the value of the start property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
      Returns:
      The class instance
    • withFinish

      public ReindexRequestType withFinish(XMLGregorianCalendar value)
      Sets the value of the finish property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
      Returns:
      The class instance
    • withCreatedTimeFrom

      public ReindexRequestType withCreatedTimeFrom(XMLGregorianCalendar value)
      Sets the value of the createdTimeFrom property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
      Returns:
      The class instance
    • withCreatedTimeTo

      public ReindexRequestType withCreatedTimeTo(XMLGregorianCalendar value)
      Sets the value of the createdTimeTo property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
      Returns:
      The class instance
    • withUpdatedTimeFrom

      public ReindexRequestType withUpdatedTimeFrom(XMLGregorianCalendar value)
      Sets the value of the updatedTimeFrom property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
      Returns:
      The class instance
    • withUpdatedTimeTo

      public ReindexRequestType withUpdatedTimeTo(XMLGregorianCalendar value)
      Sets the value of the updatedTimeTo property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
      Returns:
      The class instance
    • withIndexesDone

      public ReindexRequestType withIndexesDone(BigInteger value)
      Sets the value of the indexesDone property.
      Parameters:
      value - allowed object is BigInteger
      Returns:
      The class instance
    • withIndexesTotal

      public ReindexRequestType withIndexesTotal(BigInteger value)
      Sets the value of the indexesTotal 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 ReindexRequestType 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