public class DtoStoreUsage extends Object implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
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">
<choice maxOccurs="unbounded" minOccurs="0">
<choice>
<element name="executor" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence minOccurs="0">
<any maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="limiter" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<element ref="{http://activemq.apache.org/schema/core}defaultUsageCapacity"/>
<element ref="{http://activemq.apache.org/schema/core}usageCapacity"/>
<any namespace='##other'/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="parent" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence minOccurs="0">
<any maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="store" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<element ref="{http://activemq.apache.org/schema/core}jdbcPersistenceAdapter"/>
<element ref="{http://activemq.apache.org/schema/core}journalPersistenceAdapter"/>
<element ref="{http://activemq.apache.org/schema/core}kahaDB"/>
<element ref="{http://activemq.apache.org/schema/core}levelDB"/>
<element ref="{http://activemq.apache.org/schema/core}mKahaDB"/>
<element ref="{http://activemq.apache.org/schema/core}memoryPersistenceAdapter"/>
<element ref="{http://activemq.apache.org/schema/core}replicatedLevelDB"/>
<any namespace='##other'/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<any namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</choice>
</choice>
<attribute name="executor" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="limit" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="limiter" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="parent" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="percentUsage" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="percentUsageMinDelta" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="pollingTime" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="store" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="usagePortion" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DtoStoreUsage.Executor
Java class for anonymous complex type.
|
static class |
DtoStoreUsage.Limiter
Java class for anonymous complex type.
|
static class |
DtoStoreUsage.Parent
Java class for anonymous complex type.
|
static class |
DtoStoreUsage.Store
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
executor |
protected List<Object> |
executorOrLimiterOrParent |
protected String |
id |
protected String |
limit |
protected String |
limiter |
protected String |
name |
protected String |
parent |
protected BigInteger |
percentUsage |
protected String |
percentUsageMinDelta |
protected BigInteger |
pollingTime |
protected String |
store |
protected Float |
usagePortion |
| Constructor and Description |
|---|
DtoStoreUsage() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
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) |
String |
getExecutor()
Gets the value of the executor property.
|
List<Object> |
getExecutorOrLimiterOrParent()
Gets the value of the executorOrLimiterOrParent property.
|
String |
getId()
Gets the value of the id property.
|
String |
getLimit()
Gets the value of the limit property.
|
String |
getLimiter()
Gets the value of the limiter property.
|
String |
getName()
Gets the value of the name property.
|
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
String |
getParent()
Gets the value of the parent property.
|
BigInteger |
getPercentUsage()
Gets the value of the percentUsage property.
|
String |
getPercentUsageMinDelta()
Gets the value of the percentUsageMinDelta property.
|
BigInteger |
getPollingTime()
Gets the value of the pollingTime property.
|
String |
getStore()
Gets the value of the store property.
|
Float |
getUsagePortion()
Gets the value of the usagePortion property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setExecutor(String value)
Sets the value of the executor property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLimit(String value)
Sets the value of the limit property.
|
void |
setLimiter(String value)
Sets the value of the limiter property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParent(String value)
Sets the value of the parent property.
|
void |
setPercentUsage(BigInteger value)
Sets the value of the percentUsage property.
|
void |
setPercentUsageMinDelta(String value)
Sets the value of the percentUsageMinDelta property.
|
void |
setPollingTime(BigInteger value)
Sets the value of the pollingTime property.
|
void |
setStore(String value)
Sets the value of the store property.
|
void |
setUsagePortion(Float value)
Sets the value of the usagePortion property.
|
String |
toString() |
protected String executor
protected String limit
protected String limiter
protected String name
protected String parent
protected BigInteger percentUsage
protected String percentUsageMinDelta
protected BigInteger pollingTime
protected String store
protected Float usagePortion
protected String id
public List<Object> getExecutorOrLimiterOrParent()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the executorOrLimiterOrParent property.
For example, to add a new item, do as follows:
getExecutorOrLimiterOrParent().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<DtoStoreUsage.Executor>
JAXBElement<DtoStoreUsage.Parent>
JAXBElement<DtoStoreUsage.Limiter>
JAXBElement<DtoStoreUsage.Store>
Object
public String getExecutor()
Stringpublic void setExecutor(String value)
value - allowed object is
Stringpublic String getLimit()
Stringpublic void setLimit(String value)
value - allowed object is
Stringpublic String getLimiter()
Stringpublic void setLimiter(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getParent()
Stringpublic void setParent(String value)
value - allowed object is
Stringpublic BigInteger getPercentUsage()
BigIntegerpublic void setPercentUsage(BigInteger value)
value - allowed object is
BigIntegerpublic String getPercentUsageMinDelta()
Stringpublic void setPercentUsageMinDelta(String value)
value - allowed object is
Stringpublic BigInteger getPollingTime()
BigIntegerpublic void setPollingTime(BigInteger value)
value - allowed object is
BigIntegerpublic String getStore()
Stringpublic void setStore(String value)
value - allowed object is
Stringpublic Float getUsagePortion()
Floatpublic void setUsagePortion(Float value)
value - allowed object is
Floatpublic void setId(String value)
value - allowed object is
Stringpublic Map<QName,String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic 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.EqualsCopyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.