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) booleanbooleanequals(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.intGets the value of the interval property.Gets the value of the lastSent property.getName()Gets the value of the name property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanGets the value of the enabled property.booleanbooleanbooleanbooleanbooleanvoidsetEnabled(boolean value) Sets the value of the enabled property.voidSets the value of the error property.voidsetInterval(int value) Sets the value of the interval property.voidsetLastSent(XMLGregorianCalendar value) Sets the value of the lastSent property.voidSets 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:
copyToin 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:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstancein 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:
equalsin 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:
hashCodein 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:
appendin 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:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-