public class DtoPolicyEntry
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">
<choice maxOccurs="unbounded" minOccurs="0">
<choice>
<element name="deadLetterStrategy" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<element ref="{http://activemq.apache.org/schema/core}discarding"/>
<element ref="{http://activemq.apache.org/schema/core}individualDeadLetterStrategy"/>
<element ref="{http://activemq.apache.org/schema/core}sharedDeadLetterStrategy"/>
<any namespace='##other'/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="destination" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<element ref="{http://activemq.apache.org/schema/core}queue"/>
<element ref="{http://activemq.apache.org/schema/core}tempQueue"/>
<element ref="{http://activemq.apache.org/schema/core}tempTopic"/>
<element ref="{http://activemq.apache.org/schema/core}topic"/>
<any namespace='##other'/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="dispatchPolicy" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<element ref="{http://activemq.apache.org/schema/core}priorityDispatchPolicy"/>
<element ref="{http://activemq.apache.org/schema/core}priorityNetworkDispatchPolicy"/>
<element ref="{http://activemq.apache.org/schema/core}roundRobinDispatchPolicy"/>
<element ref="{http://activemq.apache.org/schema/core}simpleDispatchPolicy"/>
<element ref="{http://activemq.apache.org/schema/core}strictOrderDispatchPolicy"/>
<any namespace='##other'/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="messageEvictionStrategy" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<element ref="{http://activemq.apache.org/schema/core}oldestMessageEvictionStrategy"/>
<element ref="{http://activemq.apache.org/schema/core}oldestMessageWithLowestPriorityEvictionStrategy"/>
<element ref="{http://activemq.apache.org/schema/core}uniquePropertyMessageEvictionStrategy"/>
<any namespace='##other'/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="messageGroupMapFactory" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<element ref="{http://activemq.apache.org/schema/core}cachedMessageGroupMapFactory"/>
<element ref="{http://activemq.apache.org/schema/core}messageGroupHashBucketFactory"/>
<element ref="{http://activemq.apache.org/schema/core}simpleMessageGroupMapFactory"/>
<any namespace='##other'/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="networkBridgeFilterFactory" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<element ref="{http://activemq.apache.org/schema/core}conditionalNetworkBridgeFilterFactory"/>
<element ref="{http://activemq.apache.org/schema/core}defaultNetworkBridgeFilterFactory"/>
<any namespace='##other'/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="pendingDurableSubscriberPolicy" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<element ref="{http://activemq.apache.org/schema/core}fileDurableSubscriberCursor"/>
<element ref="{http://activemq.apache.org/schema/core}storeDurableSubscriberCursor"/>
<element ref="{http://activemq.apache.org/schema/core}vmDurableCursor"/>
<any namespace='##other'/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="pendingMessageLimitStrategy" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<element ref="{http://activemq.apache.org/schema/core}constantPendingMessageLimitStrategy"/>
<element ref="{http://activemq.apache.org/schema/core}prefetchRatePendingMessageLimitStrategy"/>
<any namespace='##other'/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="pendingQueuePolicy" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<element ref="{http://activemq.apache.org/schema/core}fileQueueCursor"/>
<element ref="{http://activemq.apache.org/schema/core}storeCursor"/>
<element ref="{http://activemq.apache.org/schema/core}vmQueueCursor"/>
<any namespace='##other'/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="pendingSubscriberPolicy" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<element ref="{http://activemq.apache.org/schema/core}fileCursor"/>
<element ref="{http://activemq.apache.org/schema/core}vmCursor"/>
<any namespace='##other'/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="slowConsumerStrategy" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<element ref="{http://activemq.apache.org/schema/core}abortSlowAckConsumerStrategy"/>
<element ref="{http://activemq.apache.org/schema/core}abortSlowConsumerStrategy"/>
<any namespace='##other'/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="subscriptionRecoveryPolicy" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<element ref="{http://activemq.apache.org/schema/core}fixedCountSubscriptionRecoveryPolicy"/>
<element ref="{http://activemq.apache.org/schema/core}fixedSizedSubscriptionRecoveryPolicy"/>
<element ref="{http://activemq.apache.org/schema/core}lastImageSubscriptionRecoveryPolicy"/>
<element ref="{http://activemq.apache.org/schema/core}noSubscriptionRecoveryPolicy"/>
<element ref="{http://activemq.apache.org/schema/core}queryBasedSubscriptionRecoveryPolicy"/>
<element ref="{http://activemq.apache.org/schema/core}timedSubscriptionRecoveryPolicy"/>
<any namespace='##other'/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<any namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</choice>
</choice>
<attribute name="advisoryForConsumed" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="advisoryForDelivery" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="advisoryForDiscardingMessages" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="advisoryForFastProducers" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="advisoryForSlowConsumers" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="advisoryWhenFull" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="allConsumersExclusiveByDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="alwaysRetroactive" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="blockedProducerWarningInterval" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="consumersBeforeDispatchStarts" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="cursorMemoryHighWaterMark" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="deadLetterStrategy" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="destination" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="dispatchPolicy" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="doOptimzeMessageStorage" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="durableTopicPrefetch" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="enableAudit" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="expireMessagesPeriod" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="gcInactiveDestinations" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="gcWithNetworkConsumers" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="inactiveTimoutBeforeGC" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="lazyDispatch" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="maxAuditDepth" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="maxBrowsePageSize" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="maxExpirePageSize" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="maxPageSize" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="maxProducersToAudit" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="maxQueueAuditDepth" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="memoryLimit" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="messageEvictionStrategy" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="messageGroupMapFactory" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="messageGroupMapFactoryType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="minimumMessageSize" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="networkBridgeFilterFactory" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="optimizeMessageStoreInFlightLimit" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="optimizedDispatch" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="pendingDurableSubscriberPolicy" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="pendingMessageLimitStrategy" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="pendingQueuePolicy" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="pendingSubscriberPolicy" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="persistJMSRedelivered" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="prioritizedMessages" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="producerFlowControl" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="queue" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="queueBrowserPrefetch" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="queuePrefetch" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="reduceMemoryFootprint" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="sendAdvisoryIfNoConsumers" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="slowConsumerStrategy" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="storeUsageHighWaterMark" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="strictOrderDispatch" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="subscriptionRecoveryPolicy" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="tempQueue" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="tempTopic" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="timeBeforeDispatchStarts" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="topic" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="topicPrefetch" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="useCache" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="useConsumerPriority" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="usePrefetchExtension" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<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 |
DtoPolicyEntry.DeadLetterStrategy
Java class for anonymous complex type.
|
static class |
DtoPolicyEntry.Destination
Java class for anonymous complex type.
|
static class |
DtoPolicyEntry.DispatchPolicy
Java class for anonymous complex type.
|
static class |
DtoPolicyEntry.MessageEvictionStrategy
Java class for anonymous complex type.
|
static class |
DtoPolicyEntry.MessageGroupMapFactory
Java class for anonymous complex type.
|
static class |
DtoPolicyEntry.NetworkBridgeFilterFactory
Java class for anonymous complex type.
|
static class |
DtoPolicyEntry.PendingDurableSubscriberPolicy
Java class for anonymous complex type.
|
static class |
DtoPolicyEntry.PendingMessageLimitStrategy
Java class for anonymous complex type.
|
static class |
DtoPolicyEntry.PendingQueuePolicy
Java class for anonymous complex type.
|
static class |
DtoPolicyEntry.PendingSubscriberPolicy
Java class for anonymous complex type.
|
static class |
DtoPolicyEntry.SlowConsumerStrategy
Java class for anonymous complex type.
|
static class |
DtoPolicyEntry.SubscriptionRecoveryPolicy
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
advisoryForConsumed |
protected java.lang.Boolean |
advisoryForDelivery |
protected java.lang.Boolean |
advisoryForDiscardingMessages |
protected java.lang.Boolean |
advisoryForFastProducers |
protected java.lang.Boolean |
advisoryForSlowConsumers |
protected java.lang.Boolean |
advisoryWhenFull |
protected java.lang.Boolean |
allConsumersExclusiveByDefault |
protected java.lang.Boolean |
alwaysRetroactive |
protected java.lang.Long |
blockedProducerWarningInterval |
protected java.math.BigInteger |
consumersBeforeDispatchStarts |
protected java.math.BigInteger |
cursorMemoryHighWaterMark |
protected java.lang.String |
deadLetterStrategy |
protected java.util.List<java.lang.Object> |
deadLetterStrategyOrDestinationOrDispatchPolicy |
protected java.lang.String |
destination |
protected java.lang.String |
dispatchPolicy |
protected java.lang.Boolean |
doOptimzeMessageStorage |
protected java.math.BigInteger |
durableTopicPrefetch |
protected java.lang.Boolean |
enableAudit |
protected java.lang.Long |
expireMessagesPeriod |
protected java.lang.Boolean |
gcInactiveDestinations |
protected java.lang.Boolean |
gcWithNetworkConsumers |
protected java.lang.String |
id |
protected java.lang.Long |
inactiveTimoutBeforeGC |
protected java.lang.Boolean |
lazyDispatch |
protected java.math.BigInteger |
maxAuditDepth |
protected java.math.BigInteger |
maxBrowsePageSize |
protected java.math.BigInteger |
maxExpirePageSize |
protected java.math.BigInteger |
maxPageSize |
protected java.math.BigInteger |
maxProducersToAudit |
protected java.math.BigInteger |
maxQueueAuditDepth |
protected java.lang.String |
memoryLimit |
protected java.lang.String |
messageEvictionStrategy |
protected java.lang.String |
messageGroupMapFactory |
protected java.lang.String |
messageGroupMapFactoryType |
protected java.lang.Long |
minimumMessageSize |
protected java.lang.String |
networkBridgeFilterFactory |
protected java.lang.Boolean |
optimizedDispatch |
protected java.math.BigInteger |
optimizeMessageStoreInFlightLimit |
protected java.lang.String |
pendingDurableSubscriberPolicy |
protected java.lang.String |
pendingMessageLimitStrategy |
protected java.lang.String |
pendingQueuePolicy |
protected java.lang.String |
pendingSubscriberPolicy |
protected java.lang.Boolean |
persistJMSRedelivered |
protected java.lang.Boolean |
prioritizedMessages |
protected java.lang.Boolean |
producerFlowControl |
protected java.lang.String |
queue |
protected java.math.BigInteger |
queueBrowserPrefetch |
protected java.math.BigInteger |
queuePrefetch |
protected java.lang.Boolean |
reduceMemoryFootprint |
protected java.lang.Boolean |
sendAdvisoryIfNoConsumers |
protected java.lang.String |
slowConsumerStrategy |
protected java.math.BigInteger |
storeUsageHighWaterMark |
protected java.lang.Boolean |
strictOrderDispatch |
protected java.lang.String |
subscriptionRecoveryPolicy |
protected java.lang.Boolean |
tempQueue |
protected java.lang.Boolean |
tempTopic |
protected java.math.BigInteger |
timeBeforeDispatchStarts |
protected java.lang.String |
topic |
protected java.math.BigInteger |
topicPrefetch |
protected java.lang.Boolean |
useCache |
protected java.lang.Boolean |
useConsumerPriority |
protected java.lang.Boolean |
usePrefetchExtension |
| Constructor and Description |
|---|
DtoPolicyEntry() |
| 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.lang.Long |
getBlockedProducerWarningInterval()
Gets the value of the blockedProducerWarningInterval property.
|
java.math.BigInteger |
getConsumersBeforeDispatchStarts()
Gets the value of the consumersBeforeDispatchStarts property.
|
java.math.BigInteger |
getCursorMemoryHighWaterMark()
Gets the value of the cursorMemoryHighWaterMark property.
|
java.lang.String |
getDeadLetterStrategy()
Gets the value of the deadLetterStrategy property.
|
java.util.List<java.lang.Object> |
getDeadLetterStrategyOrDestinationOrDispatchPolicy()
Gets the value of the deadLetterStrategyOrDestinationOrDispatchPolicy property.
|
java.lang.String |
getDestination()
Gets the value of the destination property.
|
java.lang.String |
getDispatchPolicy()
Gets the value of the dispatchPolicy property.
|
java.math.BigInteger |
getDurableTopicPrefetch()
Gets the value of the durableTopicPrefetch property.
|
java.lang.Long |
getExpireMessagesPeriod()
Gets the value of the expireMessagesPeriod property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.Long |
getInactiveTimoutBeforeGC()
Gets the value of the inactiveTimoutBeforeGC property.
|
java.math.BigInteger |
getMaxAuditDepth()
Gets the value of the maxAuditDepth property.
|
java.math.BigInteger |
getMaxBrowsePageSize()
Gets the value of the maxBrowsePageSize property.
|
java.math.BigInteger |
getMaxExpirePageSize()
Gets the value of the maxExpirePageSize property.
|
java.math.BigInteger |
getMaxPageSize()
Gets the value of the maxPageSize property.
|
java.math.BigInteger |
getMaxProducersToAudit()
Gets the value of the maxProducersToAudit property.
|
java.math.BigInteger |
getMaxQueueAuditDepth()
Gets the value of the maxQueueAuditDepth property.
|
java.lang.String |
getMemoryLimit()
Gets the value of the memoryLimit property.
|
java.lang.String |
getMessageEvictionStrategy()
Gets the value of the messageEvictionStrategy property.
|
java.lang.String |
getMessageGroupMapFactory()
Gets the value of the messageGroupMapFactory property.
|
java.lang.String |
getMessageGroupMapFactoryType()
Gets the value of the messageGroupMapFactoryType property.
|
java.lang.Long |
getMinimumMessageSize()
Gets the value of the minimumMessageSize property.
|
java.lang.String |
getNetworkBridgeFilterFactory()
Gets the value of the networkBridgeFilterFactory property.
|
java.math.BigInteger |
getOptimizeMessageStoreInFlightLimit()
Gets the value of the optimizeMessageStoreInFlightLimit 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.lang.String |
getPendingDurableSubscriberPolicy()
Gets the value of the pendingDurableSubscriberPolicy property.
|
java.lang.String |
getPendingMessageLimitStrategy()
Gets the value of the pendingMessageLimitStrategy property.
|
java.lang.String |
getPendingQueuePolicy()
Gets the value of the pendingQueuePolicy property.
|
java.lang.String |
getPendingSubscriberPolicy()
Gets the value of the pendingSubscriberPolicy property.
|
java.lang.String |
getQueue()
Gets the value of the queue property.
|
java.math.BigInteger |
getQueueBrowserPrefetch()
Gets the value of the queueBrowserPrefetch property.
|
java.math.BigInteger |
getQueuePrefetch()
Gets the value of the queuePrefetch property.
|
java.lang.String |
getSlowConsumerStrategy()
Gets the value of the slowConsumerStrategy property.
|
java.math.BigInteger |
getStoreUsageHighWaterMark()
Gets the value of the storeUsageHighWaterMark property.
|
java.lang.String |
getSubscriptionRecoveryPolicy()
Gets the value of the subscriptionRecoveryPolicy property.
|
java.math.BigInteger |
getTimeBeforeDispatchStarts()
Gets the value of the timeBeforeDispatchStarts property.
|
java.lang.String |
getTopic()
Gets the value of the topic 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) |
java.lang.Boolean |
isAdvisoryForConsumed()
Gets the value of the advisoryForConsumed property.
|
java.lang.Boolean |
isAdvisoryForDelivery()
Gets the value of the advisoryForDelivery property.
|
java.lang.Boolean |
isAdvisoryForDiscardingMessages()
Gets the value of the advisoryForDiscardingMessages property.
|
java.lang.Boolean |
isAdvisoryForFastProducers()
Gets the value of the advisoryForFastProducers property.
|
java.lang.Boolean |
isAdvisoryForSlowConsumers()
Gets the value of the advisoryForSlowConsumers property.
|
java.lang.Boolean |
isAdvisoryWhenFull()
Gets the value of the advisoryWhenFull property.
|
java.lang.Boolean |
isAllConsumersExclusiveByDefault()
Gets the value of the allConsumersExclusiveByDefault property.
|
java.lang.Boolean |
isAlwaysRetroactive()
Gets the value of the alwaysRetroactive property.
|
java.lang.Boolean |
isDoOptimzeMessageStorage()
Gets the value of the doOptimzeMessageStorage property.
|
java.lang.Boolean |
isEnableAudit()
Gets the value of the enableAudit property.
|
java.lang.Boolean |
isGcInactiveDestinations()
Gets the value of the gcInactiveDestinations property.
|
java.lang.Boolean |
isGcWithNetworkConsumers()
Gets the value of the gcWithNetworkConsumers property.
|
java.lang.Boolean |
isLazyDispatch()
Gets the value of the lazyDispatch property.
|
java.lang.Boolean |
isOptimizedDispatch()
Gets the value of the optimizedDispatch property.
|
java.lang.Boolean |
isPersistJMSRedelivered()
Gets the value of the persistJMSRedelivered property.
|
java.lang.Boolean |
isPrioritizedMessages()
Gets the value of the prioritizedMessages property.
|
java.lang.Boolean |
isProducerFlowControl()
Gets the value of the producerFlowControl property.
|
java.lang.Boolean |
isReduceMemoryFootprint()
Gets the value of the reduceMemoryFootprint property.
|
java.lang.Boolean |
isSendAdvisoryIfNoConsumers()
Gets the value of the sendAdvisoryIfNoConsumers property.
|
java.lang.Boolean |
isStrictOrderDispatch()
Gets the value of the strictOrderDispatch property.
|
java.lang.Boolean |
isTempQueue()
Gets the value of the tempQueue property.
|
java.lang.Boolean |
isTempTopic()
Gets the value of the tempTopic property.
|
java.lang.Boolean |
isUseCache()
Gets the value of the useCache property.
|
java.lang.Boolean |
isUseConsumerPriority()
Gets the value of the useConsumerPriority property.
|
java.lang.Boolean |
isUsePrefetchExtension()
Gets the value of the usePrefetchExtension property.
|
void |
setAdvisoryForConsumed(java.lang.Boolean value)
Sets the value of the advisoryForConsumed property.
|
void |
setAdvisoryForDelivery(java.lang.Boolean value)
Sets the value of the advisoryForDelivery property.
|
void |
setAdvisoryForDiscardingMessages(java.lang.Boolean value)
Sets the value of the advisoryForDiscardingMessages property.
|
void |
setAdvisoryForFastProducers(java.lang.Boolean value)
Sets the value of the advisoryForFastProducers property.
|
void |
setAdvisoryForSlowConsumers(java.lang.Boolean value)
Sets the value of the advisoryForSlowConsumers property.
|
void |
setAdvisoryWhenFull(java.lang.Boolean value)
Sets the value of the advisoryWhenFull property.
|
void |
setAllConsumersExclusiveByDefault(java.lang.Boolean value)
Sets the value of the allConsumersExclusiveByDefault property.
|
void |
setAlwaysRetroactive(java.lang.Boolean value)
Sets the value of the alwaysRetroactive property.
|
void |
setBlockedProducerWarningInterval(java.lang.Long value)
Sets the value of the blockedProducerWarningInterval property.
|
void |
setConsumersBeforeDispatchStarts(java.math.BigInteger value)
Sets the value of the consumersBeforeDispatchStarts property.
|
void |
setCursorMemoryHighWaterMark(java.math.BigInteger value)
Sets the value of the cursorMemoryHighWaterMark property.
|
void |
setDeadLetterStrategy(java.lang.String value)
Sets the value of the deadLetterStrategy property.
|
void |
setDestination(java.lang.String value)
Sets the value of the destination property.
|
void |
setDispatchPolicy(java.lang.String value)
Sets the value of the dispatchPolicy property.
|
void |
setDoOptimzeMessageStorage(java.lang.Boolean value)
Sets the value of the doOptimzeMessageStorage property.
|
void |
setDurableTopicPrefetch(java.math.BigInteger value)
Sets the value of the durableTopicPrefetch property.
|
void |
setEnableAudit(java.lang.Boolean value)
Sets the value of the enableAudit property.
|
void |
setExpireMessagesPeriod(java.lang.Long value)
Sets the value of the expireMessagesPeriod property.
|
void |
setGcInactiveDestinations(java.lang.Boolean value)
Sets the value of the gcInactiveDestinations property.
|
void |
setGcWithNetworkConsumers(java.lang.Boolean value)
Sets the value of the gcWithNetworkConsumers property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setInactiveTimoutBeforeGC(java.lang.Long value)
Sets the value of the inactiveTimoutBeforeGC property.
|
void |
setLazyDispatch(java.lang.Boolean value)
Sets the value of the lazyDispatch property.
|
void |
setMaxAuditDepth(java.math.BigInteger value)
Sets the value of the maxAuditDepth property.
|
void |
setMaxBrowsePageSize(java.math.BigInteger value)
Sets the value of the maxBrowsePageSize property.
|
void |
setMaxExpirePageSize(java.math.BigInteger value)
Sets the value of the maxExpirePageSize property.
|
void |
setMaxPageSize(java.math.BigInteger value)
Sets the value of the maxPageSize property.
|
void |
setMaxProducersToAudit(java.math.BigInteger value)
Sets the value of the maxProducersToAudit property.
|
void |
setMaxQueueAuditDepth(java.math.BigInteger value)
Sets the value of the maxQueueAuditDepth property.
|
void |
setMemoryLimit(java.lang.String value)
Sets the value of the memoryLimit property.
|
void |
setMessageEvictionStrategy(java.lang.String value)
Sets the value of the messageEvictionStrategy property.
|
void |
setMessageGroupMapFactory(java.lang.String value)
Sets the value of the messageGroupMapFactory property.
|
void |
setMessageGroupMapFactoryType(java.lang.String value)
Sets the value of the messageGroupMapFactoryType property.
|
void |
setMinimumMessageSize(java.lang.Long value)
Sets the value of the minimumMessageSize property.
|
void |
setNetworkBridgeFilterFactory(java.lang.String value)
Sets the value of the networkBridgeFilterFactory property.
|
void |
setOptimizedDispatch(java.lang.Boolean value)
Sets the value of the optimizedDispatch property.
|
void |
setOptimizeMessageStoreInFlightLimit(java.math.BigInteger value)
Sets the value of the optimizeMessageStoreInFlightLimit property.
|
void |
setPendingDurableSubscriberPolicy(java.lang.String value)
Sets the value of the pendingDurableSubscriberPolicy property.
|
void |
setPendingMessageLimitStrategy(java.lang.String value)
Sets the value of the pendingMessageLimitStrategy property.
|
void |
setPendingQueuePolicy(java.lang.String value)
Sets the value of the pendingQueuePolicy property.
|
void |
setPendingSubscriberPolicy(java.lang.String value)
Sets the value of the pendingSubscriberPolicy property.
|
void |
setPersistJMSRedelivered(java.lang.Boolean value)
Sets the value of the persistJMSRedelivered property.
|
void |
setPrioritizedMessages(java.lang.Boolean value)
Sets the value of the prioritizedMessages property.
|
void |
setProducerFlowControl(java.lang.Boolean value)
Sets the value of the producerFlowControl property.
|
void |
setQueue(java.lang.String value)
Sets the value of the queue 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 |
setReduceMemoryFootprint(java.lang.Boolean value)
Sets the value of the reduceMemoryFootprint property.
|
void |
setSendAdvisoryIfNoConsumers(java.lang.Boolean value)
Sets the value of the sendAdvisoryIfNoConsumers property.
|
void |
setSlowConsumerStrategy(java.lang.String value)
Sets the value of the slowConsumerStrategy property.
|
void |
setStoreUsageHighWaterMark(java.math.BigInteger value)
Sets the value of the storeUsageHighWaterMark property.
|
void |
setStrictOrderDispatch(java.lang.Boolean value)
Sets the value of the strictOrderDispatch property.
|
void |
setSubscriptionRecoveryPolicy(java.lang.String value)
Sets the value of the subscriptionRecoveryPolicy property.
|
void |
setTempQueue(java.lang.Boolean value)
Sets the value of the tempQueue property.
|
void |
setTempTopic(java.lang.Boolean value)
Sets the value of the tempTopic property.
|
void |
setTimeBeforeDispatchStarts(java.math.BigInteger value)
Sets the value of the timeBeforeDispatchStarts property.
|
void |
setTopic(java.lang.String value)
Sets the value of the topic property.
|
void |
setTopicPrefetch(java.math.BigInteger value)
Sets the value of the topicPrefetch property.
|
void |
setUseCache(java.lang.Boolean value)
Sets the value of the useCache property.
|
void |
setUseConsumerPriority(java.lang.Boolean value)
Sets the value of the useConsumerPriority property.
|
void |
setUsePrefetchExtension(java.lang.Boolean value)
Sets the value of the usePrefetchExtension property.
|
java.lang.String |
toString() |
protected java.util.List<java.lang.Object> deadLetterStrategyOrDestinationOrDispatchPolicy
protected java.lang.Boolean advisoryForConsumed
protected java.lang.Boolean advisoryForDelivery
protected java.lang.Boolean advisoryForDiscardingMessages
protected java.lang.Boolean advisoryForFastProducers
protected java.lang.Boolean advisoryForSlowConsumers
protected java.lang.Boolean advisoryWhenFull
protected java.lang.Boolean allConsumersExclusiveByDefault
protected java.lang.Boolean alwaysRetroactive
protected java.lang.Long blockedProducerWarningInterval
protected java.math.BigInteger consumersBeforeDispatchStarts
protected java.math.BigInteger cursorMemoryHighWaterMark
protected java.lang.String deadLetterStrategy
protected java.lang.String destination
protected java.lang.String dispatchPolicy
protected java.lang.Boolean doOptimzeMessageStorage
protected java.math.BigInteger durableTopicPrefetch
protected java.lang.Boolean enableAudit
protected java.lang.Long expireMessagesPeriod
protected java.lang.Boolean gcInactiveDestinations
protected java.lang.Boolean gcWithNetworkConsumers
protected java.lang.Long inactiveTimoutBeforeGC
protected java.lang.Boolean lazyDispatch
protected java.math.BigInteger maxAuditDepth
protected java.math.BigInteger maxBrowsePageSize
protected java.math.BigInteger maxExpirePageSize
protected java.math.BigInteger maxPageSize
protected java.math.BigInteger maxProducersToAudit
protected java.math.BigInteger maxQueueAuditDepth
protected java.lang.String memoryLimit
protected java.lang.String messageEvictionStrategy
protected java.lang.String messageGroupMapFactory
protected java.lang.String messageGroupMapFactoryType
protected java.lang.Long minimumMessageSize
protected java.lang.String networkBridgeFilterFactory
protected java.math.BigInteger optimizeMessageStoreInFlightLimit
protected java.lang.Boolean optimizedDispatch
protected java.lang.String pendingDurableSubscriberPolicy
protected java.lang.String pendingMessageLimitStrategy
protected java.lang.String pendingQueuePolicy
protected java.lang.String pendingSubscriberPolicy
protected java.lang.Boolean persistJMSRedelivered
protected java.lang.Boolean prioritizedMessages
protected java.lang.Boolean producerFlowControl
protected java.lang.String queue
protected java.math.BigInteger queueBrowserPrefetch
protected java.math.BigInteger queuePrefetch
protected java.lang.Boolean reduceMemoryFootprint
protected java.lang.Boolean sendAdvisoryIfNoConsumers
protected java.lang.String slowConsumerStrategy
protected java.math.BigInteger storeUsageHighWaterMark
protected java.lang.Boolean strictOrderDispatch
protected java.lang.String subscriptionRecoveryPolicy
protected java.lang.Boolean tempQueue
protected java.lang.Boolean tempTopic
protected java.math.BigInteger timeBeforeDispatchStarts
protected java.lang.String topic
protected java.math.BigInteger topicPrefetch
protected java.lang.Boolean useCache
protected java.lang.Boolean useConsumerPriority
protected java.lang.Boolean usePrefetchExtension
protected java.lang.String id
public java.util.List<java.lang.Object> getDeadLetterStrategyOrDestinationOrDispatchPolicy()
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 deadLetterStrategyOrDestinationOrDispatchPolicy property.
For example, to add a new item, do as follows:
getDeadLetterStrategyOrDestinationOrDispatchPolicy().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<DtoPolicyEntry.SlowConsumerStrategy>
JAXBElement<DtoPolicyEntry.DispatchPolicy>
JAXBElement<DtoPolicyEntry.Destination>
JAXBElement<DtoPolicyEntry.DeadLetterStrategy>
JAXBElement<DtoPolicyEntry.PendingSubscriberPolicy>
JAXBElement<DtoPolicyEntry.MessageEvictionStrategy>
JAXBElement<DtoPolicyEntry.PendingDurableSubscriberPolicy>
JAXBElement<DtoPolicyEntry.NetworkBridgeFilterFactory>
JAXBElement<DtoPolicyEntry.SubscriptionRecoveryPolicy>
JAXBElement<DtoPolicyEntry.PendingMessageLimitStrategy>
JAXBElement<DtoPolicyEntry.PendingQueuePolicy>
JAXBElement<DtoPolicyEntry.MessageGroupMapFactory>
Object
public java.lang.Boolean isAdvisoryForConsumed()
Booleanpublic void setAdvisoryForConsumed(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isAdvisoryForDelivery()
Booleanpublic void setAdvisoryForDelivery(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isAdvisoryForDiscardingMessages()
Booleanpublic void setAdvisoryForDiscardingMessages(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isAdvisoryForFastProducers()
Booleanpublic void setAdvisoryForFastProducers(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isAdvisoryForSlowConsumers()
Booleanpublic void setAdvisoryForSlowConsumers(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isAdvisoryWhenFull()
Booleanpublic void setAdvisoryWhenFull(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isAllConsumersExclusiveByDefault()
Booleanpublic void setAllConsumersExclusiveByDefault(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isAlwaysRetroactive()
Booleanpublic void setAlwaysRetroactive(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Long getBlockedProducerWarningInterval()
Longpublic void setBlockedProducerWarningInterval(java.lang.Long value)
value - allowed object is
Longpublic java.math.BigInteger getConsumersBeforeDispatchStarts()
BigIntegerpublic void setConsumersBeforeDispatchStarts(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getCursorMemoryHighWaterMark()
BigIntegerpublic void setCursorMemoryHighWaterMark(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getDeadLetterStrategy()
Stringpublic void setDeadLetterStrategy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDestination()
Stringpublic void setDestination(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDispatchPolicy()
Stringpublic void setDispatchPolicy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isDoOptimzeMessageStorage()
Booleanpublic void setDoOptimzeMessageStorage(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.math.BigInteger getDurableTopicPrefetch()
BigIntegerpublic void setDurableTopicPrefetch(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.Boolean isEnableAudit()
Booleanpublic void setEnableAudit(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Long getExpireMessagesPeriod()
Longpublic void setExpireMessagesPeriod(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Boolean isGcInactiveDestinations()
Booleanpublic void setGcInactiveDestinations(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isGcWithNetworkConsumers()
Booleanpublic void setGcWithNetworkConsumers(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Long getInactiveTimoutBeforeGC()
Longpublic void setInactiveTimoutBeforeGC(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Boolean isLazyDispatch()
Booleanpublic void setLazyDispatch(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.math.BigInteger getMaxAuditDepth()
BigIntegerpublic void setMaxAuditDepth(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getMaxBrowsePageSize()
BigIntegerpublic void setMaxBrowsePageSize(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getMaxExpirePageSize()
BigIntegerpublic void setMaxExpirePageSize(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getMaxPageSize()
BigIntegerpublic void setMaxPageSize(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getMaxProducersToAudit()
BigIntegerpublic void setMaxProducersToAudit(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getMaxQueueAuditDepth()
BigIntegerpublic void setMaxQueueAuditDepth(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getMemoryLimit()
Stringpublic void setMemoryLimit(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMessageEvictionStrategy()
Stringpublic void setMessageEvictionStrategy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMessageGroupMapFactory()
Stringpublic void setMessageGroupMapFactory(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMessageGroupMapFactoryType()
Stringpublic void setMessageGroupMapFactoryType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Long getMinimumMessageSize()
Longpublic void setMinimumMessageSize(java.lang.Long value)
value - allowed object is
Longpublic java.lang.String getNetworkBridgeFilterFactory()
Stringpublic void setNetworkBridgeFilterFactory(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getOptimizeMessageStoreInFlightLimit()
BigIntegerpublic void setOptimizeMessageStoreInFlightLimit(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.Boolean isOptimizedDispatch()
Booleanpublic void setOptimizedDispatch(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getPendingDurableSubscriberPolicy()
Stringpublic void setPendingDurableSubscriberPolicy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPendingMessageLimitStrategy()
Stringpublic void setPendingMessageLimitStrategy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPendingQueuePolicy()
Stringpublic void setPendingQueuePolicy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPendingSubscriberPolicy()
Stringpublic void setPendingSubscriberPolicy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isPersistJMSRedelivered()
Booleanpublic void setPersistJMSRedelivered(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isPrioritizedMessages()
Booleanpublic void setPrioritizedMessages(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isProducerFlowControl()
Booleanpublic void setProducerFlowControl(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getQueue()
Stringpublic void setQueue(java.lang.String value)
value - allowed object is
Stringpublic 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.lang.Boolean isReduceMemoryFootprint()
Booleanpublic void setReduceMemoryFootprint(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isSendAdvisoryIfNoConsumers()
Booleanpublic void setSendAdvisoryIfNoConsumers(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getSlowConsumerStrategy()
Stringpublic void setSlowConsumerStrategy(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getStoreUsageHighWaterMark()
BigIntegerpublic void setStoreUsageHighWaterMark(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.Boolean isStrictOrderDispatch()
Booleanpublic void setStrictOrderDispatch(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getSubscriptionRecoveryPolicy()
Stringpublic void setSubscriptionRecoveryPolicy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isTempQueue()
Booleanpublic void setTempQueue(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isTempTopic()
Booleanpublic void setTempTopic(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.math.BigInteger getTimeBeforeDispatchStarts()
BigIntegerpublic void setTimeBeforeDispatchStarts(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getTopic()
Stringpublic void setTopic(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getTopicPrefetch()
BigIntegerpublic void setTopicPrefetch(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.Boolean isUseCache()
Booleanpublic void setUseCache(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isUseConsumerPriority()
Booleanpublic void setUseConsumerPriority(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isUsePrefetchExtension()
Booleanpublic void setUsePrefetchExtension(java.lang.Boolean value)
value - allowed object is
Booleanpublic 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.