Package org.apache.activemq.schema.core
Class DtoPrefetchPolicy
- java.lang.Object
-
- org.apache.activemq.schema.core.DtoPrefetchPolicy
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
,org.jvnet.jaxb2_commons.lang.ToString2
public class DtoPrefetchPolicy 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"> <attribute name="all" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="durableTopicPrefetch" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="maximumPendingMessageLimit" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="optimizeDurableTopicPrefetch" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="queueBrowserPrefetch" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="queuePrefetch" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="topicPrefetch" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> <anyAttribute processContents='lax' namespace='##other'/> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BigInteger
all
protected BigInteger
durableTopicPrefetch
protected String
id
protected BigInteger
maximumPendingMessageLimit
protected BigInteger
optimizeDurableTopicPrefetch
protected BigInteger
queueBrowserPrefetch
protected BigInteger
queuePrefetch
protected BigInteger
topicPrefetch
-
Constructor Summary
Constructors Constructor Description DtoPrefetchPolicy()
-
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)
BigInteger
getAll()
Gets the value of the all property.BigInteger
getDurableTopicPrefetch()
Gets the value of the durableTopicPrefetch property.String
getId()
Gets the value of the id property.BigInteger
getMaximumPendingMessageLimit()
Gets the value of the maximumPendingMessageLimit property.BigInteger
getOptimizeDurableTopicPrefetch()
Gets the value of the optimizeDurableTopicPrefetch property.Map<QName,String>
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.BigInteger
getQueueBrowserPrefetch()
Gets the value of the queueBrowserPrefetch property.BigInteger
getQueuePrefetch()
Gets the value of the queuePrefetch property.BigInteger
getTopicPrefetch()
Gets the value of the topicPrefetch property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
void
setAll(BigInteger value)
Sets the value of the all property.void
setDurableTopicPrefetch(BigInteger value)
Sets the value of the durableTopicPrefetch property.void
setId(String value)
Sets the value of the id property.void
setMaximumPendingMessageLimit(BigInteger value)
Sets the value of the maximumPendingMessageLimit property.void
setOptimizeDurableTopicPrefetch(BigInteger value)
Sets the value of the optimizeDurableTopicPrefetch property.void
setQueueBrowserPrefetch(BigInteger value)
Sets the value of the queueBrowserPrefetch property.void
setQueuePrefetch(BigInteger value)
Sets the value of the queuePrefetch property.void
setTopicPrefetch(BigInteger value)
Sets the value of the topicPrefetch property.String
toString()
-
-
-
Field Detail
-
all
protected BigInteger all
-
durableTopicPrefetch
protected BigInteger durableTopicPrefetch
-
maximumPendingMessageLimit
protected BigInteger maximumPendingMessageLimit
-
optimizeDurableTopicPrefetch
protected BigInteger optimizeDurableTopicPrefetch
-
queueBrowserPrefetch
protected BigInteger queueBrowserPrefetch
-
queuePrefetch
protected BigInteger queuePrefetch
-
topicPrefetch
protected BigInteger topicPrefetch
-
id
protected String id
-
-
Method Detail
-
getAll
public BigInteger getAll()
Gets the value of the all property.- Returns:
- possible object is
BigInteger
-
setAll
public void setAll(BigInteger value)
Sets the value of the all property.- Parameters:
value
- allowed object isBigInteger
-
getDurableTopicPrefetch
public BigInteger getDurableTopicPrefetch()
Gets the value of the durableTopicPrefetch property.- Returns:
- possible object is
BigInteger
-
setDurableTopicPrefetch
public void setDurableTopicPrefetch(BigInteger value)
Sets the value of the durableTopicPrefetch property.- Parameters:
value
- allowed object isBigInteger
-
getMaximumPendingMessageLimit
public BigInteger getMaximumPendingMessageLimit()
Gets the value of the maximumPendingMessageLimit property.- Returns:
- possible object is
BigInteger
-
setMaximumPendingMessageLimit
public void setMaximumPendingMessageLimit(BigInteger value)
Sets the value of the maximumPendingMessageLimit property.- Parameters:
value
- allowed object isBigInteger
-
getOptimizeDurableTopicPrefetch
public BigInteger getOptimizeDurableTopicPrefetch()
Gets the value of the optimizeDurableTopicPrefetch property.- Returns:
- possible object is
BigInteger
-
setOptimizeDurableTopicPrefetch
public void setOptimizeDurableTopicPrefetch(BigInteger value)
Sets the value of the optimizeDurableTopicPrefetch property.- Parameters:
value
- allowed object isBigInteger
-
getQueueBrowserPrefetch
public BigInteger getQueueBrowserPrefetch()
Gets the value of the queueBrowserPrefetch property.- Returns:
- possible object is
BigInteger
-
setQueueBrowserPrefetch
public void setQueueBrowserPrefetch(BigInteger value)
Sets the value of the queueBrowserPrefetch property.- Parameters:
value
- allowed object isBigInteger
-
getQueuePrefetch
public BigInteger getQueuePrefetch()
Gets the value of the queuePrefetch property.- Returns:
- possible object is
BigInteger
-
setQueuePrefetch
public void setQueuePrefetch(BigInteger value)
Sets the value of the queuePrefetch property.- Parameters:
value
- allowed object isBigInteger
-
getTopicPrefetch
public BigInteger getTopicPrefetch()
Gets the value of the topicPrefetch property.- Returns:
- possible object is
BigInteger
-
setTopicPrefetch
public void setTopicPrefetch(BigInteger value)
Sets the value of the topicPrefetch property.- Parameters:
value
- allowed object isBigInteger
-
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
-
-