public class ReindexRequestType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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() |
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()
String
public void setIndex(String value)
value
- allowed object is
String
public boolean isSetIndex()
public int getPriority()
public void setPriority(int value)
public boolean isSetPriority()
public String getStatus()
String
public void setStatus(String value)
value
- allowed object is
String
public boolean isSetStatus()
public XMLGregorianCalendar getStart()
XMLGregorianCalendar
public void setStart(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetStart()
public XMLGregorianCalendar getFinish()
XMLGregorianCalendar
public void setFinish(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetFinish()
public BigInteger getIndexesDone()
BigInteger
public void setIndexesDone(BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetIndexesDone()
public BigInteger getIndexesTotal()
BigInteger
public void setIndexesTotal(BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetIndexesTotal()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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 ReindexRequestType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.