public static class QuotaRuleType.Resource extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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>
Modifier and Type | Class and Description |
---|---|
static class |
QuotaRuleType.Resource.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected long |
limit |
protected QuotaResourceType |
name |
protected Long |
usage |
Constructor and Description |
---|
Resource() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy 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.EqualsStrategy 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.
|
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) |
protected QuotaResourceType name
protected long limit
protected Long usage
public QuotaResourceType getName()
QuotaResourceType
public void setName(QuotaResourceType value)
value
- allowed object is
QuotaResourceType
public boolean isSetName()
public long getLimit()
public void setLimit(long value)
public boolean isSetLimit()
public Long getUsage()
Long
public void setUsage(Long value)
value
- allowed object is
Long
public boolean isSetUsage()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public QuotaRuleType.Resource withName(QuotaResourceType value)
public QuotaRuleType.Resource withLimit(long value)
public QuotaRuleType.Resource withUsage(Long value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public QuotaRuleType.Resource visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.