Package com.vidispine.generated
Class ReindexRequestType
- java.lang.Object
-
- com.vidispine.generated.ReindexRequestType
-
- 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 ReindexRequestType 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 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="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="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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ReindexRequestType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected XMLGregorianCalendar
finish
protected String
index
protected BigInteger
indexesDone
protected BigInteger
indexesTotal
protected int
priority
protected XMLGregorianCalendar
start
protected String
status
-
Constructor Summary
Constructors Constructor Description ReindexRequestType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
boolean
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
XMLGregorianCalendar
getFinish()
Gets the value of the finish property.String
getIndex()
Gets the value of the index property.BigInteger
getIndexesDone()
Gets the value of the indexesDone property.BigInteger
getIndexesTotal()
Gets the value of the indexesTotal property.int
getPriority()
Gets the value of the priority property.XMLGregorianCalendar
getStart()
Gets the value of the start property.String
getStatus()
Gets the value of the status property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetFinish()
boolean
isSetIndex()
boolean
isSetIndexesDone()
boolean
isSetIndexesTotal()
boolean
isSetPriority()
boolean
isSetStart()
boolean
isSetStatus()
void
setFinish(XMLGregorianCalendar value)
Sets the value of the finish property.void
setIndex(String value)
Sets the value of the index property.void
setIndexesDone(BigInteger value)
Sets the value of the indexesDone property.void
setIndexesTotal(BigInteger value)
Sets the value of the indexesTotal property.void
setPriority(int value)
Sets the value of the priority property.void
setStart(XMLGregorianCalendar value)
Sets the value of the start property.void
setStatus(String value)
Sets the value of the status property.ReindexRequestType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ReindexRequestType
withFinish(XMLGregorianCalendar value)
ReindexRequestType
withIndex(String value)
ReindexRequestType
withIndexesDone(BigInteger value)
ReindexRequestType
withIndexesTotal(BigInteger value)
ReindexRequestType
withPriority(int value)
ReindexRequestType
withStart(XMLGregorianCalendar value)
ReindexRequestType
withStatus(String value)
-
-
-
Field Detail
-
index
protected String index
-
priority
protected int priority
-
status
protected String status
-
start
protected XMLGregorianCalendar start
-
finish
protected XMLGregorianCalendar finish
-
indexesDone
protected BigInteger indexesDone
-
indexesTotal
protected BigInteger indexesTotal
-
-
Method Detail
-
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 isString
-
isSetIndex
public boolean isSetIndex()
-
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 isString
-
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 isXMLGregorianCalendar
-
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 isXMLGregorianCalendar
-
isSetFinish
public boolean isSetFinish()
-
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 isBigInteger
-
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 isBigInteger
-
isSetIndexesTotal
public boolean isSetIndexesTotal()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withIndex
public ReindexRequestType withIndex(String value)
-
withPriority
public ReindexRequestType withPriority(int value)
-
withStatus
public ReindexRequestType withStatus(String value)
-
withStart
public ReindexRequestType withStart(XMLGregorianCalendar value)
-
withFinish
public ReindexRequestType withFinish(XMLGregorianCalendar value)
-
withIndexesDone
public ReindexRequestType withIndexesDone(BigInteger value)
-
withIndexesTotal
public ReindexRequestType withIndexesTotal(BigInteger value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public ReindexRequestType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-