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() |
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()
String
public void setVxaId(String value)
value
- allowed object is
String
public boolean isSetVxaId()
public String getVxaName()
String
public void setVxaName(String value)
value
- allowed object is
String
public boolean isSetVxaName()
public String getUser()
String
public void setUser(String value)
value
- allowed object is
String
public boolean isSetUser()
public long getJobId()
public void setJobId(long value)
public boolean isSetJobId()
public String getUuid()
String
public void setUuid(String value)
value
- allowed object is
String
public boolean isSetUuid()
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public boolean isSetType()
public String getInstance()
String
public void setInstance(String value)
value
- allowed object is
String
public boolean isSetInstance()
public String getStatus()
String
public void setStatus(String value)
value
- allowed object is
String
public boolean isSetStatus()
public String getErrorMessage()
String
public void setErrorMessage(String value)
value
- allowed object is
String
public boolean isSetErrorMessage()
public double getProgress()
public void setProgress(double value)
public boolean isSetProgress()
public String getItemId()
String
public void setItemId(String value)
value
- allowed object is
String
public boolean isSetItemId()
public String getFilename()
String
public void setFilename(String value)
value
- allowed object is
String
public boolean isSetFilename()
public XMLGregorianCalendar getStartTime()
XMLGregorianCalendar
public void setStartTime(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public 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()
String
public void setJobConfiguration(String value)
value
- allowed object is
String
public 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.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
Copyright © 2016. All rights reserved.