Class VidispineServiceType

java.lang.Object
com.vidispine.generated.VidispineServiceType
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 VidispineServiceType 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 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:
  • Field Details

    • id

      protected String id
    • name

      protected String name
    • 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 Details

    • VidispineServiceType

      public VidispineServiceType()
  • Method Details

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

      public VidispineServiceType withId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withName

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

      public VidispineServiceType withClazz(String value)
      Sets the value of the clazz property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withArguments

      public VidispineServiceType withArguments(String value)
      Sets the value of the arguments property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withIsEnabled

      public VidispineServiceType withIsEnabled(Boolean value)
      Sets the value of the isEnabled property.
      Parameters:
      value - allowed object is Boolean
      Returns:
      The class instance
    • withIsRunning

      public VidispineServiceType withIsRunning(Boolean value)
      Sets the value of the isRunning property.
      Parameters:
      value - allowed object is Boolean
      Returns:
      The class instance
    • withException

      public VidispineServiceType withException(String value)
      Sets the value of the exception property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withExceptionTimestamp

      public VidispineServiceType withExceptionTimestamp(String value)
      Sets the value of the exceptionTimestamp property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withThread

      public VidispineServiceType withThread(String value)
      Sets the value of the thread property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withThreadStatus

      public VidispineServiceType withThreadStatus(String value)
      Sets the value of the threadStatus property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withLoad5

      public VidispineServiceType withLoad5(Double value)
      Sets the value of the load5 property.
      Parameters:
      value - allowed object is Double
      Returns:
      The class instance
    • withLoad60

      public VidispineServiceType withLoad60(Double value)
      Sets the value of the load60 property.
      Parameters:
      value - allowed object is Double
      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 VidispineServiceType 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