Class DtoPolicyEntry

java.lang.Object
org.apache.activemq.schema.core.DtoPolicyEntry
All Implemented Interfaces:
org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

public class DtoPolicyEntry extends Object implements org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

Classe Java pour anonymous complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <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}clientIdFilterDispatchPolicy"/>
                     <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}retainedMessageSubscriptionRecoveryPolicy"/>
                     <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="advisoryForDispatched" 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="inactiveTimeoutBeforeGC" type="{http://www.w3.org/2001/XMLSchema}long" />
       <attribute name="inactiveTimoutBeforeGC" type="{http://www.w3.org/2001/XMLSchema}long" />
       <attribute name="includeBodyForAdvisory" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <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="maxDestinations" 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="sendDuplicateFromStoreToDLQ" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="sendFailIfNoSpace" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="sendFailIfNoSpaceAfterTimeout" type="{http://www.w3.org/2001/XMLSchema}long" />
       <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="useTopicSubscriptionInflightStats" 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>
 
  • Field Details

    • deadLetterStrategyOrDestinationOrDispatchPolicy

      protected List<Object> deadLetterStrategyOrDestinationOrDispatchPolicy
    • advisoryForConsumed

      protected Boolean advisoryForConsumed
    • advisoryForDelivery

      protected Boolean advisoryForDelivery
    • advisoryForDiscardingMessages

      protected Boolean advisoryForDiscardingMessages
    • advisoryForDispatched

      protected Boolean advisoryForDispatched
    • advisoryForFastProducers

      protected Boolean advisoryForFastProducers
    • advisoryForSlowConsumers

      protected Boolean advisoryForSlowConsumers
    • advisoryWhenFull

      protected Boolean advisoryWhenFull
    • allConsumersExclusiveByDefault

      protected Boolean allConsumersExclusiveByDefault
    • alwaysRetroactive

      protected Boolean alwaysRetroactive
    • blockedProducerWarningInterval

      protected Long blockedProducerWarningInterval
    • consumersBeforeDispatchStarts

      protected BigInteger consumersBeforeDispatchStarts
    • cursorMemoryHighWaterMark

      protected BigInteger cursorMemoryHighWaterMark
    • deadLetterStrategy

      protected String deadLetterStrategy
    • destination

      protected String destination
    • dispatchPolicy

      protected String dispatchPolicy
    • doOptimzeMessageStorage

      protected Boolean doOptimzeMessageStorage
    • durableTopicPrefetch

      protected BigInteger durableTopicPrefetch
    • enableAudit

      protected Boolean enableAudit
    • expireMessagesPeriod

      protected Long expireMessagesPeriod
    • gcInactiveDestinations

      protected Boolean gcInactiveDestinations
    • gcWithNetworkConsumers

      protected Boolean gcWithNetworkConsumers
    • inactiveTimeoutBeforeGC

      protected Long inactiveTimeoutBeforeGC
    • inactiveTimoutBeforeGC

      protected Long inactiveTimoutBeforeGC
    • includeBodyForAdvisory

      protected Boolean includeBodyForAdvisory
    • lazyDispatch

      protected Boolean lazyDispatch
    • maxAuditDepth

      protected BigInteger maxAuditDepth
    • maxBrowsePageSize

      protected BigInteger maxBrowsePageSize
    • maxDestinations

      protected BigInteger maxDestinations
    • maxExpirePageSize

      protected BigInteger maxExpirePageSize
    • maxPageSize

      protected BigInteger maxPageSize
    • maxProducersToAudit

      protected BigInteger maxProducersToAudit
    • maxQueueAuditDepth

      protected BigInteger maxQueueAuditDepth
    • memoryLimit

      protected String memoryLimit
    • messageEvictionStrategy

      protected String messageEvictionStrategy
    • messageGroupMapFactory

      protected String messageGroupMapFactory
    • messageGroupMapFactoryType

      protected String messageGroupMapFactoryType
    • minimumMessageSize

      protected Long minimumMessageSize
    • networkBridgeFilterFactory

      protected String networkBridgeFilterFactory
    • optimizeMessageStoreInFlightLimit

      protected BigInteger optimizeMessageStoreInFlightLimit
    • optimizedDispatch

      protected Boolean optimizedDispatch
    • pendingDurableSubscriberPolicy

      protected String pendingDurableSubscriberPolicy
    • pendingMessageLimitStrategy

      protected String pendingMessageLimitStrategy
    • pendingQueuePolicy

      protected String pendingQueuePolicy
    • pendingSubscriberPolicy

      protected String pendingSubscriberPolicy
    • persistJMSRedelivered

      protected Boolean persistJMSRedelivered
    • prioritizedMessages

      protected Boolean prioritizedMessages
    • producerFlowControl

      protected Boolean producerFlowControl
    • queue

      protected String queue
    • queueBrowserPrefetch

      protected BigInteger queueBrowserPrefetch
    • queuePrefetch

      protected BigInteger queuePrefetch
    • reduceMemoryFootprint

      protected Boolean reduceMemoryFootprint
    • sendAdvisoryIfNoConsumers

      protected Boolean sendAdvisoryIfNoConsumers
    • sendDuplicateFromStoreToDLQ

      protected Boolean sendDuplicateFromStoreToDLQ
    • sendFailIfNoSpace

      protected Boolean sendFailIfNoSpace
    • sendFailIfNoSpaceAfterTimeout

      protected Long sendFailIfNoSpaceAfterTimeout
    • slowConsumerStrategy

      protected String slowConsumerStrategy
    • storeUsageHighWaterMark

      protected BigInteger storeUsageHighWaterMark
    • strictOrderDispatch

      protected Boolean strictOrderDispatch
    • subscriptionRecoveryPolicy

      protected String subscriptionRecoveryPolicy
    • tempQueue

      protected Boolean tempQueue
    • tempTopic

      protected Boolean tempTopic
    • timeBeforeDispatchStarts

      protected BigInteger timeBeforeDispatchStarts
    • topic

      protected String topic
    • topicPrefetch

      protected BigInteger topicPrefetch
    • useCache

      protected Boolean useCache
    • useConsumerPriority

      protected Boolean useConsumerPriority
    • usePrefetchExtension

      protected Boolean usePrefetchExtension
    • useTopicSubscriptionInflightStats

      protected Boolean useTopicSubscriptionInflightStats
    • id

      protected String id
  • Constructor Details

    • DtoPolicyEntry

      public DtoPolicyEntry()
  • Method Details

    • getDeadLetterStrategyOrDestinationOrDispatchPolicy

      public List<Object> getDeadLetterStrategyOrDestinationOrDispatchPolicy()
      Gets the value of the deadLetterStrategyOrDestinationOrDispatchPolicy 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 Jakarta XML Binding 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.DeadLetterStrategy> JAXBElement<DtoPolicyEntry.Destination> JAXBElement<DtoPolicyEntry.DispatchPolicy> JAXBElement<DtoPolicyEntry.MessageEvictionStrategy> JAXBElement<DtoPolicyEntry.MessageGroupMapFactory> JAXBElement<DtoPolicyEntry.NetworkBridgeFilterFactory> JAXBElement<DtoPolicyEntry.PendingDurableSubscriberPolicy> JAXBElement<DtoPolicyEntry.PendingMessageLimitStrategy> JAXBElement<DtoPolicyEntry.PendingQueuePolicy> JAXBElement<DtoPolicyEntry.PendingSubscriberPolicy> JAXBElement<DtoPolicyEntry.SlowConsumerStrategy> JAXBElement<DtoPolicyEntry.SubscriptionRecoveryPolicy> Object

    • isAdvisoryForConsumed

      public Boolean isAdvisoryForConsumed()
      Obtient la valeur de la propriété advisoryForConsumed.
      Returns:
      possible object is Boolean
    • setAdvisoryForConsumed

      public void setAdvisoryForConsumed(Boolean value)
      Définit la valeur de la propriété advisoryForConsumed.
      Parameters:
      value - allowed object is Boolean
    • isAdvisoryForDelivery

      public Boolean isAdvisoryForDelivery()
      Obtient la valeur de la propriété advisoryForDelivery.
      Returns:
      possible object is Boolean
    • setAdvisoryForDelivery

      public void setAdvisoryForDelivery(Boolean value)
      Définit la valeur de la propriété advisoryForDelivery.
      Parameters:
      value - allowed object is Boolean
    • isAdvisoryForDiscardingMessages

      public Boolean isAdvisoryForDiscardingMessages()
      Obtient la valeur de la propriété advisoryForDiscardingMessages.
      Returns:
      possible object is Boolean
    • setAdvisoryForDiscardingMessages

      public void setAdvisoryForDiscardingMessages(Boolean value)
      Définit la valeur de la propriété advisoryForDiscardingMessages.
      Parameters:
      value - allowed object is Boolean
    • isAdvisoryForDispatched

      public Boolean isAdvisoryForDispatched()
      Obtient la valeur de la propriété advisoryForDispatched.
      Returns:
      possible object is Boolean
    • setAdvisoryForDispatched

      public void setAdvisoryForDispatched(Boolean value)
      Définit la valeur de la propriété advisoryForDispatched.
      Parameters:
      value - allowed object is Boolean
    • isAdvisoryForFastProducers

      public Boolean isAdvisoryForFastProducers()
      Obtient la valeur de la propriété advisoryForFastProducers.
      Returns:
      possible object is Boolean
    • setAdvisoryForFastProducers

      public void setAdvisoryForFastProducers(Boolean value)
      Définit la valeur de la propriété advisoryForFastProducers.
      Parameters:
      value - allowed object is Boolean
    • isAdvisoryForSlowConsumers

      public Boolean isAdvisoryForSlowConsumers()
      Obtient la valeur de la propriété advisoryForSlowConsumers.
      Returns:
      possible object is Boolean
    • setAdvisoryForSlowConsumers

      public void setAdvisoryForSlowConsumers(Boolean value)
      Définit la valeur de la propriété advisoryForSlowConsumers.
      Parameters:
      value - allowed object is Boolean
    • isAdvisoryWhenFull

      public Boolean isAdvisoryWhenFull()
      Obtient la valeur de la propriété advisoryWhenFull.
      Returns:
      possible object is Boolean
    • setAdvisoryWhenFull

      public void setAdvisoryWhenFull(Boolean value)
      Définit la valeur de la propriété advisoryWhenFull.
      Parameters:
      value - allowed object is Boolean
    • isAllConsumersExclusiveByDefault

      public Boolean isAllConsumersExclusiveByDefault()
      Obtient la valeur de la propriété allConsumersExclusiveByDefault.
      Returns:
      possible object is Boolean
    • setAllConsumersExclusiveByDefault

      public void setAllConsumersExclusiveByDefault(Boolean value)
      Définit la valeur de la propriété allConsumersExclusiveByDefault.
      Parameters:
      value - allowed object is Boolean
    • isAlwaysRetroactive

      public Boolean isAlwaysRetroactive()
      Obtient la valeur de la propriété alwaysRetroactive.
      Returns:
      possible object is Boolean
    • setAlwaysRetroactive

      public void setAlwaysRetroactive(Boolean value)
      Définit la valeur de la propriété alwaysRetroactive.
      Parameters:
      value - allowed object is Boolean
    • getBlockedProducerWarningInterval

      public Long getBlockedProducerWarningInterval()
      Obtient la valeur de la propriété blockedProducerWarningInterval.
      Returns:
      possible object is Long
    • setBlockedProducerWarningInterval

      public void setBlockedProducerWarningInterval(Long value)
      Définit la valeur de la propriété blockedProducerWarningInterval.
      Parameters:
      value - allowed object is Long
    • getConsumersBeforeDispatchStarts

      public BigInteger getConsumersBeforeDispatchStarts()
      Obtient la valeur de la propriété consumersBeforeDispatchStarts.
      Returns:
      possible object is BigInteger
    • setConsumersBeforeDispatchStarts

      public void setConsumersBeforeDispatchStarts(BigInteger value)
      Définit la valeur de la propriété consumersBeforeDispatchStarts.
      Parameters:
      value - allowed object is BigInteger
    • getCursorMemoryHighWaterMark

      public BigInteger getCursorMemoryHighWaterMark()
      Obtient la valeur de la propriété cursorMemoryHighWaterMark.
      Returns:
      possible object is BigInteger
    • setCursorMemoryHighWaterMark

      public void setCursorMemoryHighWaterMark(BigInteger value)
      Définit la valeur de la propriété cursorMemoryHighWaterMark.
      Parameters:
      value - allowed object is BigInteger
    • getDeadLetterStrategy

      public String getDeadLetterStrategy()
      Obtient la valeur de la propriété deadLetterStrategy.
      Returns:
      possible object is String
    • setDeadLetterStrategy

      public void setDeadLetterStrategy(String value)
      Définit la valeur de la propriété deadLetterStrategy.
      Parameters:
      value - allowed object is String
    • getDestination

      public String getDestination()
      Obtient la valeur de la propriété destination.
      Returns:
      possible object is String
    • setDestination

      public void setDestination(String value)
      Définit la valeur de la propriété destination.
      Parameters:
      value - allowed object is String
    • getDispatchPolicy

      public String getDispatchPolicy()
      Obtient la valeur de la propriété dispatchPolicy.
      Returns:
      possible object is String
    • setDispatchPolicy

      public void setDispatchPolicy(String value)
      Définit la valeur de la propriété dispatchPolicy.
      Parameters:
      value - allowed object is String
    • isDoOptimzeMessageStorage

      public Boolean isDoOptimzeMessageStorage()
      Obtient la valeur de la propriété doOptimzeMessageStorage.
      Returns:
      possible object is Boolean
    • setDoOptimzeMessageStorage

      public void setDoOptimzeMessageStorage(Boolean value)
      Définit la valeur de la propriété doOptimzeMessageStorage.
      Parameters:
      value - allowed object is Boolean
    • getDurableTopicPrefetch

      public BigInteger getDurableTopicPrefetch()
      Obtient la valeur de la propriété durableTopicPrefetch.
      Returns:
      possible object is BigInteger
    • setDurableTopicPrefetch

      public void setDurableTopicPrefetch(BigInteger value)
      Définit la valeur de la propriété durableTopicPrefetch.
      Parameters:
      value - allowed object is BigInteger
    • isEnableAudit

      public Boolean isEnableAudit()
      Obtient la valeur de la propriété enableAudit.
      Returns:
      possible object is Boolean
    • setEnableAudit

      public void setEnableAudit(Boolean value)
      Définit la valeur de la propriété enableAudit.
      Parameters:
      value - allowed object is Boolean
    • getExpireMessagesPeriod

      public Long getExpireMessagesPeriod()
      Obtient la valeur de la propriété expireMessagesPeriod.
      Returns:
      possible object is Long
    • setExpireMessagesPeriod

      public void setExpireMessagesPeriod(Long value)
      Définit la valeur de la propriété expireMessagesPeriod.
      Parameters:
      value - allowed object is Long
    • isGcInactiveDestinations

      public Boolean isGcInactiveDestinations()
      Obtient la valeur de la propriété gcInactiveDestinations.
      Returns:
      possible object is Boolean
    • setGcInactiveDestinations

      public void setGcInactiveDestinations(Boolean value)
      Définit la valeur de la propriété gcInactiveDestinations.
      Parameters:
      value - allowed object is Boolean
    • isGcWithNetworkConsumers

      public Boolean isGcWithNetworkConsumers()
      Obtient la valeur de la propriété gcWithNetworkConsumers.
      Returns:
      possible object is Boolean
    • setGcWithNetworkConsumers

      public void setGcWithNetworkConsumers(Boolean value)
      Définit la valeur de la propriété gcWithNetworkConsumers.
      Parameters:
      value - allowed object is Boolean
    • getInactiveTimeoutBeforeGC

      public Long getInactiveTimeoutBeforeGC()
      Obtient la valeur de la propriété inactiveTimeoutBeforeGC.
      Returns:
      possible object is Long
    • setInactiveTimeoutBeforeGC

      public void setInactiveTimeoutBeforeGC(Long value)
      Définit la valeur de la propriété inactiveTimeoutBeforeGC.
      Parameters:
      value - allowed object is Long
    • getInactiveTimoutBeforeGC

      public Long getInactiveTimoutBeforeGC()
      Obtient la valeur de la propriété inactiveTimoutBeforeGC.
      Returns:
      possible object is Long
    • setInactiveTimoutBeforeGC

      public void setInactiveTimoutBeforeGC(Long value)
      Définit la valeur de la propriété inactiveTimoutBeforeGC.
      Parameters:
      value - allowed object is Long
    • isIncludeBodyForAdvisory

      public Boolean isIncludeBodyForAdvisory()
      Obtient la valeur de la propriété includeBodyForAdvisory.
      Returns:
      possible object is Boolean
    • setIncludeBodyForAdvisory

      public void setIncludeBodyForAdvisory(Boolean value)
      Définit la valeur de la propriété includeBodyForAdvisory.
      Parameters:
      value - allowed object is Boolean
    • isLazyDispatch

      public Boolean isLazyDispatch()
      Obtient la valeur de la propriété lazyDispatch.
      Returns:
      possible object is Boolean
    • setLazyDispatch

      public void setLazyDispatch(Boolean value)
      Définit la valeur de la propriété lazyDispatch.
      Parameters:
      value - allowed object is Boolean
    • getMaxAuditDepth

      public BigInteger getMaxAuditDepth()
      Obtient la valeur de la propriété maxAuditDepth.
      Returns:
      possible object is BigInteger
    • setMaxAuditDepth

      public void setMaxAuditDepth(BigInteger value)
      Définit la valeur de la propriété maxAuditDepth.
      Parameters:
      value - allowed object is BigInteger
    • getMaxBrowsePageSize

      public BigInteger getMaxBrowsePageSize()
      Obtient la valeur de la propriété maxBrowsePageSize.
      Returns:
      possible object is BigInteger
    • setMaxBrowsePageSize

      public void setMaxBrowsePageSize(BigInteger value)
      Définit la valeur de la propriété maxBrowsePageSize.
      Parameters:
      value - allowed object is BigInteger
    • getMaxDestinations

      public BigInteger getMaxDestinations()
      Obtient la valeur de la propriété maxDestinations.
      Returns:
      possible object is BigInteger
    • setMaxDestinations

      public void setMaxDestinations(BigInteger value)
      Définit la valeur de la propriété maxDestinations.
      Parameters:
      value - allowed object is BigInteger
    • getMaxExpirePageSize

      public BigInteger getMaxExpirePageSize()
      Obtient la valeur de la propriété maxExpirePageSize.
      Returns:
      possible object is BigInteger
    • setMaxExpirePageSize

      public void setMaxExpirePageSize(BigInteger value)
      Définit la valeur de la propriété maxExpirePageSize.
      Parameters:
      value - allowed object is BigInteger
    • getMaxPageSize

      public BigInteger getMaxPageSize()
      Obtient la valeur de la propriété maxPageSize.
      Returns:
      possible object is BigInteger
    • setMaxPageSize

      public void setMaxPageSize(BigInteger value)
      Définit la valeur de la propriété maxPageSize.
      Parameters:
      value - allowed object is BigInteger
    • getMaxProducersToAudit

      public BigInteger getMaxProducersToAudit()
      Obtient la valeur de la propriété maxProducersToAudit.
      Returns:
      possible object is BigInteger
    • setMaxProducersToAudit

      public void setMaxProducersToAudit(BigInteger value)
      Définit la valeur de la propriété maxProducersToAudit.
      Parameters:
      value - allowed object is BigInteger
    • getMaxQueueAuditDepth

      public BigInteger getMaxQueueAuditDepth()
      Obtient la valeur de la propriété maxQueueAuditDepth.
      Returns:
      possible object is BigInteger
    • setMaxQueueAuditDepth

      public void setMaxQueueAuditDepth(BigInteger value)
      Définit la valeur de la propriété maxQueueAuditDepth.
      Parameters:
      value - allowed object is BigInteger
    • getMemoryLimit

      public String getMemoryLimit()
      Obtient la valeur de la propriété memoryLimit.
      Returns:
      possible object is String
    • setMemoryLimit

      public void setMemoryLimit(String value)
      Définit la valeur de la propriété memoryLimit.
      Parameters:
      value - allowed object is String
    • getMessageEvictionStrategy

      public String getMessageEvictionStrategy()
      Obtient la valeur de la propriété messageEvictionStrategy.
      Returns:
      possible object is String
    • setMessageEvictionStrategy

      public void setMessageEvictionStrategy(String value)
      Définit la valeur de la propriété messageEvictionStrategy.
      Parameters:
      value - allowed object is String
    • getMessageGroupMapFactory

      public String getMessageGroupMapFactory()
      Obtient la valeur de la propriété messageGroupMapFactory.
      Returns:
      possible object is String
    • setMessageGroupMapFactory

      public void setMessageGroupMapFactory(String value)
      Définit la valeur de la propriété messageGroupMapFactory.
      Parameters:
      value - allowed object is String
    • getMessageGroupMapFactoryType

      public String getMessageGroupMapFactoryType()
      Obtient la valeur de la propriété messageGroupMapFactoryType.
      Returns:
      possible object is String
    • setMessageGroupMapFactoryType

      public void setMessageGroupMapFactoryType(String value)
      Définit la valeur de la propriété messageGroupMapFactoryType.
      Parameters:
      value - allowed object is String
    • getMinimumMessageSize

      public Long getMinimumMessageSize()
      Obtient la valeur de la propriété minimumMessageSize.
      Returns:
      possible object is Long
    • setMinimumMessageSize

      public void setMinimumMessageSize(Long value)
      Définit la valeur de la propriété minimumMessageSize.
      Parameters:
      value - allowed object is Long
    • getNetworkBridgeFilterFactory

      public String getNetworkBridgeFilterFactory()
      Obtient la valeur de la propriété networkBridgeFilterFactory.
      Returns:
      possible object is String
    • setNetworkBridgeFilterFactory

      public void setNetworkBridgeFilterFactory(String value)
      Définit la valeur de la propriété networkBridgeFilterFactory.
      Parameters:
      value - allowed object is String
    • getOptimizeMessageStoreInFlightLimit

      public BigInteger getOptimizeMessageStoreInFlightLimit()
      Obtient la valeur de la propriété optimizeMessageStoreInFlightLimit.
      Returns:
      possible object is BigInteger
    • setOptimizeMessageStoreInFlightLimit

      public void setOptimizeMessageStoreInFlightLimit(BigInteger value)
      Définit la valeur de la propriété optimizeMessageStoreInFlightLimit.
      Parameters:
      value - allowed object is BigInteger
    • isOptimizedDispatch

      public Boolean isOptimizedDispatch()
      Obtient la valeur de la propriété optimizedDispatch.
      Returns:
      possible object is Boolean
    • setOptimizedDispatch

      public void setOptimizedDispatch(Boolean value)
      Définit la valeur de la propriété optimizedDispatch.
      Parameters:
      value - allowed object is Boolean
    • getPendingDurableSubscriberPolicy

      public String getPendingDurableSubscriberPolicy()
      Obtient la valeur de la propriété pendingDurableSubscriberPolicy.
      Returns:
      possible object is String
    • setPendingDurableSubscriberPolicy

      public void setPendingDurableSubscriberPolicy(String value)
      Définit la valeur de la propriété pendingDurableSubscriberPolicy.
      Parameters:
      value - allowed object is String
    • getPendingMessageLimitStrategy

      public String getPendingMessageLimitStrategy()
      Obtient la valeur de la propriété pendingMessageLimitStrategy.
      Returns:
      possible object is String
    • setPendingMessageLimitStrategy

      public void setPendingMessageLimitStrategy(String value)
      Définit la valeur de la propriété pendingMessageLimitStrategy.
      Parameters:
      value - allowed object is String
    • getPendingQueuePolicy

      public String getPendingQueuePolicy()
      Obtient la valeur de la propriété pendingQueuePolicy.
      Returns:
      possible object is String
    • setPendingQueuePolicy

      public void setPendingQueuePolicy(String value)
      Définit la valeur de la propriété pendingQueuePolicy.
      Parameters:
      value - allowed object is String
    • getPendingSubscriberPolicy

      public String getPendingSubscriberPolicy()
      Obtient la valeur de la propriété pendingSubscriberPolicy.
      Returns:
      possible object is String
    • setPendingSubscriberPolicy

      public void setPendingSubscriberPolicy(String value)
      Définit la valeur de la propriété pendingSubscriberPolicy.
      Parameters:
      value - allowed object is String
    • isPersistJMSRedelivered

      public Boolean isPersistJMSRedelivered()
      Obtient la valeur de la propriété persistJMSRedelivered.
      Returns:
      possible object is Boolean
    • setPersistJMSRedelivered

      public void setPersistJMSRedelivered(Boolean value)
      Définit la valeur de la propriété persistJMSRedelivered.
      Parameters:
      value - allowed object is Boolean
    • isPrioritizedMessages

      public Boolean isPrioritizedMessages()
      Obtient la valeur de la propriété prioritizedMessages.
      Returns:
      possible object is Boolean
    • setPrioritizedMessages

      public void setPrioritizedMessages(Boolean value)
      Définit la valeur de la propriété prioritizedMessages.
      Parameters:
      value - allowed object is Boolean
    • isProducerFlowControl

      public Boolean isProducerFlowControl()
      Obtient la valeur de la propriété producerFlowControl.
      Returns:
      possible object is Boolean
    • setProducerFlowControl

      public void setProducerFlowControl(Boolean value)
      Définit la valeur de la propriété producerFlowControl.
      Parameters:
      value - allowed object is Boolean
    • getQueue

      public String getQueue()
      Obtient la valeur de la propriété queue.
      Returns:
      possible object is String
    • setQueue

      public void setQueue(String value)
      Définit la valeur de la propriété queue.
      Parameters:
      value - allowed object is String
    • getQueueBrowserPrefetch

      public BigInteger getQueueBrowserPrefetch()
      Obtient la valeur de la propriété queueBrowserPrefetch.
      Returns:
      possible object is BigInteger
    • setQueueBrowserPrefetch

      public void setQueueBrowserPrefetch(BigInteger value)
      Définit la valeur de la propriété queueBrowserPrefetch.
      Parameters:
      value - allowed object is BigInteger
    • getQueuePrefetch

      public BigInteger getQueuePrefetch()
      Obtient la valeur de la propriété queuePrefetch.
      Returns:
      possible object is BigInteger
    • setQueuePrefetch

      public void setQueuePrefetch(BigInteger value)
      Définit la valeur de la propriété queuePrefetch.
      Parameters:
      value - allowed object is BigInteger
    • isReduceMemoryFootprint

      public Boolean isReduceMemoryFootprint()
      Obtient la valeur de la propriété reduceMemoryFootprint.
      Returns:
      possible object is Boolean
    • setReduceMemoryFootprint

      public void setReduceMemoryFootprint(Boolean value)
      Définit la valeur de la propriété reduceMemoryFootprint.
      Parameters:
      value - allowed object is Boolean
    • isSendAdvisoryIfNoConsumers

      public Boolean isSendAdvisoryIfNoConsumers()
      Obtient la valeur de la propriété sendAdvisoryIfNoConsumers.
      Returns:
      possible object is Boolean
    • setSendAdvisoryIfNoConsumers

      public void setSendAdvisoryIfNoConsumers(Boolean value)
      Définit la valeur de la propriété sendAdvisoryIfNoConsumers.
      Parameters:
      value - allowed object is Boolean
    • isSendDuplicateFromStoreToDLQ

      public Boolean isSendDuplicateFromStoreToDLQ()
      Obtient la valeur de la propriété sendDuplicateFromStoreToDLQ.
      Returns:
      possible object is Boolean
    • setSendDuplicateFromStoreToDLQ

      public void setSendDuplicateFromStoreToDLQ(Boolean value)
      Définit la valeur de la propriété sendDuplicateFromStoreToDLQ.
      Parameters:
      value - allowed object is Boolean
    • isSendFailIfNoSpace

      public Boolean isSendFailIfNoSpace()
      Obtient la valeur de la propriété sendFailIfNoSpace.
      Returns:
      possible object is Boolean
    • setSendFailIfNoSpace

      public void setSendFailIfNoSpace(Boolean value)
      Définit la valeur de la propriété sendFailIfNoSpace.
      Parameters:
      value - allowed object is Boolean
    • getSendFailIfNoSpaceAfterTimeout

      public Long getSendFailIfNoSpaceAfterTimeout()
      Obtient la valeur de la propriété sendFailIfNoSpaceAfterTimeout.
      Returns:
      possible object is Long
    • setSendFailIfNoSpaceAfterTimeout

      public void setSendFailIfNoSpaceAfterTimeout(Long value)
      Définit la valeur de la propriété sendFailIfNoSpaceAfterTimeout.
      Parameters:
      value - allowed object is Long
    • getSlowConsumerStrategy

      public String getSlowConsumerStrategy()
      Obtient la valeur de la propriété slowConsumerStrategy.
      Returns:
      possible object is String
    • setSlowConsumerStrategy

      public void setSlowConsumerStrategy(String value)
      Définit la valeur de la propriété slowConsumerStrategy.
      Parameters:
      value - allowed object is String
    • getStoreUsageHighWaterMark

      public BigInteger getStoreUsageHighWaterMark()
      Obtient la valeur de la propriété storeUsageHighWaterMark.
      Returns:
      possible object is BigInteger
    • setStoreUsageHighWaterMark

      public void setStoreUsageHighWaterMark(BigInteger value)
      Définit la valeur de la propriété storeUsageHighWaterMark.
      Parameters:
      value - allowed object is BigInteger
    • isStrictOrderDispatch

      public Boolean isStrictOrderDispatch()
      Obtient la valeur de la propriété strictOrderDispatch.
      Returns:
      possible object is Boolean
    • setStrictOrderDispatch

      public void setStrictOrderDispatch(Boolean value)
      Définit la valeur de la propriété strictOrderDispatch.
      Parameters:
      value - allowed object is Boolean
    • getSubscriptionRecoveryPolicy

      public String getSubscriptionRecoveryPolicy()
      Obtient la valeur de la propriété subscriptionRecoveryPolicy.
      Returns:
      possible object is String
    • setSubscriptionRecoveryPolicy

      public void setSubscriptionRecoveryPolicy(String value)
      Définit la valeur de la propriété subscriptionRecoveryPolicy.
      Parameters:
      value - allowed object is String
    • isTempQueue

      public Boolean isTempQueue()
      Obtient la valeur de la propriété tempQueue.
      Returns:
      possible object is Boolean
    • setTempQueue

      public void setTempQueue(Boolean value)
      Définit la valeur de la propriété tempQueue.
      Parameters:
      value - allowed object is Boolean
    • isTempTopic

      public Boolean isTempTopic()
      Obtient la valeur de la propriété tempTopic.
      Returns:
      possible object is Boolean
    • setTempTopic

      public void setTempTopic(Boolean value)
      Définit la valeur de la propriété tempTopic.
      Parameters:
      value - allowed object is Boolean
    • getTimeBeforeDispatchStarts

      public BigInteger getTimeBeforeDispatchStarts()
      Obtient la valeur de la propriété timeBeforeDispatchStarts.
      Returns:
      possible object is BigInteger
    • setTimeBeforeDispatchStarts

      public void setTimeBeforeDispatchStarts(BigInteger value)
      Définit la valeur de la propriété timeBeforeDispatchStarts.
      Parameters:
      value - allowed object is BigInteger
    • getTopic

      public String getTopic()
      Obtient la valeur de la propriété topic.
      Returns:
      possible object is String
    • setTopic

      public void setTopic(String value)
      Définit la valeur de la propriété topic.
      Parameters:
      value - allowed object is String
    • getTopicPrefetch

      public BigInteger getTopicPrefetch()
      Obtient la valeur de la propriété topicPrefetch.
      Returns:
      possible object is BigInteger
    • setTopicPrefetch

      public void setTopicPrefetch(BigInteger value)
      Définit la valeur de la propriété topicPrefetch.
      Parameters:
      value - allowed object is BigInteger
    • isUseCache

      public Boolean isUseCache()
      Obtient la valeur de la propriété useCache.
      Returns:
      possible object is Boolean
    • setUseCache

      public void setUseCache(Boolean value)
      Définit la valeur de la propriété useCache.
      Parameters:
      value - allowed object is Boolean
    • isUseConsumerPriority

      public Boolean isUseConsumerPriority()
      Obtient la valeur de la propriété useConsumerPriority.
      Returns:
      possible object is Boolean
    • setUseConsumerPriority

      public void setUseConsumerPriority(Boolean value)
      Définit la valeur de la propriété useConsumerPriority.
      Parameters:
      value - allowed object is Boolean
    • isUsePrefetchExtension

      public Boolean isUsePrefetchExtension()
      Obtient la valeur de la propriété usePrefetchExtension.
      Returns:
      possible object is Boolean
    • setUsePrefetchExtension

      public void setUsePrefetchExtension(Boolean value)
      Définit la valeur de la propriété usePrefetchExtension.
      Parameters:
      value - allowed object is Boolean
    • isUseTopicSubscriptionInflightStats

      public Boolean isUseTopicSubscriptionInflightStats()
      Obtient la valeur de la propriété useTopicSubscriptionInflightStats.
      Returns:
      possible object is Boolean
    • setUseTopicSubscriptionInflightStats

      public void setUseTopicSubscriptionInflightStats(Boolean value)
      Définit la valeur de la propriété useTopicSubscriptionInflightStats.
      Parameters:
      value - allowed object is Boolean
    • getId

      public String getId()
      Obtient la valeur de la propriété id.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Définit la valeur de la propriété id.
      Parameters:
      value - allowed object is String
    • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.jvnet.jaxb.lang.ToString
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb.lang.ToString
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)
      Specified by:
      equals in interface org.jvnet.jaxb.lang.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object