Class CarbonJobInfoType

java.lang.Object
com.vidispine.generated.CarbonJobInfoType
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

public class CarbonJobInfoType extends Object implements 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 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>
 
See Also:
  • Field Details

    • failures

      protected CarbonJobInfoType.Failures failures
    • name

      protected String name
    • guid

      protected String guid
    • state

      protected String state
    • status

      protected String status
    • progressDWD

      protected int progressDWD
    • speedDBL

      protected Double speedDBL
    • description

      protected String description
    • user

      protected String user
    • sourceDescription

      protected String sourceDescription
    • agentIP

      protected String agentIP
    • priorityDWD

      protected int priorityDWD
    • capabilitiesDWD

      protected Integer capabilitiesDWD
    • deleteProcessedSourceDWD

      protected Integer deleteProcessedSourceDWD
    • deleteRealAssetDWD

      protected Integer deleteRealAssetDWD
    • checkInTime

      protected String checkInTime
    • checkInTimeCNLT

      protected String checkInTimeCNLT
    • checkInTimeSCM

      protected String checkInTimeSCM
    • checkInTimePreciseQWD

      protected Long checkInTimePreciseQWD
    • startTime

      protected String startTime
    • startTimeCNLT

      protected String startTimeCNLT
    • startTimeSCM

      protected String startTimeSCM
    • completedTime

      protected String completedTime
    • completedTimeCNLT

      protected String completedTimeCNLT
    • completedTimeSCM

      protected String completedTimeSCM
    • error

      protected String error
  • Constructor Details

    • CarbonJobInfoType

      public CarbonJobInfoType()
  • Method Details

    • getFailures

      public CarbonJobInfoType.Failures getFailures()
      Gets the value of the failures property.
      Returns:
      possible object is CarbonJobInfoType.Failures
    • setFailures

      public void setFailures(CarbonJobInfoType.Failures value)
      Sets the value of the failures property.
      Parameters:
      value - allowed object is CarbonJobInfoType.Failures
    • isSetFailures

      public boolean isSetFailures()
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • isSetName

      public boolean isSetName()
    • getGUID

      public String getGUID()
      Gets the value of the guid property.
      Returns:
      possible object is String
    • setGUID

      public void setGUID(String value)
      Sets the value of the guid property.
      Parameters:
      value - allowed object is String
    • isSetGUID

      public boolean isSetGUID()
    • getState

      public String getState()
      Gets the value of the state property.
      Returns:
      possible object is String
    • setState

      public void setState(String value)
      Sets the value of the state property.
      Parameters:
      value - allowed object is String
    • isSetState

      public boolean isSetState()
    • 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 is String
    • isSetStatus

      public boolean isSetStatus()
    • getProgressDWD

      public int getProgressDWD()
      Gets the value of the progressDWD property.
    • setProgressDWD

      public void setProgressDWD(int value)
      Sets the value of the progressDWD property.
    • isSetProgressDWD

      public boolean isSetProgressDWD()
    • getSpeedDBL

      public double getSpeedDBL()
      Gets the value of the speedDBL property.
      Returns:
      possible object is Double
    • setSpeedDBL

      public void setSpeedDBL(double value)
      Sets the value of the speedDBL property.
      Parameters:
      value - allowed object is Double
    • isSetSpeedDBL

      public boolean isSetSpeedDBL()
    • unsetSpeedDBL

      public void unsetSpeedDBL()
    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • isSetDescription

      public boolean isSetDescription()
    • 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 is String
    • isSetUser

      public boolean isSetUser()
    • getSourceDescription

      public String getSourceDescription()
      Gets the value of the sourceDescription property.
      Returns:
      possible object is String
    • setSourceDescription

      public void setSourceDescription(String value)
      Sets the value of the sourceDescription property.
      Parameters:
      value - allowed object is String
    • isSetSourceDescription

      public boolean isSetSourceDescription()
    • getAgentIP

      public String getAgentIP()
      Gets the value of the agentIP property.
      Returns:
      possible object is String
    • setAgentIP

      public void setAgentIP(String value)
      Sets the value of the agentIP property.
      Parameters:
      value - allowed object is String
    • isSetAgentIP

      public boolean isSetAgentIP()
    • getPriorityDWD

      public int getPriorityDWD()
      Gets the value of the priorityDWD property.
    • setPriorityDWD

      public void setPriorityDWD(int value)
      Sets the value of the priorityDWD property.
    • isSetPriorityDWD

      public boolean isSetPriorityDWD()
    • getCapabilitiesDWD

      public int getCapabilitiesDWD()
      Gets the value of the capabilitiesDWD property.
      Returns:
      possible object is Integer
    • setCapabilitiesDWD

      public void setCapabilitiesDWD(int value)
      Sets the value of the capabilitiesDWD property.
      Parameters:
      value - allowed object is Integer
    • isSetCapabilitiesDWD

      public boolean isSetCapabilitiesDWD()
    • unsetCapabilitiesDWD

      public void unsetCapabilitiesDWD()
    • getDeleteProcessedSourceDWD

      public int getDeleteProcessedSourceDWD()
      Gets the value of the deleteProcessedSourceDWD property.
      Returns:
      possible object is Integer
    • setDeleteProcessedSourceDWD

      public void setDeleteProcessedSourceDWD(int value)
      Sets the value of the deleteProcessedSourceDWD property.
      Parameters:
      value - allowed object is Integer
    • isSetDeleteProcessedSourceDWD

      public boolean isSetDeleteProcessedSourceDWD()
    • unsetDeleteProcessedSourceDWD

      public void unsetDeleteProcessedSourceDWD()
    • getDeleteRealAssetDWD

      public int getDeleteRealAssetDWD()
      Gets the value of the deleteRealAssetDWD property.
      Returns:
      possible object is Integer
    • setDeleteRealAssetDWD

      public void setDeleteRealAssetDWD(int value)
      Sets the value of the deleteRealAssetDWD property.
      Parameters:
      value - allowed object is Integer
    • isSetDeleteRealAssetDWD

      public boolean isSetDeleteRealAssetDWD()
    • unsetDeleteRealAssetDWD

      public void unsetDeleteRealAssetDWD()
    • getCheckInTime

      public String getCheckInTime()
      Gets the value of the checkInTime property.
      Returns:
      possible object is String
    • setCheckInTime

      public void setCheckInTime(String value)
      Sets the value of the checkInTime property.
      Parameters:
      value - allowed object is String
    • isSetCheckInTime

      public boolean isSetCheckInTime()
    • getCheckInTimeCNLT

      public String getCheckInTimeCNLT()
      Gets the value of the checkInTimeCNLT property.
      Returns:
      possible object is String
    • setCheckInTimeCNLT

      public void setCheckInTimeCNLT(String value)
      Sets the value of the checkInTimeCNLT property.
      Parameters:
      value - allowed object is String
    • isSetCheckInTimeCNLT

      public boolean isSetCheckInTimeCNLT()
    • getCheckInTimeSCM

      public String getCheckInTimeSCM()
      Gets the value of the checkInTimeSCM property.
      Returns:
      possible object is String
    • setCheckInTimeSCM

      public void setCheckInTimeSCM(String value)
      Sets the value of the checkInTimeSCM property.
      Parameters:
      value - allowed object is String
    • isSetCheckInTimeSCM

      public boolean isSetCheckInTimeSCM()
    • getCheckInTimePreciseQWD

      public long getCheckInTimePreciseQWD()
      Gets the value of the checkInTimePreciseQWD property.
      Returns:
      possible object is Long
    • setCheckInTimePreciseQWD

      public void setCheckInTimePreciseQWD(long value)
      Sets the value of the checkInTimePreciseQWD property.
      Parameters:
      value - allowed object is Long
    • isSetCheckInTimePreciseQWD

      public boolean isSetCheckInTimePreciseQWD()
    • unsetCheckInTimePreciseQWD

      public void unsetCheckInTimePreciseQWD()
    • getStartTime

      public String getStartTime()
      Gets the value of the startTime property.
      Returns:
      possible object is String
    • setStartTime

      public void setStartTime(String value)
      Sets the value of the startTime property.
      Parameters:
      value - allowed object is String
    • isSetStartTime

      public boolean isSetStartTime()
    • getStartTimeCNLT

      public String getStartTimeCNLT()
      Gets the value of the startTimeCNLT property.
      Returns:
      possible object is String
    • setStartTimeCNLT

      public void setStartTimeCNLT(String value)
      Sets the value of the startTimeCNLT property.
      Parameters:
      value - allowed object is String
    • isSetStartTimeCNLT

      public boolean isSetStartTimeCNLT()
    • getStartTimeSCM

      public String getStartTimeSCM()
      Gets the value of the startTimeSCM property.
      Returns:
      possible object is String
    • setStartTimeSCM

      public void setStartTimeSCM(String value)
      Sets the value of the startTimeSCM property.
      Parameters:
      value - allowed object is String
    • isSetStartTimeSCM

      public boolean isSetStartTimeSCM()
    • getCompletedTime

      public String getCompletedTime()
      Gets the value of the completedTime property.
      Returns:
      possible object is String
    • setCompletedTime

      public void setCompletedTime(String value)
      Sets the value of the completedTime property.
      Parameters:
      value - allowed object is String
    • isSetCompletedTime

      public boolean isSetCompletedTime()
    • getCompletedTimeCNLT

      public String getCompletedTimeCNLT()
      Gets the value of the completedTimeCNLT property.
      Returns:
      possible object is String
    • setCompletedTimeCNLT

      public void setCompletedTimeCNLT(String value)
      Sets the value of the completedTimeCNLT property.
      Parameters:
      value - allowed object is String
    • isSetCompletedTimeCNLT

      public boolean isSetCompletedTimeCNLT()
    • getCompletedTimeSCM

      public String getCompletedTimeSCM()
      Gets the value of the completedTimeSCM property.
      Returns:
      possible object is String
    • setCompletedTimeSCM

      public void setCompletedTimeSCM(String value)
      Sets the value of the completedTimeSCM property.
      Parameters:
      value - allowed object is String
    • isSetCompletedTimeSCM

      public boolean isSetCompletedTimeSCM()
    • getError

      public String getError()
      Gets the value of the error property.
      Returns:
      possible object is String
    • setError

      public void setError(String value)
      Sets the value of the error property.
      Parameters:
      value - allowed object is String
    • isSetError

      public boolean isSetError()
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.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 interface org.jvnet.jaxb.lang.CopyTo
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
    • withFailures

      public CarbonJobInfoType withFailures(CarbonJobInfoType.Failures value)
      Sets the value of the failures property.
      Parameters:
      value - allowed object is CarbonJobInfoType.Failures
      Returns:
      The class instance
    • withName

      public CarbonJobInfoType withName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withGUID

      public CarbonJobInfoType withGUID(String value)
      Sets the value of the guid property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withState

      public CarbonJobInfoType withState(String value)
      Sets the value of the state property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withStatus

      public CarbonJobInfoType withStatus(String value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withProgressDWD

      public CarbonJobInfoType withProgressDWD(int value)
      Sets the value of the progressDWD property.
      Parameters:
      value - allowed object is int
      Returns:
      The class instance
    • withSpeedDBL

      public CarbonJobInfoType withSpeedDBL(double value)
      Sets the value of the speedDBL property.
      Parameters:
      value - allowed object is double
      Returns:
      The class instance
    • withDescription

      public CarbonJobInfoType withDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withUser

      public CarbonJobInfoType withUser(String value)
      Sets the value of the user property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withSourceDescription

      public CarbonJobInfoType withSourceDescription(String value)
      Sets the value of the sourceDescription property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withAgentIP

      public CarbonJobInfoType withAgentIP(String value)
      Sets the value of the agentIP property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withPriorityDWD

      public CarbonJobInfoType withPriorityDWD(int value)
      Sets the value of the priorityDWD property.
      Parameters:
      value - allowed object is int
      Returns:
      The class instance
    • withCapabilitiesDWD

      public CarbonJobInfoType withCapabilitiesDWD(int value)
      Sets the value of the capabilitiesDWD property.
      Parameters:
      value - allowed object is int
      Returns:
      The class instance
    • withDeleteProcessedSourceDWD

      public CarbonJobInfoType withDeleteProcessedSourceDWD(int value)
      Sets the value of the deleteProcessedSourceDWD property.
      Parameters:
      value - allowed object is int
      Returns:
      The class instance
    • withDeleteRealAssetDWD

      public CarbonJobInfoType withDeleteRealAssetDWD(int value)
      Sets the value of the deleteRealAssetDWD property.
      Parameters:
      value - allowed object is int
      Returns:
      The class instance
    • withCheckInTime

      public CarbonJobInfoType withCheckInTime(String value)
      Sets the value of the checkInTime property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withCheckInTimeCNLT

      public CarbonJobInfoType withCheckInTimeCNLT(String value)
      Sets the value of the checkInTimeCNLT property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withCheckInTimeSCM

      public CarbonJobInfoType withCheckInTimeSCM(String value)
      Sets the value of the checkInTimeSCM property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withCheckInTimePreciseQWD

      public CarbonJobInfoType withCheckInTimePreciseQWD(long value)
      Sets the value of the checkInTimePreciseQWD property.
      Parameters:
      value - allowed object is long
      Returns:
      The class instance
    • withStartTime

      public CarbonJobInfoType withStartTime(String value)
      Sets the value of the startTime property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withStartTimeCNLT

      public CarbonJobInfoType withStartTimeCNLT(String value)
      Sets the value of the startTimeCNLT property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withStartTimeSCM

      public CarbonJobInfoType withStartTimeSCM(String value)
      Sets the value of the startTimeSCM property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withCompletedTime

      public CarbonJobInfoType withCompletedTime(String value)
      Sets the value of the completedTime property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withCompletedTimeCNLT

      public CarbonJobInfoType withCompletedTimeCNLT(String value)
      Sets the value of the completedTimeCNLT property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withCompletedTimeSCM

      public CarbonJobInfoType withCompletedTimeSCM(String value)
      Sets the value of the completedTimeSCM property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withError

      public CarbonJobInfoType withError(String value)
      Sets the value of the error property.
      Parameters:
      value - allowed object is String
      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 interface org.jvnet.jaxb.lang.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • visit

      public CarbonJobInfoType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.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 interface org.jvnet.jaxb.lang.ToString