public static class DtoPolicyEntry.SubscriptionRecoveryPolicy extends 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 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>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
any |
protected DtoFixedCountSubscriptionRecoveryPolicy |
fixedCountSubscriptionRecoveryPolicy |
protected DtoFixedSizedSubscriptionRecoveryPolicy |
fixedSizedSubscriptionRecoveryPolicy |
protected DtoLastImageSubscriptionRecoveryPolicy |
lastImageSubscriptionRecoveryPolicy |
protected DtoNoSubscriptionRecoveryPolicy |
noSubscriptionRecoveryPolicy |
protected DtoQueryBasedSubscriptionRecoveryPolicy |
queryBasedSubscriptionRecoveryPolicy |
protected DtoRetainedMessageSubscriptionRecoveryPolicy |
retainedMessageSubscriptionRecoveryPolicy |
protected DtoTimedSubscriptionRecoveryPolicy |
timedSubscriptionRecoveryPolicy |
| Constructor and Description |
|---|
DtoPolicyEntry.SubscriptionRecoveryPolicy() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
Object |
getAny()
Gets the value of the any property.
|
DtoFixedCountSubscriptionRecoveryPolicy |
getFixedCountSubscriptionRecoveryPolicy()
Gets the value of the fixedCountSubscriptionRecoveryPolicy property.
|
DtoFixedSizedSubscriptionRecoveryPolicy |
getFixedSizedSubscriptionRecoveryPolicy()
Gets the value of the fixedSizedSubscriptionRecoveryPolicy property.
|
DtoLastImageSubscriptionRecoveryPolicy |
getLastImageSubscriptionRecoveryPolicy()
Gets the value of the lastImageSubscriptionRecoveryPolicy property.
|
DtoNoSubscriptionRecoveryPolicy |
getNoSubscriptionRecoveryPolicy()
Gets the value of the noSubscriptionRecoveryPolicy property.
|
DtoQueryBasedSubscriptionRecoveryPolicy |
getQueryBasedSubscriptionRecoveryPolicy()
Gets the value of the queryBasedSubscriptionRecoveryPolicy property.
|
DtoRetainedMessageSubscriptionRecoveryPolicy |
getRetainedMessageSubscriptionRecoveryPolicy()
Gets the value of the retainedMessageSubscriptionRecoveryPolicy property.
|
DtoTimedSubscriptionRecoveryPolicy |
getTimedSubscriptionRecoveryPolicy()
Gets the value of the timedSubscriptionRecoveryPolicy property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAny(Object value)
Sets the value of the any property.
|
void |
setFixedCountSubscriptionRecoveryPolicy(DtoFixedCountSubscriptionRecoveryPolicy value)
Sets the value of the fixedCountSubscriptionRecoveryPolicy property.
|
void |
setFixedSizedSubscriptionRecoveryPolicy(DtoFixedSizedSubscriptionRecoveryPolicy value)
Sets the value of the fixedSizedSubscriptionRecoveryPolicy property.
|
void |
setLastImageSubscriptionRecoveryPolicy(DtoLastImageSubscriptionRecoveryPolicy value)
Sets the value of the lastImageSubscriptionRecoveryPolicy property.
|
void |
setNoSubscriptionRecoveryPolicy(DtoNoSubscriptionRecoveryPolicy value)
Sets the value of the noSubscriptionRecoveryPolicy property.
|
void |
setQueryBasedSubscriptionRecoveryPolicy(DtoQueryBasedSubscriptionRecoveryPolicy value)
Sets the value of the queryBasedSubscriptionRecoveryPolicy property.
|
void |
setRetainedMessageSubscriptionRecoveryPolicy(DtoRetainedMessageSubscriptionRecoveryPolicy value)
Sets the value of the retainedMessageSubscriptionRecoveryPolicy property.
|
void |
setTimedSubscriptionRecoveryPolicy(DtoTimedSubscriptionRecoveryPolicy value)
Sets the value of the timedSubscriptionRecoveryPolicy property.
|
String |
toString() |
protected DtoFixedCountSubscriptionRecoveryPolicy fixedCountSubscriptionRecoveryPolicy
protected DtoFixedSizedSubscriptionRecoveryPolicy fixedSizedSubscriptionRecoveryPolicy
protected DtoLastImageSubscriptionRecoveryPolicy lastImageSubscriptionRecoveryPolicy
protected DtoNoSubscriptionRecoveryPolicy noSubscriptionRecoveryPolicy
protected DtoQueryBasedSubscriptionRecoveryPolicy queryBasedSubscriptionRecoveryPolicy
protected DtoRetainedMessageSubscriptionRecoveryPolicy retainedMessageSubscriptionRecoveryPolicy
protected DtoTimedSubscriptionRecoveryPolicy timedSubscriptionRecoveryPolicy
protected Object any
public DtoPolicyEntry.SubscriptionRecoveryPolicy()
public DtoFixedCountSubscriptionRecoveryPolicy getFixedCountSubscriptionRecoveryPolicy()
DtoFixedCountSubscriptionRecoveryPolicypublic void setFixedCountSubscriptionRecoveryPolicy(DtoFixedCountSubscriptionRecoveryPolicy value)
value - allowed object is
DtoFixedCountSubscriptionRecoveryPolicypublic DtoFixedSizedSubscriptionRecoveryPolicy getFixedSizedSubscriptionRecoveryPolicy()
DtoFixedSizedSubscriptionRecoveryPolicypublic void setFixedSizedSubscriptionRecoveryPolicy(DtoFixedSizedSubscriptionRecoveryPolicy value)
value - allowed object is
DtoFixedSizedSubscriptionRecoveryPolicypublic DtoLastImageSubscriptionRecoveryPolicy getLastImageSubscriptionRecoveryPolicy()
DtoLastImageSubscriptionRecoveryPolicypublic void setLastImageSubscriptionRecoveryPolicy(DtoLastImageSubscriptionRecoveryPolicy value)
value - allowed object is
DtoLastImageSubscriptionRecoveryPolicypublic DtoNoSubscriptionRecoveryPolicy getNoSubscriptionRecoveryPolicy()
DtoNoSubscriptionRecoveryPolicypublic void setNoSubscriptionRecoveryPolicy(DtoNoSubscriptionRecoveryPolicy value)
value - allowed object is
DtoNoSubscriptionRecoveryPolicypublic DtoQueryBasedSubscriptionRecoveryPolicy getQueryBasedSubscriptionRecoveryPolicy()
DtoQueryBasedSubscriptionRecoveryPolicypublic void setQueryBasedSubscriptionRecoveryPolicy(DtoQueryBasedSubscriptionRecoveryPolicy value)
value - allowed object is
DtoQueryBasedSubscriptionRecoveryPolicypublic DtoRetainedMessageSubscriptionRecoveryPolicy getRetainedMessageSubscriptionRecoveryPolicy()
DtoRetainedMessageSubscriptionRecoveryPolicypublic void setRetainedMessageSubscriptionRecoveryPolicy(DtoRetainedMessageSubscriptionRecoveryPolicy value)
value - allowed object is
DtoRetainedMessageSubscriptionRecoveryPolicypublic DtoTimedSubscriptionRecoveryPolicy getTimedSubscriptionRecoveryPolicy()
DtoTimedSubscriptionRecoveryPolicypublic void setTimedSubscriptionRecoveryPolicy(DtoTimedSubscriptionRecoveryPolicy value)
value - allowed object is
DtoTimedSubscriptionRecoveryPolicypublic void setAny(Object value)
value - allowed object is
Objectpublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, 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 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.EqualsCopyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.