Class CarbonJobInfoType

  • 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 CarbonJobInfoType
    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 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:
    Serialized Form
    • Field Detail

      • state

        protected String state
      • status

        protected String status
      • progressDWD

        protected int progressDWD
      • speedDBL

        protected Double speedDBL
      • description

        protected String description
      • 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 Detail

      • CarbonJobInfoType

        public CarbonJobInfoType()
    • Method Detail

      • 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()
      • copyTo

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

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • withDeleteProcessedSourceDWD

        public CarbonJobInfoType withDeleteProcessedSourceDWD​(int value)
      • withDeleteRealAssetDWD

        public CarbonJobInfoType withDeleteRealAssetDWD​(int value)
      • withCheckInTimePreciseQWD

        public CarbonJobInfoType withCheckInTimePreciseQWD​(long value)
      • 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 interface org.jvnet.jaxb2_commons.lang.Equals2
      • visit

        public CarbonJobInfoType 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 interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object