public class DtoPrefetchPolicy
extends java.lang.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">
<attribute name="all" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="durableTopicPrefetch" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="inputStreamPrefetch" 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>
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigInteger |
all |
protected java.math.BigInteger |
durableTopicPrefetch |
protected java.lang.String |
id |
protected java.math.BigInteger |
inputStreamPrefetch |
protected java.math.BigInteger |
maximumPendingMessageLimit |
protected java.math.BigInteger |
optimizeDurableTopicPrefetch |
protected java.math.BigInteger |
queueBrowserPrefetch |
protected java.math.BigInteger |
queuePrefetch |
protected java.math.BigInteger |
topicPrefetch |
| Constructor and Description |
|---|
DtoPrefetchPolicy() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
java.math.BigInteger |
getAll()
Gets the value of the all property.
|
java.math.BigInteger |
getDurableTopicPrefetch()
Gets the value of the durableTopicPrefetch property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.math.BigInteger |
getInputStreamPrefetch()
Gets the value of the inputStreamPrefetch property.
|
java.math.BigInteger |
getMaximumPendingMessageLimit()
Gets the value of the maximumPendingMessageLimit property.
|
java.math.BigInteger |
getOptimizeDurableTopicPrefetch()
Gets the value of the optimizeDurableTopicPrefetch property.
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
java.math.BigInteger |
getQueueBrowserPrefetch()
Gets the value of the queueBrowserPrefetch property.
|
java.math.BigInteger |
getQueuePrefetch()
Gets the value of the queuePrefetch property.
|
java.math.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.HashCodeStrategy strategy) |
void |
setAll(java.math.BigInteger value)
Sets the value of the all property.
|
void |
setDurableTopicPrefetch(java.math.BigInteger value)
Sets the value of the durableTopicPrefetch property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setInputStreamPrefetch(java.math.BigInteger value)
Sets the value of the inputStreamPrefetch property.
|
void |
setMaximumPendingMessageLimit(java.math.BigInteger value)
Sets the value of the maximumPendingMessageLimit property.
|
void |
setOptimizeDurableTopicPrefetch(java.math.BigInteger value)
Sets the value of the optimizeDurableTopicPrefetch property.
|
void |
setQueueBrowserPrefetch(java.math.BigInteger value)
Sets the value of the queueBrowserPrefetch property.
|
void |
setQueuePrefetch(java.math.BigInteger value)
Sets the value of the queuePrefetch property.
|
void |
setTopicPrefetch(java.math.BigInteger value)
Sets the value of the topicPrefetch property.
|
java.lang.String |
toString() |
protected java.math.BigInteger all
protected java.math.BigInteger durableTopicPrefetch
protected java.math.BigInteger inputStreamPrefetch
protected java.math.BigInteger maximumPendingMessageLimit
protected java.math.BigInteger optimizeDurableTopicPrefetch
protected java.math.BigInteger queueBrowserPrefetch
protected java.math.BigInteger queuePrefetch
protected java.math.BigInteger topicPrefetch
protected java.lang.String id
public java.math.BigInteger getAll()
BigIntegerpublic void setAll(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getDurableTopicPrefetch()
BigIntegerpublic void setDurableTopicPrefetch(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getInputStreamPrefetch()
BigIntegerpublic void setInputStreamPrefetch(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getMaximumPendingMessageLimit()
BigIntegerpublic void setMaximumPendingMessageLimit(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getOptimizeDurableTopicPrefetch()
BigIntegerpublic void setOptimizeDurableTopicPrefetch(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getQueueBrowserPrefetch()
BigIntegerpublic void setQueueBrowserPrefetch(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getQueuePrefetch()
BigIntegerpublic void setQueuePrefetch(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getTopicPrefetch()
BigIntegerpublic void setTopicPrefetch(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.util.Map<javax.xml.namespace.QName,java.lang.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 java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.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 int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.ObjectCopyright © 2005-2016 Red Hat, Inc.. All Rights Reserved.