public class ReindexRequestType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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>
| Modifier and Type | Class and Description |
|---|---|
static class |
ReindexRequestType.PropInfo |
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
finish |
protected String |
index |
protected BigInteger |
indexesDone |
protected BigInteger |
indexesTotal |
protected int |
priority |
protected XMLGregorianCalendar |
start |
protected String |
status |
| Constructor and Description |
|---|
ReindexRequestType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy 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.EqualsStrategy 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.
|
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) |
protected String index
protected int priority
protected String status
protected XMLGregorianCalendar start
protected XMLGregorianCalendar finish
protected BigInteger indexesDone
protected BigInteger indexesTotal
public String getIndex()
Stringpublic void setIndex(String value)
value - allowed object is
Stringpublic boolean isSetIndex()
public int getPriority()
public void setPriority(int value)
public boolean isSetPriority()
public String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic boolean isSetStatus()
public XMLGregorianCalendar getStart()
XMLGregorianCalendarpublic void setStart(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetStart()
public XMLGregorianCalendar getFinish()
XMLGregorianCalendarpublic void setFinish(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetFinish()
public BigInteger getIndexesDone()
BigIntegerpublic void setIndexesDone(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetIndexesDone()
public BigInteger getIndexesTotal()
BigIntegerpublic void setIndexesTotal(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetIndexesTotal()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic ReindexRequestType withIndex(String value)
public ReindexRequestType withPriority(int value)
public ReindexRequestType withStatus(String value)
public ReindexRequestType withStart(XMLGregorianCalendar value)
public ReindexRequestType withFinish(XMLGregorianCalendar value)
public ReindexRequestType withIndexesDone(BigInteger value)
public ReindexRequestType withIndexesTotal(BigInteger value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic ReindexRequestType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2019. All rights reserved.