public class CarbonJobInfoType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for CarbonJobInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CarbonJobInfoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Failures" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Warnings" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Errors" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="GUID" use="required" type="{http://xml.vidispine.com/schema/vidispine}GUIDType" /> <attribute name="State" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Status" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Progress.DWD" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="Speed.DBL" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Description" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="User" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="SourceDescription" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="AgentIP" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Priority.DWD" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="Capabilities.DWD" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="DeleteProcessedSource.DWD" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="DeleteRealAsset.DWD" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="CheckInTime" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="CheckInTime_CNLT" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="CheckInTime_SCM" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="CheckInTimePrecise.QWD" type="{http://www.w3.org/2001/XMLSchema}long" /> <attribute name="StartTime" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="StartTime_CNLT" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="StartTime_SCM" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="CompletedTime" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="CompletedTime_CNLT" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="CompletedTime_SCM" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Error" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
CarbonJobInfoType.Failures
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
agentIP |
protected Integer |
capabilitiesDWD |
protected String |
checkInTime |
protected String |
checkInTimeCNLT |
protected Long |
checkInTimePreciseQWD |
protected String |
checkInTimeSCM |
protected String |
completedTime |
protected String |
completedTimeCNLT |
protected String |
completedTimeSCM |
protected Integer |
deleteProcessedSourceDWD |
protected Integer |
deleteRealAssetDWD |
protected String |
description |
protected String |
error |
protected CarbonJobInfoType.Failures |
failures |
protected String |
guid |
protected String |
name |
protected int |
priorityDWD |
protected int |
progressDWD |
protected String |
sourceDescription |
protected Double |
speedDBL |
protected String |
startTime |
protected String |
startTimeCNLT |
protected String |
startTimeSCM |
protected String |
state |
protected String |
status |
protected String |
user |
Constructor and Description |
---|
CarbonJobInfoType() |
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() |
String |
getAgentIP()
Gets the value of the agentIP property.
|
int |
getCapabilitiesDWD()
Gets the value of the capabilitiesDWD property.
|
String |
getCheckInTime()
Gets the value of the checkInTime property.
|
String |
getCheckInTimeCNLT()
Gets the value of the checkInTimeCNLT property.
|
long |
getCheckInTimePreciseQWD()
Gets the value of the checkInTimePreciseQWD property.
|
String |
getCheckInTimeSCM()
Gets the value of the checkInTimeSCM property.
|
String |
getCompletedTime()
Gets the value of the completedTime property.
|
String |
getCompletedTimeCNLT()
Gets the value of the completedTimeCNLT property.
|
String |
getCompletedTimeSCM()
Gets the value of the completedTimeSCM property.
|
int |
getDeleteProcessedSourceDWD()
Gets the value of the deleteProcessedSourceDWD property.
|
int |
getDeleteRealAssetDWD()
Gets the value of the deleteRealAssetDWD property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getError()
Gets the value of the error property.
|
CarbonJobInfoType.Failures |
getFailures()
Gets the value of the failures property.
|
String |
getGUID()
Gets the value of the guid property.
|
String |
getName()
Gets the value of the name property.
|
int |
getPriorityDWD()
Gets the value of the priorityDWD property.
|
int |
getProgressDWD()
Gets the value of the progressDWD property.
|
String |
getSourceDescription()
Gets the value of the sourceDescription property.
|
double |
getSpeedDBL()
Gets the value of the speedDBL property.
|
String |
getStartTime()
Gets the value of the startTime property.
|
String |
getStartTimeCNLT()
Gets the value of the startTimeCNLT property.
|
String |
getStartTimeSCM()
Gets the value of the startTimeSCM property.
|
String |
getState()
Gets the value of the state property.
|
String |
getStatus()
Gets the value of the status property.
|
String |
getUser()
Gets the value of the user property.
|
boolean |
isSetAgentIP() |
boolean |
isSetCapabilitiesDWD() |
boolean |
isSetCheckInTime() |
boolean |
isSetCheckInTimeCNLT() |
boolean |
isSetCheckInTimePreciseQWD() |
boolean |
isSetCheckInTimeSCM() |
boolean |
isSetCompletedTime() |
boolean |
isSetCompletedTimeCNLT() |
boolean |
isSetCompletedTimeSCM() |
boolean |
isSetDeleteProcessedSourceDWD() |
boolean |
isSetDeleteRealAssetDWD() |
boolean |
isSetDescription() |
boolean |
isSetError() |
boolean |
isSetFailures() |
boolean |
isSetGUID() |
boolean |
isSetName() |
boolean |
isSetPriorityDWD() |
boolean |
isSetProgressDWD() |
boolean |
isSetSourceDescription() |
boolean |
isSetSpeedDBL() |
boolean |
isSetStartTime() |
boolean |
isSetStartTimeCNLT() |
boolean |
isSetStartTimeSCM() |
boolean |
isSetState() |
boolean |
isSetStatus() |
boolean |
isSetUser() |
void |
setAgentIP(String value)
Sets the value of the agentIP property.
|
void |
setCapabilitiesDWD(int value)
Sets the value of the capabilitiesDWD property.
|
void |
setCheckInTime(String value)
Sets the value of the checkInTime property.
|
void |
setCheckInTimeCNLT(String value)
Sets the value of the checkInTimeCNLT property.
|
void |
setCheckInTimePreciseQWD(long value)
Sets the value of the checkInTimePreciseQWD property.
|
void |
setCheckInTimeSCM(String value)
Sets the value of the checkInTimeSCM property.
|
void |
setCompletedTime(String value)
Sets the value of the completedTime property.
|
void |
setCompletedTimeCNLT(String value)
Sets the value of the completedTimeCNLT property.
|
void |
setCompletedTimeSCM(String value)
Sets the value of the completedTimeSCM property.
|
void |
setDeleteProcessedSourceDWD(int value)
Sets the value of the deleteProcessedSourceDWD property.
|
void |
setDeleteRealAssetDWD(int value)
Sets the value of the deleteRealAssetDWD property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setError(String value)
Sets the value of the error property.
|
void |
setFailures(CarbonJobInfoType.Failures value)
Sets the value of the failures property.
|
void |
setGUID(String value)
Sets the value of the guid property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPriorityDWD(int value)
Sets the value of the priorityDWD property.
|
void |
setProgressDWD(int value)
Sets the value of the progressDWD property.
|
void |
setSourceDescription(String value)
Sets the value of the sourceDescription property.
|
void |
setSpeedDBL(double value)
Sets the value of the speedDBL property.
|
void |
setStartTime(String value)
Sets the value of the startTime property.
|
void |
setStartTimeCNLT(String value)
Sets the value of the startTimeCNLT property.
|
void |
setStartTimeSCM(String value)
Sets the value of the startTimeSCM property.
|
void |
setState(String value)
Sets the value of the state property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setUser(String value)
Sets the value of the user property.
|
void |
unsetCapabilitiesDWD() |
void |
unsetCheckInTimePreciseQWD() |
void |
unsetDeleteProcessedSourceDWD() |
void |
unsetDeleteRealAssetDWD() |
void |
unsetSpeedDBL() |
protected CarbonJobInfoType.Failures failures
protected String name
protected String guid
protected String state
protected String status
protected int progressDWD
protected Double speedDBL
protected String description
protected String user
protected String sourceDescription
protected String agentIP
protected int priorityDWD
protected Integer capabilitiesDWD
protected Integer deleteProcessedSourceDWD
protected Integer deleteRealAssetDWD
protected String checkInTime
protected String checkInTimeCNLT
protected String checkInTimeSCM
protected Long checkInTimePreciseQWD
protected String startTime
protected String startTimeCNLT
protected String startTimeSCM
protected String completedTime
protected String completedTimeCNLT
protected String completedTimeSCM
protected String error
public CarbonJobInfoType.Failures getFailures()
CarbonJobInfoType.Failures
public void setFailures(CarbonJobInfoType.Failures value)
value
- allowed object is
CarbonJobInfoType.Failures
public boolean isSetFailures()
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public boolean isSetName()
public String getGUID()
String
public void setGUID(String value)
value
- allowed object is
String
public boolean isSetGUID()
public String getState()
String
public void setState(String value)
value
- allowed object is
String
public boolean isSetState()
public String getStatus()
String
public void setStatus(String value)
value
- allowed object is
String
public boolean isSetStatus()
public int getProgressDWD()
public void setProgressDWD(int value)
public boolean isSetProgressDWD()
public double getSpeedDBL()
Double
public void setSpeedDBL(double value)
value
- allowed object is
Double
public boolean isSetSpeedDBL()
public void unsetSpeedDBL()
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public boolean isSetDescription()
public String getUser()
String
public void setUser(String value)
value
- allowed object is
String
public boolean isSetUser()
public String getSourceDescription()
String
public void setSourceDescription(String value)
value
- allowed object is
String
public boolean isSetSourceDescription()
public String getAgentIP()
String
public void setAgentIP(String value)
value
- allowed object is
String
public boolean isSetAgentIP()
public int getPriorityDWD()
public void setPriorityDWD(int value)
public boolean isSetPriorityDWD()
public int getCapabilitiesDWD()
Integer
public void setCapabilitiesDWD(int value)
value
- allowed object is
Integer
public boolean isSetCapabilitiesDWD()
public void unsetCapabilitiesDWD()
public int getDeleteProcessedSourceDWD()
Integer
public void setDeleteProcessedSourceDWD(int value)
value
- allowed object is
Integer
public boolean isSetDeleteProcessedSourceDWD()
public void unsetDeleteProcessedSourceDWD()
public int getDeleteRealAssetDWD()
Integer
public void setDeleteRealAssetDWD(int value)
value
- allowed object is
Integer
public boolean isSetDeleteRealAssetDWD()
public void unsetDeleteRealAssetDWD()
public String getCheckInTime()
String
public void setCheckInTime(String value)
value
- allowed object is
String
public boolean isSetCheckInTime()
public String getCheckInTimeCNLT()
String
public void setCheckInTimeCNLT(String value)
value
- allowed object is
String
public boolean isSetCheckInTimeCNLT()
public String getCheckInTimeSCM()
String
public void setCheckInTimeSCM(String value)
value
- allowed object is
String
public boolean isSetCheckInTimeSCM()
public long getCheckInTimePreciseQWD()
Long
public void setCheckInTimePreciseQWD(long value)
value
- allowed object is
Long
public boolean isSetCheckInTimePreciseQWD()
public void unsetCheckInTimePreciseQWD()
public String getStartTime()
String
public void setStartTime(String value)
value
- allowed object is
String
public boolean isSetStartTime()
public String getStartTimeCNLT()
String
public void setStartTimeCNLT(String value)
value
- allowed object is
String
public boolean isSetStartTimeCNLT()
public String getStartTimeSCM()
String
public void setStartTimeSCM(String value)
value
- allowed object is
String
public boolean isSetStartTimeSCM()
public String getCompletedTime()
String
public void setCompletedTime(String value)
value
- allowed object is
String
public boolean isSetCompletedTime()
public String getCompletedTimeCNLT()
String
public void setCompletedTimeCNLT(String value)
value
- allowed object is
String
public boolean isSetCompletedTimeCNLT()
public String getCompletedTimeSCM()
String
public void setCompletedTimeSCM(String value)
value
- allowed object is
String
public boolean isSetCompletedTimeSCM()
public String getError()
String
public void setError(String value)
value
- allowed object is
String
public boolean isSetError()
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.