Package com.vidispine.generated
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:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the arguments property.getClazz()
Gets the value of the clazz property.Gets the value of the exception property.Gets the value of the exceptionTimestamp property.getId()
Gets the value of the id property.getLoad5()
Gets the value of the load5 property.Gets the value of the load60 property.getName()
Gets the value of the name property.Gets the value of the thread property.Gets the value of the threadStatus property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) Gets the value of the isEnabled property.Gets the value of the isRunning property.boolean
boolean
boolean
boolean
boolean
isSetId()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setArguments
(String value) Sets the value of the arguments property.void
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
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
Sets the value of the load5 property.void
Sets the value of the load60 property.void
Sets the value of the name property.void
Sets the value of the thread property.void
setThreadStatus
(String value) Sets the value of the threadStatus property.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withArguments
(String value) Sets the value of the arguments property.Sets the value of the clazz property.withException
(String value) Sets the value of the exception property.withExceptionTimestamp
(String value) Sets the value of the exceptionTimestamp property.Sets the value of the id property.withIsEnabled
(Boolean value) Sets the value of the isEnabled property.withIsRunning
(Boolean value) Sets the value of the isRunning property.Sets the value of the load5 property.withLoad60
(Double value) Sets the value of the load60 property.Sets the value of the name property.withThread
(String value) Sets the value of the thread property.withThreadStatus
(String value) Sets the value of the threadStatus property.
-
Field Details
-
id
-
name
-
clazz
-
arguments
-
isEnabled
-
isRunning
-
exception
-
exceptionTimestamp
-
thread
-
threadStatus
-
load5
-
load60
-
-
Constructor Details
-
VidispineServiceType
public VidispineServiceType()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
isSetId
public boolean isSetId() -
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
isSetName
public boolean isSetName() -
getClazz
Gets the value of the clazz property.- Returns:
- possible object is
String
-
setClazz
Sets the value of the clazz property.- Parameters:
value
- allowed object isString
-
isSetClazz
public boolean isSetClazz() -
getArguments
Gets the value of the arguments property.- Returns:
- possible object is
String
-
setArguments
Sets the value of the arguments property.- Parameters:
value
- allowed object isString
-
isSetArguments
public boolean isSetArguments() -
isIsEnabled
Gets the value of the isEnabled property.- Returns:
- possible object is
Boolean
-
setIsEnabled
Sets the value of the isEnabled property.- Parameters:
value
- allowed object isBoolean
-
isSetIsEnabled
public boolean isSetIsEnabled() -
isIsRunning
Gets the value of the isRunning property.- Returns:
- possible object is
Boolean
-
setIsRunning
Sets the value of the isRunning property.- Parameters:
value
- allowed object isBoolean
-
isSetIsRunning
public boolean isSetIsRunning() -
getException
Gets the value of the exception property.- Returns:
- possible object is
String
-
setException
Sets the value of the exception property.- Parameters:
value
- allowed object isString
-
isSetException
public boolean isSetException() -
getExceptionTimestamp
Gets the value of the exceptionTimestamp property.- Returns:
- possible object is
String
-
setExceptionTimestamp
Sets the value of the exceptionTimestamp property.- Parameters:
value
- allowed object isString
-
isSetExceptionTimestamp
public boolean isSetExceptionTimestamp() -
getThread
Gets the value of the thread property.- Returns:
- possible object is
String
-
setThread
Sets the value of the thread property.- Parameters:
value
- allowed object isString
-
isSetThread
public boolean isSetThread() -
getThreadStatus
Gets the value of the threadStatus property.- Returns:
- possible object is
String
-
setThreadStatus
Sets the value of the threadStatus property.- Parameters:
value
- allowed object isString
-
isSetThreadStatus
public boolean isSetThreadStatus() -
getLoad5
Gets the value of the load5 property.- Returns:
- possible object is
Double
-
setLoad5
Sets the value of the load5 property.- Parameters:
value
- allowed object isDouble
-
isSetLoad5
public boolean isSetLoad5() -
getLoad60
Gets the value of the load60 property.- Returns:
- possible object is
Double
-
setLoad60
Sets the value of the load60 property.- Parameters:
value
- allowed object isDouble
-
isSetLoad60
public boolean isSetLoad60() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.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 interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withId
Sets the value of the id property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withName
Sets the value of the name property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withClazz
Sets the value of the clazz property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withArguments
Sets the value of the arguments property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withIsEnabled
Sets the value of the isEnabled property.- Parameters:
value
- allowed object isBoolean
- Returns:
- The class instance
-
withIsRunning
Sets the value of the isRunning property.- Parameters:
value
- allowed object isBoolean
- Returns:
- The class instance
-
withException
Sets the value of the exception property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withExceptionTimestamp
Sets the value of the exceptionTimestamp property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withThread
Sets the value of the thread property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withThreadStatus
Sets the value of the threadStatus property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withLoad5
Sets the value of the load5 property.- Parameters:
value
- allowed object isDouble
- Returns:
- The class instance
-
withLoad60
Sets the value of the load60 property.- Parameters:
value
- allowed object isDouble
- 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 interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.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 interfaceorg.jvnet.jaxb.lang.ToString
-