public static class DtoRetainedMessageSubscriptionRecoveryPolicy.Broker 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}destinationPathSeparatorPlugin"/> <element ref="{http://activemq.apache.org/schema/core}destinationsPlugin"/> <element ref="{http://activemq.apache.org/schema/core}forcePersistencyModeBroker"/> <element ref="{http://activemq.apache.org/schema/core}loggingBrokerPlugin"/> <element ref="{http://activemq.apache.org/schema/core}multicastTraceBrokerPlugin"/> <element ref="{http://activemq.apache.org/schema/core}redeliveryPlugin"/> <element ref="{http://activemq.apache.org/schema/core}timeStampingBrokerPlugin"/> <element ref="{http://activemq.apache.org/schema/core}traceBrokerPathPlugin"/> <element ref="{http://activemq.apache.org/schema/core}udpTraceBrokerPlugin"/> <any namespace='##other'/> </choice> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Object |
any |
protected DtoDestinationPathSeparatorPlugin |
destinationPathSeparatorPlugin |
protected DtoDestinationsPlugin |
destinationsPlugin |
protected DtoForcePersistencyModeBroker |
forcePersistencyModeBroker |
protected DtoLoggingBrokerPlugin |
loggingBrokerPlugin |
protected DtoMulticastTraceBrokerPlugin |
multicastTraceBrokerPlugin |
protected DtoRedeliveryPlugin |
redeliveryPlugin |
protected DtoTimeStampingBrokerPlugin |
timeStampingBrokerPlugin |
protected DtoTraceBrokerPathPlugin |
traceBrokerPathPlugin |
protected DtoUdpTraceBrokerPlugin |
udpTraceBrokerPlugin |
Constructor and Description |
---|
DtoRetainedMessageSubscriptionRecoveryPolicy.Broker() |
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.
|
DtoDestinationPathSeparatorPlugin |
getDestinationPathSeparatorPlugin()
Gets the value of the destinationPathSeparatorPlugin property.
|
DtoDestinationsPlugin |
getDestinationsPlugin()
Gets the value of the destinationsPlugin property.
|
DtoForcePersistencyModeBroker |
getForcePersistencyModeBroker()
Gets the value of the forcePersistencyModeBroker property.
|
DtoLoggingBrokerPlugin |
getLoggingBrokerPlugin()
Gets the value of the loggingBrokerPlugin property.
|
DtoMulticastTraceBrokerPlugin |
getMulticastTraceBrokerPlugin()
Gets the value of the multicastTraceBrokerPlugin property.
|
DtoRedeliveryPlugin |
getRedeliveryPlugin()
Gets the value of the redeliveryPlugin property.
|
DtoTimeStampingBrokerPlugin |
getTimeStampingBrokerPlugin()
Gets the value of the timeStampingBrokerPlugin property.
|
DtoTraceBrokerPathPlugin |
getTraceBrokerPathPlugin()
Gets the value of the traceBrokerPathPlugin property.
|
DtoUdpTraceBrokerPlugin |
getUdpTraceBrokerPlugin()
Gets the value of the udpTraceBrokerPlugin 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 |
setDestinationPathSeparatorPlugin(DtoDestinationPathSeparatorPlugin value)
Sets the value of the destinationPathSeparatorPlugin property.
|
void |
setDestinationsPlugin(DtoDestinationsPlugin value)
Sets the value of the destinationsPlugin property.
|
void |
setForcePersistencyModeBroker(DtoForcePersistencyModeBroker value)
Sets the value of the forcePersistencyModeBroker property.
|
void |
setLoggingBrokerPlugin(DtoLoggingBrokerPlugin value)
Sets the value of the loggingBrokerPlugin property.
|
void |
setMulticastTraceBrokerPlugin(DtoMulticastTraceBrokerPlugin value)
Sets the value of the multicastTraceBrokerPlugin property.
|
void |
setRedeliveryPlugin(DtoRedeliveryPlugin value)
Sets the value of the redeliveryPlugin property.
|
void |
setTimeStampingBrokerPlugin(DtoTimeStampingBrokerPlugin value)
Sets the value of the timeStampingBrokerPlugin property.
|
void |
setTraceBrokerPathPlugin(DtoTraceBrokerPathPlugin value)
Sets the value of the traceBrokerPathPlugin property.
|
void |
setUdpTraceBrokerPlugin(DtoUdpTraceBrokerPlugin value)
Sets the value of the udpTraceBrokerPlugin property.
|
String |
toString() |
protected DtoDestinationPathSeparatorPlugin destinationPathSeparatorPlugin
protected DtoDestinationsPlugin destinationsPlugin
protected DtoForcePersistencyModeBroker forcePersistencyModeBroker
protected DtoLoggingBrokerPlugin loggingBrokerPlugin
protected DtoMulticastTraceBrokerPlugin multicastTraceBrokerPlugin
protected DtoRedeliveryPlugin redeliveryPlugin
protected DtoTimeStampingBrokerPlugin timeStampingBrokerPlugin
protected DtoTraceBrokerPathPlugin traceBrokerPathPlugin
protected DtoUdpTraceBrokerPlugin udpTraceBrokerPlugin
public DtoRetainedMessageSubscriptionRecoveryPolicy.Broker()
public DtoDestinationPathSeparatorPlugin getDestinationPathSeparatorPlugin()
DtoDestinationPathSeparatorPlugin
public void setDestinationPathSeparatorPlugin(DtoDestinationPathSeparatorPlugin value)
value
- allowed object is
DtoDestinationPathSeparatorPlugin
public DtoDestinationsPlugin getDestinationsPlugin()
DtoDestinationsPlugin
public void setDestinationsPlugin(DtoDestinationsPlugin value)
value
- allowed object is
DtoDestinationsPlugin
public DtoForcePersistencyModeBroker getForcePersistencyModeBroker()
DtoForcePersistencyModeBroker
public void setForcePersistencyModeBroker(DtoForcePersistencyModeBroker value)
value
- allowed object is
DtoForcePersistencyModeBroker
public DtoLoggingBrokerPlugin getLoggingBrokerPlugin()
DtoLoggingBrokerPlugin
public void setLoggingBrokerPlugin(DtoLoggingBrokerPlugin value)
value
- allowed object is
DtoLoggingBrokerPlugin
public DtoMulticastTraceBrokerPlugin getMulticastTraceBrokerPlugin()
DtoMulticastTraceBrokerPlugin
public void setMulticastTraceBrokerPlugin(DtoMulticastTraceBrokerPlugin value)
value
- allowed object is
DtoMulticastTraceBrokerPlugin
public DtoRedeliveryPlugin getRedeliveryPlugin()
DtoRedeliveryPlugin
public void setRedeliveryPlugin(DtoRedeliveryPlugin value)
value
- allowed object is
DtoRedeliveryPlugin
public DtoTimeStampingBrokerPlugin getTimeStampingBrokerPlugin()
DtoTimeStampingBrokerPlugin
public void setTimeStampingBrokerPlugin(DtoTimeStampingBrokerPlugin value)
value
- allowed object is
DtoTimeStampingBrokerPlugin
public DtoTraceBrokerPathPlugin getTraceBrokerPathPlugin()
DtoTraceBrokerPathPlugin
public void setTraceBrokerPathPlugin(DtoTraceBrokerPathPlugin value)
value
- allowed object is
DtoTraceBrokerPathPlugin
public DtoUdpTraceBrokerPlugin getUdpTraceBrokerPlugin()
DtoUdpTraceBrokerPlugin
public void setUdpTraceBrokerPlugin(DtoUdpTraceBrokerPlugin value)
value
- allowed object is
DtoUdpTraceBrokerPlugin
public void setAny(Object value)
value
- allowed object is
Object
public 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.ToString
public 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.ToString
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
public 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.Equals
Copyright © 2005–2017 FuseSource, Corp.. All rights reserved.