Package com.vidispine.generated
Class UsageCollectorType
java.lang.Object
com.vidispine.generated.UsageCollectorType
- 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 UsageCollectorType
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 UsageCollectorType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="UsageCollectorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="interval" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="lastSent" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="error" type="{http://www.w3.org/2001/XMLSchema}string" 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) getError()
Gets the value of the error property.int
Gets the value of the interval property.Gets the value of the lastSent property.getName()
Gets the value of the name property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
Gets the value of the enabled property.boolean
boolean
boolean
boolean
boolean
void
setEnabled
(boolean value) Sets the value of the enabled property.void
Sets the value of the error property.void
setInterval
(int value) Sets the value of the interval property.void
setLastSent
(XMLGregorianCalendar value) Sets the value of the lastSent property.void
Sets the value of the name property.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withEnabled
(boolean value) Sets the value of the enabled property.Sets the value of the error property.withInterval
(int value) Sets the value of the interval property.withLastSent
(XMLGregorianCalendar value) Sets the value of the lastSent property.Sets the value of the name property.
-
Field Details
-
name
-
interval
protected int interval -
enabled
protected boolean enabled -
lastSent
-
error
-
-
Constructor Details
-
UsageCollectorType
public UsageCollectorType()
-
-
Method Details
-
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() -
getInterval
public int getInterval()Gets the value of the interval property. -
setInterval
public void setInterval(int value) Sets the value of the interval property. -
isSetInterval
public boolean isSetInterval() -
isEnabled
public boolean isEnabled()Gets the value of the enabled property. -
setEnabled
public void setEnabled(boolean value) Sets the value of the enabled property. -
isSetEnabled
public boolean isSetEnabled() -
getLastSent
Gets the value of the lastSent property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLastSent
Sets the value of the lastSent property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
isSetLastSent
public boolean isSetLastSent() -
getError
Gets the value of the error property.- Returns:
- possible object is
String
-
setError
Sets the value of the error property.- Parameters:
value
- allowed object isString
-
isSetError
public boolean isSetError() -
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
-
withName
Sets the value of the name property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withInterval
Sets the value of the interval property.- Parameters:
value
- allowed object is int- Returns:
- The class instance
-
withEnabled
Sets the value of the enabled property.- Parameters:
value
- allowed object is boolean- Returns:
- The class instance
-
withLastSent
Sets the value of the lastSent property.- Parameters:
value
- allowed object isXMLGregorianCalendar
- Returns:
- The class instance
-
withError
Sets the value of the error property.- Parameters:
value
- allowed object isString
- 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
-