Package com.vidispine.generated
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:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendarprotected XMLGregorianCalendarprotected XMLGregorianCalendarprotected Stringprotected BigIntegerprotected BigIntegerprotected intprotected XMLGregorianCalendarprotected Stringprotected Stringprotected XMLGregorianCalendarprotected XMLGregorianCalendar -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) booleanbooleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the createdTimeFrom property.Gets the value of the createdTimeTo property.Gets the value of the finish property.getIndex()Gets the value of the index property.Gets the value of the indexesDone property.Gets the value of the indexesTotal property.intGets the value of the priority property.getStart()Gets the value of the start property.Gets the value of the status property.getType()Gets the value of the type property.Gets the value of the updatedTimeFrom property.Gets the value of the updatedTimeTo property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidSets the value of the createdTimeFrom property.voidSets the value of the createdTimeTo property.voidsetFinish(XMLGregorianCalendar value) Sets the value of the finish property.voidSets the value of the index property.voidsetIndexesDone(BigInteger value) Sets the value of the indexesDone property.voidsetIndexesTotal(BigInteger value) Sets the value of the indexesTotal property.voidsetPriority(int value) Sets the value of the priority property.voidsetStart(XMLGregorianCalendar value) Sets the value of the start property.voidSets the value of the status property.voidSets the value of the type property.voidSets the value of the updatedTimeFrom property.voidSets the value of the updatedTimeTo property.toString()visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the createdTimeFrom property.Sets the value of the createdTimeTo property.withFinish(XMLGregorianCalendar value) Sets the value of the finish property.Sets the value of the index property.withIndexesDone(BigInteger value) Sets the value of the indexesDone property.withIndexesTotal(BigInteger value) Sets the value of the indexesTotal property.withPriority(int value) Sets the value of the priority property.withStart(XMLGregorianCalendar value) Sets the value of the start property.withStatus(String value) Sets the value of the status property.Sets the value of the type property.Sets the value of the updatedTimeFrom property.Sets the value of the updatedTimeTo property.
-
Field Details
-
index
-
type
-
priority
protected int priority -
status
-
start
-
finish
-
createdTimeFrom
-
createdTimeTo
-
updatedTimeFrom
-
updatedTimeTo
-
indexesDone
-
indexesTotal
-
-
Constructor Details
-
ReindexRequestType
public ReindexRequestType()
-
-
Method Details
-
getIndex
Gets the value of the index property.- Returns:
- possible object is
String
-
setIndex
Sets the value of the index property.- Parameters:
value- allowed object isString
-
isSetIndex
public boolean isSetIndex() -
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
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
Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isString
-
isSetStatus
public boolean isSetStatus() -
getStart
Gets the value of the start property.- Returns:
- possible object is
XMLGregorianCalendar
-
setStart
Sets the value of the start property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
isSetStart
public boolean isSetStart() -
getFinish
Gets the value of the finish property.- Returns:
- possible object is
XMLGregorianCalendar
-
setFinish
Sets the value of the finish property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
isSetFinish
public boolean isSetFinish() -
getCreatedTimeFrom
Gets the value of the createdTimeFrom property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreatedTimeFrom
Sets the value of the createdTimeFrom property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
isSetCreatedTimeFrom
public boolean isSetCreatedTimeFrom() -
getCreatedTimeTo
Gets the value of the createdTimeTo property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreatedTimeTo
Sets the value of the createdTimeTo property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
isSetCreatedTimeTo
public boolean isSetCreatedTimeTo() -
getUpdatedTimeFrom
Gets the value of the updatedTimeFrom property.- Returns:
- possible object is
XMLGregorianCalendar
-
setUpdatedTimeFrom
Sets the value of the updatedTimeFrom property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
isSetUpdatedTimeFrom
public boolean isSetUpdatedTimeFrom() -
getUpdatedTimeTo
Gets the value of the updatedTimeTo property.- Returns:
- possible object is
XMLGregorianCalendar
-
setUpdatedTimeTo
Sets the value of the updatedTimeTo property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
isSetUpdatedTimeTo
public boolean isSetUpdatedTimeTo() -
getIndexesDone
Gets the value of the indexesDone property.- Returns:
- possible object is
BigInteger
-
setIndexesDone
Sets the value of the indexesDone property.- Parameters:
value- allowed object isBigInteger
-
isSetIndexesDone
public boolean isSetIndexesDone() -
getIndexesTotal
Gets the value of the indexesTotal property.- Returns:
- possible object is
BigInteger
-
setIndexesTotal
Sets the value of the indexesTotal property.- Parameters:
value- allowed object isBigInteger
-
isSetIndexesTotal
public boolean isSetIndexesTotal() -
clone
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo
-
withIndex
Sets the value of the index property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withType
Sets the value of the type property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withPriority
Sets the value of the priority property.- Parameters:
value- allowed object is int- Returns:
- The class instance
-
withStatus
Sets the value of the status property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withStart
Sets the value of the start property.- Parameters:
value- allowed object isXMLGregorianCalendar- Returns:
- The class instance
-
withFinish
Sets the value of the finish property.- Parameters:
value- allowed object isXMLGregorianCalendar- Returns:
- The class instance
-
withCreatedTimeFrom
Sets the value of the createdTimeFrom property.- Parameters:
value- allowed object isXMLGregorianCalendar- Returns:
- The class instance
-
withCreatedTimeTo
Sets the value of the createdTimeTo property.- Parameters:
value- allowed object isXMLGregorianCalendar- Returns:
- The class instance
-
withUpdatedTimeFrom
Sets the value of the updatedTimeFrom property.- Parameters:
value- allowed object isXMLGregorianCalendar- Returns:
- The class instance
-
withUpdatedTimeTo
Sets the value of the updatedTimeTo property.- Parameters:
value- allowed object isXMLGregorianCalendar- Returns:
- The class instance
-
withIndexesDone
Sets the value of the indexesDone property.- Parameters:
value- allowed object isBigInteger- Returns:
- The class instance
-
withIndexesTotal
Sets the value of the indexesTotal property.- Parameters:
value- allowed object isBigInteger- 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:
equalsin interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-