Package com.vidispine.generated
Class VidispineServiceType
- java.lang.Object
-
- com.vidispine.generated.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VidispineServiceType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected String
arguments
protected String
clazz
protected String
exception
protected String
exceptionTimestamp
protected String
id
protected Boolean
isEnabled
protected Boolean
isRunning
protected Double
load5
protected Double
load60
protected String
name
protected String
thread
protected String
threadStatus
-
Constructor Summary
Constructors Constructor Description VidispineServiceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
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)
String
getArguments()
Gets the value of the arguments property.String
getClazz()
Gets the value of the clazz property.String
getException()
Gets the value of the exception property.String
getExceptionTimestamp()
Gets the value of the exceptionTimestamp property.String
getId()
Gets the value of the id property.Double
getLoad5()
Gets the value of the load5 property.Double
getLoad60()
Gets the value of the load60 property.String
getName()
Gets the value of the name property.String
getThread()
Gets the value of the thread property.String
getThreadStatus()
Gets the value of the threadStatus property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
Boolean
isIsEnabled()
Gets the value of the isEnabled property.Boolean
isIsRunning()
Gets the value of the isRunning property.boolean
isSetArguments()
boolean
isSetClazz()
boolean
isSetException()
boolean
isSetExceptionTimestamp()
boolean
isSetId()
boolean
isSetIsEnabled()
boolean
isSetIsRunning()
boolean
isSetLoad5()
boolean
isSetLoad60()
boolean
isSetName()
boolean
isSetThread()
boolean
isSetThreadStatus()
void
setArguments(String value)
Sets the value of the arguments property.void
setClazz(String value)
Sets the value of the clazz property.void
setException(String value)
Sets the value of the exception property.void
setExceptionTimestamp(String value)
Sets the value of the exceptionTimestamp property.void
setId(String value)
Sets the value of the id property.void
setIsEnabled(Boolean value)
Sets the value of the isEnabled property.void
setIsRunning(Boolean value)
Sets the value of the isRunning property.void
setLoad5(Double value)
Sets the value of the load5 property.void
setLoad60(Double value)
Sets the value of the load60 property.void
setName(String value)
Sets the value of the name property.void
setThread(String value)
Sets the value of the thread property.void
setThreadStatus(String value)
Sets the value of the threadStatus property.VidispineServiceType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
VidispineServiceType
withArguments(String value)
VidispineServiceType
withClazz(String value)
VidispineServiceType
withException(String value)
VidispineServiceType
withExceptionTimestamp(String value)
VidispineServiceType
withId(String value)
VidispineServiceType
withIsEnabled(Boolean value)
VidispineServiceType
withIsRunning(Boolean value)
VidispineServiceType
withLoad5(Double value)
VidispineServiceType
withLoad60(Double value)
VidispineServiceType
withName(String value)
VidispineServiceType
withThread(String value)
VidispineServiceType
withThreadStatus(String value)
-
-
-
Field Detail
-
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
-
-
Method Detail
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
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 isString
-
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 isString
-
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 isString
-
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 isBoolean
-
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 isBoolean
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isDouble
-
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 isDouble
-
isSetLoad60
public boolean isSetLoad60()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.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 interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withId
public VidispineServiceType withId(String value)
-
withName
public VidispineServiceType withName(String value)
-
withClazz
public VidispineServiceType withClazz(String value)
-
withArguments
public VidispineServiceType withArguments(String value)
-
withIsEnabled
public VidispineServiceType withIsEnabled(Boolean value)
-
withIsRunning
public VidispineServiceType withIsRunning(Boolean value)
-
withException
public VidispineServiceType withException(String value)
-
withExceptionTimestamp
public VidispineServiceType withExceptionTimestamp(String value)
-
withThread
public VidispineServiceType withThread(String value)
-
withThreadStatus
public VidispineServiceType withThreadStatus(String value)
-
withLoad5
public VidispineServiceType withLoad5(Double value)
-
withLoad60
public VidispineServiceType withLoad60(Double 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 interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public VidispineServiceType 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 interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-