Class VXAJobType
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb.lang.CopyTo
,org.jvnet.jaxb.lang.Equals
,org.jvnet.jaxb.lang.HashCode
,org.jvnet.jaxb.lang.ToString
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>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Java class for anonymous complex typestatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected long
protected List<VXAJobType.Plugin>
protected double
protected XMLGregorianCalendar
protected String
protected String
protected String
protected String
protected String
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the configuration property.Gets the value of the errorMessage property.Gets the value of the filename property.Gets the value of the instance property.Gets the value of the itemId property.Gets the value of the jobConfiguration property.long
getJobId()
Gets the value of the jobId property.Gets the value of the plugin property.double
Gets the value of the progress property.Gets the value of the startTime property.Gets the value of the status property.getType()
Gets the value of the type property.getUser()
Gets the value of the user property.getUuid()
Gets the value of the uuid property.getVxaId()
Gets the value of the vxaId property.Gets the value of the vxaName property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
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
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
Sets the value of the status property.void
Sets the value of the type property.void
Sets the value of the user property.void
Sets the value of the uuid property.void
Sets the value of the vxaId property.void
setVxaName
(String value) Sets the value of the vxaName property.toString()
void
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withConfiguration
(String... values) Adds objects to the list of Configuration using add methodwithConfiguration
(Collection<String> values) Adds objects to the list of Configuration using addAll methodwithErrorMessage
(String value) Sets the value of the errorMessage property.withFilename
(String value) Sets the value of the filename property.withInstance
(String value) Sets the value of the instance property.withItemId
(String value) Sets the value of the itemId property.withJobConfiguration
(String value) Sets the value of the jobConfiguration property.withJobId
(long value) Sets the value of the jobId property.withPlugin
(VXAJobType.Plugin... values) Adds objects to the list of Plugin using add methodwithPlugin
(Collection<VXAJobType.Plugin> values) Adds objects to the list of Plugin using addAll methodwithProgress
(double value) Sets the value of the progress property.Sets the value of the startTime property.withStatus
(String value) Sets the value of the status property.Sets the value of the type property.Sets the value of the user property.Sets the value of the uuid property.Sets the value of the vxaId property.withVxaName
(String value) Sets the value of the vxaName property.
-
Field Details
-
vxaId
-
vxaName
-
user
-
jobId
protected long jobId -
uuid
-
type
-
instance
-
status
-
errorMessage
-
progress
protected double progress -
itemId
-
filename
-
startTime
-
plugin
-
jobConfiguration
-
configuration
-
-
Constructor Details
-
VXAJobType
public VXAJobType()
-
-
Method Details
-
getVxaId
Gets the value of the vxaId property.- Returns:
- possible object is
String
-
setVxaId
Sets the value of the vxaId property.- Parameters:
value
- allowed object isString
-
isSetVxaId
public boolean isSetVxaId() -
getVxaName
Gets the value of the vxaName property.- Returns:
- possible object is
String
-
setVxaName
Sets the value of the vxaName property.- Parameters:
value
- allowed object isString
-
isSetVxaName
public boolean isSetVxaName() -
getUser
Gets the value of the user property.- Returns:
- possible object is
String
-
setUser
Sets the value of the user property.- Parameters:
value
- allowed object isString
-
isSetUser
public boolean isSetUser() -
getJobId
public long getJobId()Gets the value of the jobId property. -
setJobId
public void setJobId(long value) Sets the value of the jobId property. -
isSetJobId
public boolean isSetJobId() -
getUuid
Gets the value of the uuid property.- Returns:
- possible object is
String
-
setUuid
Sets the value of the uuid property.- Parameters:
value
- allowed object isString
-
isSetUuid
public boolean isSetUuid() -
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
isSetType
public boolean isSetType() -
getInstance
Gets the value of the instance property.- Returns:
- possible object is
String
-
setInstance
Sets the value of the instance property.- Parameters:
value
- allowed object isString
-
isSetInstance
public boolean isSetInstance() -
getStatus
Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
Sets the value of the status property.- Parameters:
value
- allowed object isString
-
isSetStatus
public boolean isSetStatus() -
getErrorMessage
Gets the value of the errorMessage property.- Returns:
- possible object is
String
-
setErrorMessage
Sets the value of the errorMessage property.- Parameters:
value
- allowed object isString
-
isSetErrorMessage
public boolean isSetErrorMessage() -
getProgress
public double getProgress()Gets the value of the progress property. -
setProgress
public void setProgress(double value) Sets the value of the progress property. -
isSetProgress
public boolean isSetProgress() -
getItemId
Gets the value of the itemId property.- Returns:
- possible object is
String
-
setItemId
Sets the value of the itemId property.- Parameters:
value
- allowed object isString
-
isSetItemId
public boolean isSetItemId() -
getFilename
Gets the value of the filename property.- Returns:
- possible object is
String
-
setFilename
Sets the value of the filename property.- Parameters:
value
- allowed object isString
-
isSetFilename
public boolean isSetFilename() -
getStartTime
Gets the value of the startTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setStartTime
Sets the value of the startTime property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
isSetStartTime
public boolean isSetStartTime() -
getPlugin
Gets the value of the plugin property.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
- Returns:
- The value of the plugin property.
-
isSetPlugin
public boolean isSetPlugin() -
unsetPlugin
public void unsetPlugin() -
getJobConfiguration
Gets the value of the jobConfiguration property.- Returns:
- possible object is
String
-
setJobConfiguration
Sets the value of the jobConfiguration property.- Parameters:
value
- allowed object isString
-
isSetJobConfiguration
public boolean isSetJobConfiguration() -
getConfiguration
Gets the value of the configuration property.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
- Returns:
- The value of the configuration property.
-
isSetConfiguration
public boolean isSetConfiguration() -
unsetConfiguration
public void unsetConfiguration() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withVxaId
Sets the value of the vxaId property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withVxaName
Sets the value of the vxaName property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withUser
Sets the value of the user property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withJobId
Sets the value of the jobId property.- Parameters:
value
- allowed object is long- Returns:
- The class instance
-
withUuid
Sets the value of the uuid property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withType
Sets the value of the type property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withInstance
Sets the value of the instance property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withStatus
Sets the value of the status property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withErrorMessage
Sets the value of the errorMessage property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withProgress
Sets the value of the progress property.- Parameters:
value
- allowed object is double- Returns:
- The class instance
-
withItemId
Sets the value of the itemId property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withFilename
Sets the value of the filename property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withStartTime
Sets the value of the startTime property.- Parameters:
value
- allowed object isXMLGregorianCalendar
- Returns:
- The class instance
-
withPlugin
Adds objects to the list of Plugin using add method- Parameters:
values
- objects to add to the list Plugin- Returns:
- The class instance
-
withPlugin
Adds objects to the list of Plugin using addAll method- Parameters:
values
- objects to add to the list Plugin- Returns:
- The class instance
-
withJobConfiguration
Sets the value of the jobConfiguration property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withConfiguration
Adds objects to the list of Configuration using add method- Parameters:
values
- objects to add to the list Configuration- Returns:
- The class instance
-
withConfiguration
Adds objects to the list of Configuration using addAll method- Parameters:
values
- objects to add to the list Configuration- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-