Class VidispineServiceType

  • 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 VidispineServiceType
    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 VidispineServiceType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="VidispineServiceType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="class" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="arguments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="isEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="isRunning" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="exception" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="exceptionTimestamp" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="thread" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="threadStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="load5" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
             <element name="load60" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • clazz

        protected String clazz
      • arguments

        protected String arguments
      • isEnabled

        protected Boolean isEnabled
      • isRunning

        protected Boolean isRunning
      • exception

        protected String exception
      • exceptionTimestamp

        protected String exceptionTimestamp
      • thread

        protected String thread
      • threadStatus

        protected String threadStatus
      • load5

        protected Double load5
      • load60

        protected Double load60
    • Constructor Detail

      • VidispineServiceType

        public VidispineServiceType()
    • Method Detail

      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • isSetId

        public boolean isSetId()
      • 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()
      • getClazz

        public String getClazz()
        Gets the value of the clazz property.
        Returns:
        possible object is String
      • setClazz

        public void setClazz​(String value)
        Sets the value of the clazz property.
        Parameters:
        value - allowed object is String
      • isSetClazz

        public boolean isSetClazz()
      • getArguments

        public String getArguments()
        Gets the value of the arguments property.
        Returns:
        possible object is String
      • setArguments

        public void setArguments​(String value)
        Sets the value of the arguments property.
        Parameters:
        value - allowed object is String
      • isSetArguments

        public boolean isSetArguments()
      • isIsEnabled

        public Boolean isIsEnabled()
        Gets the value of the isEnabled property.
        Returns:
        possible object is Boolean
      • setIsEnabled

        public void setIsEnabled​(Boolean value)
        Sets the value of the isEnabled property.
        Parameters:
        value - allowed object is Boolean
      • isSetIsEnabled

        public boolean isSetIsEnabled()
      • isIsRunning

        public Boolean isIsRunning()
        Gets the value of the isRunning property.
        Returns:
        possible object is Boolean
      • setIsRunning

        public void setIsRunning​(Boolean value)
        Sets the value of the isRunning property.
        Parameters:
        value - allowed object is Boolean
      • isSetIsRunning

        public boolean isSetIsRunning()
      • getException

        public String getException()
        Gets the value of the exception property.
        Returns:
        possible object is String
      • setException

        public void setException​(String value)
        Sets the value of the exception property.
        Parameters:
        value - allowed object is String
      • isSetException

        public boolean isSetException()
      • getExceptionTimestamp

        public String getExceptionTimestamp()
        Gets the value of the exceptionTimestamp property.
        Returns:
        possible object is String
      • setExceptionTimestamp

        public void setExceptionTimestamp​(String value)
        Sets the value of the exceptionTimestamp property.
        Parameters:
        value - allowed object is String
      • isSetExceptionTimestamp

        public boolean isSetExceptionTimestamp()
      • getThread

        public String getThread()
        Gets the value of the thread property.
        Returns:
        possible object is String
      • setThread

        public void setThread​(String value)
        Sets the value of the thread property.
        Parameters:
        value - allowed object is String
      • isSetThread

        public boolean isSetThread()
      • getThreadStatus

        public String getThreadStatus()
        Gets the value of the threadStatus property.
        Returns:
        possible object is String
      • setThreadStatus

        public void setThreadStatus​(String value)
        Sets the value of the threadStatus property.
        Parameters:
        value - allowed object is String
      • isSetThreadStatus

        public boolean isSetThreadStatus()
      • getLoad5

        public Double getLoad5()
        Gets the value of the load5 property.
        Returns:
        possible object is Double
      • setLoad5

        public void setLoad5​(Double value)
        Sets the value of the load5 property.
        Parameters:
        value - allowed object is Double
      • isSetLoad5

        public boolean isSetLoad5()
      • getLoad60

        public Double getLoad60()
        Gets the value of the load60 property.
        Returns:
        possible object is Double
      • setLoad60

        public void setLoad60​(Double value)
        Sets the value of the load60 property.
        Parameters:
        value - allowed object is Double
      • isSetLoad60

        public boolean isSetLoad60()
      • 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
      • 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
      • 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