Class VXAJobType
- java.lang.Object
-
- com.vidispine.generated.VXAJobType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class VXAJobType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VXAJobType.Plugin
Java class for anonymous complex type.static class
VXAJobType.PropInfo
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description VXAJobType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 strategy)
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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
VXAJobType
withConfiguration(String... values)
VXAJobType
withConfiguration(Collection<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(VXAJobType.Plugin... values)
VXAJobType
withPlugin(Collection<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)
-
-
-
Field Detail
-
vxaId
protected String vxaId
-
vxaName
protected String vxaName
-
user
protected String user
-
jobId
protected long jobId
-
uuid
protected String uuid
-
type
protected String type
-
instance
protected String instance
-
status
protected String status
-
errorMessage
protected String errorMessage
-
progress
protected double progress
-
itemId
protected String itemId
-
filename
protected String filename
-
startTime
protected XMLGregorianCalendar startTime
-
plugin
protected List<VXAJobType.Plugin> plugin
-
jobConfiguration
protected String jobConfiguration
-
-
Method Detail
-
getVxaId
public String getVxaId()
Gets the value of the vxaId property.- Returns:
- possible object is
String
-
setVxaId
public void setVxaId(String value)
Sets the value of the vxaId property.- Parameters:
value
- allowed object isString
-
isSetVxaId
public boolean isSetVxaId()
-
getVxaName
public String getVxaName()
Gets the value of the vxaName property.- Returns:
- possible object is
String
-
setVxaName
public void setVxaName(String value)
Sets the value of the vxaName property.- Parameters:
value
- allowed object isString
-
isSetVxaName
public boolean isSetVxaName()
-
getUser
public String getUser()
Gets the value of the user property.- Returns:
- possible object is
String
-
setUser
public void setUser(String value)
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
public String getUuid()
Gets the value of the uuid property.- Returns:
- possible object is
String
-
setUuid
public void setUuid(String value)
Sets the value of the uuid property.- Parameters:
value
- allowed object isString
-
isSetUuid
public boolean isSetUuid()
-
getType
public String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(String value)
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
isSetType
public boolean isSetType()
-
getInstance
public String getInstance()
Gets the value of the instance property.- Returns:
- possible object is
String
-
setInstance
public void setInstance(String value)
Sets the value of the instance property.- Parameters:
value
- allowed object isString
-
isSetInstance
public boolean isSetInstance()
-
getStatus
public String getStatus()
Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
public void setStatus(String value)
Sets the value of the status property.- Parameters:
value
- allowed object isString
-
isSetStatus
public boolean isSetStatus()
-
getErrorMessage
public String getErrorMessage()
Gets the value of the errorMessage property.- Returns:
- possible object is
String
-
setErrorMessage
public void setErrorMessage(String value)
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
public String getItemId()
Gets the value of the itemId property.- Returns:
- possible object is
String
-
setItemId
public void setItemId(String value)
Sets the value of the itemId property.- Parameters:
value
- allowed object isString
-
isSetItemId
public boolean isSetItemId()
-
getFilename
public String getFilename()
Gets the value of the filename property.- Returns:
- possible object is
String
-
setFilename
public void setFilename(String value)
Sets the value of the filename property.- Parameters:
value
- allowed object isString
-
isSetFilename
public boolean isSetFilename()
-
getStartTime
public XMLGregorianCalendar getStartTime()
Gets the value of the startTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setStartTime
public void setStartTime(XMLGregorianCalendar value)
Sets the value of the startTime property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
isSetStartTime
public boolean isSetStartTime()
-
getPlugin
public List<VXAJobType.Plugin> 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
-
isSetPlugin
public boolean isSetPlugin()
-
unsetPlugin
public void unsetPlugin()
-
getJobConfiguration
public String getJobConfiguration()
Gets the value of the jobConfiguration property.- Returns:
- possible object is
String
-
setJobConfiguration
public void setJobConfiguration(String value)
Sets the value of the jobConfiguration property.- Parameters:
value
- allowed object isString
-
isSetJobConfiguration
public boolean isSetJobConfiguration()
-
getConfiguration
public List<String> 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
-
isSetConfiguration
public boolean isSetConfiguration()
-
unsetConfiguration
public void unsetConfiguration()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withVxaId
public VXAJobType withVxaId(String value)
-
withVxaName
public VXAJobType withVxaName(String value)
-
withUser
public VXAJobType withUser(String value)
-
withJobId
public VXAJobType withJobId(long value)
-
withUuid
public VXAJobType withUuid(String value)
-
withType
public VXAJobType withType(String value)
-
withInstance
public VXAJobType withInstance(String value)
-
withStatus
public VXAJobType withStatus(String value)
-
withErrorMessage
public VXAJobType withErrorMessage(String value)
-
withProgress
public VXAJobType withProgress(double value)
-
withItemId
public VXAJobType withItemId(String value)
-
withFilename
public VXAJobType withFilename(String value)
-
withStartTime
public VXAJobType withStartTime(XMLGregorianCalendar value)
-
withPlugin
public VXAJobType withPlugin(VXAJobType.Plugin... values)
-
withPlugin
public VXAJobType withPlugin(Collection<VXAJobType.Plugin> values)
-
withJobConfiguration
public VXAJobType withJobConfiguration(String value)
-
withConfiguration
public VXAJobType withConfiguration(String... values)
-
withConfiguration
public VXAJobType withConfiguration(Collection<String> values)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public VXAJobType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-