public class VXAJobType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for VXAJobType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VXAJobType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="vxaId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="vxaName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="user" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="jobId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="uuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="instance" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="errorMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="progress" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="itemId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="filename" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="startTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="plugin" maxOccurs="unbounded">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="jobConfiguration" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="configuration" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
VXAJobType.Plugin
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
configuration |
protected String |
errorMessage |
protected String |
filename |
protected String |
instance |
protected String |
itemId |
protected String |
jobConfiguration |
protected long |
jobId |
protected List<VXAJobType.Plugin> |
plugin |
protected double |
progress |
protected XMLGregorianCalendar |
startTime |
protected String |
status |
protected String |
type |
protected String |
user |
protected String |
uuid |
protected String |
vxaId |
protected String |
vxaName |
| Constructor and Description |
|---|
VXAJobType() |
| 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() |
List<String> |
getConfiguration()
Gets the value of the configuration property.
|
String |
getErrorMessage()
Gets the value of the errorMessage property.
|
String |
getFilename()
Gets the value of the filename property.
|
String |
getInstance()
Gets the value of the instance property.
|
String |
getItemId()
Gets the value of the itemId property.
|
String |
getJobConfiguration()
Gets the value of the jobConfiguration property.
|
long |
getJobId()
Gets the value of the jobId property.
|
List<VXAJobType.Plugin> |
getPlugin()
Gets the value of the plugin property.
|
double |
getProgress()
Gets the value of the progress property.
|
XMLGregorianCalendar |
getStartTime()
Gets the value of the startTime property.
|
String |
getStatus()
Gets the value of the status property.
|
String |
getType()
Gets the value of the type property.
|
String |
getUser()
Gets the value of the user property.
|
String |
getUuid()
Gets the value of the uuid property.
|
String |
getVxaId()
Gets the value of the vxaId property.
|
String |
getVxaName()
Gets the value of the vxaName property.
|
boolean |
isSetConfiguration() |
boolean |
isSetErrorMessage() |
boolean |
isSetFilename() |
boolean |
isSetInstance() |
boolean |
isSetItemId() |
boolean |
isSetJobConfiguration() |
boolean |
isSetJobId() |
boolean |
isSetPlugin() |
boolean |
isSetProgress() |
boolean |
isSetStartTime() |
boolean |
isSetStatus() |
boolean |
isSetType() |
boolean |
isSetUser() |
boolean |
isSetUuid() |
boolean |
isSetVxaId() |
boolean |
isSetVxaName() |
void |
setErrorMessage(String value)
Sets the value of the errorMessage property.
|
void |
setFilename(String value)
Sets the value of the filename property.
|
void |
setInstance(String value)
Sets the value of the instance property.
|
void |
setItemId(String value)
Sets the value of the itemId property.
|
void |
setJobConfiguration(String value)
Sets the value of the jobConfiguration property.
|
void |
setJobId(long value)
Sets the value of the jobId property.
|
void |
setProgress(double value)
Sets the value of the progress property.
|
void |
setStartTime(XMLGregorianCalendar value)
Sets the value of the startTime property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUser(String value)
Sets the value of the user property.
|
void |
setUuid(String value)
Sets the value of the uuid property.
|
void |
setVxaId(String value)
Sets the value of the vxaId property.
|
void |
setVxaName(String value)
Sets the value of the vxaName property.
|
void |
unsetConfiguration() |
void |
unsetPlugin() |
VXAJobType |
withConfiguration(Collection<String> values) |
VXAJobType |
withConfiguration(String... values) |
VXAJobType |
withErrorMessage(String value) |
VXAJobType |
withFilename(String value) |
VXAJobType |
withInstance(String value) |
VXAJobType |
withItemId(String value) |
VXAJobType |
withJobConfiguration(String value) |
VXAJobType |
withJobId(long value) |
VXAJobType |
withPlugin(Collection<VXAJobType.Plugin> values) |
VXAJobType |
withPlugin(VXAJobType.Plugin... values) |
VXAJobType |
withProgress(double value) |
VXAJobType |
withStartTime(XMLGregorianCalendar value) |
VXAJobType |
withStatus(String value) |
VXAJobType |
withType(String value) |
VXAJobType |
withUser(String value) |
VXAJobType |
withUuid(String value) |
VXAJobType |
withVxaId(String value) |
VXAJobType |
withVxaName(String value) |
protected String vxaId
protected String vxaName
protected String user
protected long jobId
protected String uuid
protected String type
protected String instance
protected String status
protected String errorMessage
protected double progress
protected String itemId
protected String filename
protected XMLGregorianCalendar startTime
protected List<VXAJobType.Plugin> plugin
protected String jobConfiguration
public String getVxaId()
Stringpublic void setVxaId(String value)
value - allowed object is
Stringpublic boolean isSetVxaId()
public String getVxaName()
Stringpublic void setVxaName(String value)
value - allowed object is
Stringpublic boolean isSetVxaName()
public String getUser()
Stringpublic void setUser(String value)
value - allowed object is
Stringpublic boolean isSetUser()
public long getJobId()
public void setJobId(long value)
public boolean isSetJobId()
public String getUuid()
Stringpublic void setUuid(String value)
value - allowed object is
Stringpublic boolean isSetUuid()
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public String getInstance()
Stringpublic void setInstance(String value)
value - allowed object is
Stringpublic boolean isSetInstance()
public String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic boolean isSetStatus()
public String getErrorMessage()
Stringpublic void setErrorMessage(String value)
value - allowed object is
Stringpublic boolean isSetErrorMessage()
public double getProgress()
public void setProgress(double value)
public boolean isSetProgress()
public String getItemId()
Stringpublic void setItemId(String value)
value - allowed object is
Stringpublic boolean isSetItemId()
public String getFilename()
Stringpublic void setFilename(String value)
value - allowed object is
Stringpublic boolean isSetFilename()
public XMLGregorianCalendar getStartTime()
XMLGregorianCalendarpublic void setStartTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetStartTime()
public List<VXAJobType.Plugin> getPlugin()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the plugin property.
For example, to add a new item, do as follows:
getPlugin().add(newItem);
Objects of the following type(s) are allowed in the list
VXAJobType.Plugin
public boolean isSetPlugin()
public void unsetPlugin()
public String getJobConfiguration()
Stringpublic void setJobConfiguration(String value)
value - allowed object is
Stringpublic boolean isSetJobConfiguration()
public List<String> getConfiguration()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the configuration property.
For example, to add a new item, do as follows:
getConfiguration().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetConfiguration()
public void unsetConfiguration()
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 VXAJobType withVxaId(String value)
public VXAJobType withVxaName(String value)
public VXAJobType withUser(String value)
public VXAJobType withJobId(long value)
public VXAJobType withUuid(String value)
public VXAJobType withType(String value)
public VXAJobType withInstance(String value)
public VXAJobType withStatus(String value)
public VXAJobType withErrorMessage(String value)
public VXAJobType withProgress(double value)
public VXAJobType withItemId(String value)
public VXAJobType withFilename(String value)
public VXAJobType withStartTime(XMLGregorianCalendar value)
public VXAJobType withPlugin(VXAJobType.Plugin... values)
public VXAJobType withPlugin(Collection<VXAJobType.Plugin> values)
public VXAJobType withJobConfiguration(String value)
public VXAJobType withConfiguration(String... values)
public VXAJobType withConfiguration(Collection<String> values)
Copyright © 2015. All rights reserved.