Package com.vidispine.generated
Class QuotaRuleType.Resource
- java.lang.Object
-
- com.vidispine.generated.QuotaRuleType.Resource
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
- Enclosing class:
- QuotaRuleType
public static class QuotaRuleType.Resource 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 anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://xml.vidispine.com/schema/vidispine}QuotaResourceType"/> <element name="limit" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="usage" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QuotaRuleType.Resource.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected long
limit
protected QuotaResourceType
name
protected Long
usage
-
Constructor Summary
Constructors Constructor Description Resource()
-
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)
long
getLimit()
Gets the value of the limit property.QuotaResourceType
getName()
Gets the value of the name property.Long
getUsage()
Gets the value of the usage property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetLimit()
boolean
isSetName()
boolean
isSetUsage()
void
setLimit(long value)
Sets the value of the limit property.void
setName(QuotaResourceType value)
Sets the value of the name property.void
setUsage(Long value)
Sets the value of the usage property.QuotaRuleType.Resource
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
QuotaRuleType.Resource
withLimit(long value)
QuotaRuleType.Resource
withName(QuotaResourceType value)
QuotaRuleType.Resource
withUsage(Long value)
-
-
-
Field Detail
-
name
protected QuotaResourceType name
-
limit
protected long limit
-
usage
protected Long usage
-
-
Method Detail
-
getName
public QuotaResourceType getName()
Gets the value of the name property.- Returns:
- possible object is
QuotaResourceType
-
setName
public void setName(QuotaResourceType value)
Sets the value of the name property.- Parameters:
value
- allowed object isQuotaResourceType
-
isSetName
public boolean isSetName()
-
getLimit
public long getLimit()
Gets the value of the limit property.
-
setLimit
public void setLimit(long value)
Sets the value of the limit property.
-
isSetLimit
public boolean isSetLimit()
-
getUsage
public Long getUsage()
Gets the value of the usage property.- Returns:
- possible object is
Long
-
setUsage
public void setUsage(Long value)
Sets the value of the usage property.- Parameters:
value
- allowed object isLong
-
isSetUsage
public boolean isSetUsage()
-
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
-
withName
public QuotaRuleType.Resource withName(QuotaResourceType value)
-
withLimit
public QuotaRuleType.Resource withLimit(long value)
-
withUsage
public QuotaRuleType.Resource withUsage(Long 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 QuotaRuleType.Resource 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
-
-