Class DtoPolicyEntry.SubscriptionRecoveryPolicy

  • All Implemented Interfaces:
    org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    Enclosing class:
    DtoPolicyEntry

    public static class DtoPolicyEntry.SubscriptionRecoveryPolicy
    extends Object
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice 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>