Class DtoMemoryUsage
- java.lang.Object
-
- org.apache.activemq.schema.core.DtoMemoryUsage
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
,org.jvnet.jaxb2_commons.lang.ToString2
public class DtoMemoryUsage extends Object implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
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> <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="percentOfJvmHeap" type="{http://www.w3.org/2001/XMLSchema}integer" /> <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="portion" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="usage" type="{http://www.w3.org/2001/XMLSchema}long" /> <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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DtoMemoryUsage.Executor
Java class for anonymous complex type.static class
DtoMemoryUsage.Limiter
Java class for anonymous complex type.static class
DtoMemoryUsage.Parent
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field 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
percentOfJvmHeap
protected BigInteger
percentUsage
protected String
percentUsageMinDelta
protected BigInteger
pollingTime
protected Float
portion
protected Long
usage
protected Float
usagePortion
-
Constructor Summary
Constructors Constructor Description DtoMemoryUsage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilder
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
StringBuilder
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 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.EqualsStrategy2 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
getPercentOfJvmHeap()
Gets the value of the percentOfJvmHeap 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.Float
getPortion()
Gets the value of the portion property.Long
getUsage()
Gets the value of the usage 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.HashCodeStrategy2 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
setPercentOfJvmHeap(BigInteger value)
Sets the value of the percentOfJvmHeap 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
setPortion(Float value)
Sets the value of the portion property.void
setUsage(Long value)
Sets the value of the usage property.void
setUsagePortion(Float value)
Sets the value of the usagePortion property.String
toString()
-
-
-
Field Detail
-
executor
protected String executor
-
limit
protected String limit
-
limiter
protected String limiter
-
name
protected String name
-
parent
protected String parent
-
percentOfJvmHeap
protected BigInteger percentOfJvmHeap
-
percentUsage
protected BigInteger percentUsage
-
percentUsageMinDelta
protected String percentUsageMinDelta
-
pollingTime
protected BigInteger pollingTime
-
portion
protected Float portion
-
usage
protected Long usage
-
usagePortion
protected Float usagePortion
-
id
protected String id
-
-
Method Detail
-
getExecutorOrLimiterOrParent
public List<Object> getExecutorOrLimiterOrParent()
Gets the value of the executorOrLimiterOrParent property.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
<
DtoMemoryUsage.Executor
>
JAXBElement
<
DtoMemoryUsage.Limiter
>
JAXBElement
<
DtoMemoryUsage.Parent
>
Object
-
getExecutor
public String getExecutor()
Gets the value of the executor property.- Returns:
- possible object is
String
-
setExecutor
public void setExecutor(String value)
Sets the value of the executor property.- Parameters:
value
- allowed object isString
-
getLimit
public String getLimit()
Gets the value of the limit property.- Returns:
- possible object is
String
-
setLimit
public void setLimit(String value)
Sets the value of the limit property.- Parameters:
value
- allowed object isString
-
getLimiter
public String getLimiter()
Gets the value of the limiter property.- Returns:
- possible object is
String
-
setLimiter
public void setLimiter(String value)
Sets the value of the limiter property.- Parameters:
value
- allowed object isString
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getParent
public String getParent()
Gets the value of the parent property.- Returns:
- possible object is
String
-
setParent
public void setParent(String value)
Sets the value of the parent property.- Parameters:
value
- allowed object isString
-
getPercentOfJvmHeap
public BigInteger getPercentOfJvmHeap()
Gets the value of the percentOfJvmHeap property.- Returns:
- possible object is
BigInteger
-
setPercentOfJvmHeap
public void setPercentOfJvmHeap(BigInteger value)
Sets the value of the percentOfJvmHeap property.- Parameters:
value
- allowed object isBigInteger
-
getPercentUsage
public BigInteger getPercentUsage()
Gets the value of the percentUsage property.- Returns:
- possible object is
BigInteger
-
setPercentUsage
public void setPercentUsage(BigInteger value)
Sets the value of the percentUsage property.- Parameters:
value
- allowed object isBigInteger
-
getPercentUsageMinDelta
public String getPercentUsageMinDelta()
Gets the value of the percentUsageMinDelta property.- Returns:
- possible object is
String
-
setPercentUsageMinDelta
public void setPercentUsageMinDelta(String value)
Sets the value of the percentUsageMinDelta property.- Parameters:
value
- allowed object isString
-
getPollingTime
public BigInteger getPollingTime()
Gets the value of the pollingTime property.- Returns:
- possible object is
BigInteger
-
setPollingTime
public void setPollingTime(BigInteger value)
Sets the value of the pollingTime property.- Parameters:
value
- allowed object isBigInteger
-
getPortion
public Float getPortion()
Gets the value of the portion property.- Returns:
- possible object is
Float
-
setPortion
public void setPortion(Float value)
Sets the value of the portion property.- Parameters:
value
- allowed object isFloat
-
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
-
getUsagePortion
public Float getUsagePortion()
Gets the value of the usagePortion property.- Returns:
- possible object is
Float
-
setUsagePortion
public void setUsagePortion(Float value)
Sets the value of the usagePortion property.- Parameters:
value
- allowed object isFloat
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getOtherAttributes
public Map<QName,String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.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.
- Returns:
- always non-null
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
append
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFields
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
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
-
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
-
-