public static class DtoPolicyEntry.MessageEvictionStrategy 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}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>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
any |
protected DtoOldestMessageEvictionStrategy |
oldestMessageEvictionStrategy |
protected DtoOldestMessageWithLowestPriorityEvictionStrategy |
oldestMessageWithLowestPriorityEvictionStrategy |
protected DtoUniquePropertyMessageEvictionStrategy |
uniquePropertyMessageEvictionStrategy |
| Constructor and Description |
|---|
DtoPolicyEntry.MessageEvictionStrategy() |
| 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.
|
DtoOldestMessageEvictionStrategy |
getOldestMessageEvictionStrategy()
Gets the value of the oldestMessageEvictionStrategy property.
|
DtoOldestMessageWithLowestPriorityEvictionStrategy |
getOldestMessageWithLowestPriorityEvictionStrategy()
Gets the value of the oldestMessageWithLowestPriorityEvictionStrategy property.
|
DtoUniquePropertyMessageEvictionStrategy |
getUniquePropertyMessageEvictionStrategy()
Gets the value of the uniquePropertyMessageEvictionStrategy 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 |
setOldestMessageEvictionStrategy(DtoOldestMessageEvictionStrategy value)
Sets the value of the oldestMessageEvictionStrategy property.
|
void |
setOldestMessageWithLowestPriorityEvictionStrategy(DtoOldestMessageWithLowestPriorityEvictionStrategy value)
Sets the value of the oldestMessageWithLowestPriorityEvictionStrategy property.
|
void |
setUniquePropertyMessageEvictionStrategy(DtoUniquePropertyMessageEvictionStrategy value)
Sets the value of the uniquePropertyMessageEvictionStrategy property.
|
String |
toString() |
protected DtoOldestMessageEvictionStrategy oldestMessageEvictionStrategy
protected DtoOldestMessageWithLowestPriorityEvictionStrategy oldestMessageWithLowestPriorityEvictionStrategy
protected DtoUniquePropertyMessageEvictionStrategy uniquePropertyMessageEvictionStrategy
protected Object any
public DtoPolicyEntry.MessageEvictionStrategy()
public DtoOldestMessageEvictionStrategy getOldestMessageEvictionStrategy()
DtoOldestMessageEvictionStrategypublic void setOldestMessageEvictionStrategy(DtoOldestMessageEvictionStrategy value)
value - allowed object is
DtoOldestMessageEvictionStrategypublic DtoOldestMessageWithLowestPriorityEvictionStrategy getOldestMessageWithLowestPriorityEvictionStrategy()
DtoOldestMessageWithLowestPriorityEvictionStrategypublic void setOldestMessageWithLowestPriorityEvictionStrategy(DtoOldestMessageWithLowestPriorityEvictionStrategy value)
value - allowed object is
DtoOldestMessageWithLowestPriorityEvictionStrategypublic DtoUniquePropertyMessageEvictionStrategy getUniquePropertyMessageEvictionStrategy()
DtoUniquePropertyMessageEvictionStrategypublic void setUniquePropertyMessageEvictionStrategy(DtoUniquePropertyMessageEvictionStrategy value)
value - allowed object is
DtoUniquePropertyMessageEvictionStrategypublic 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.