Package org.apache.activemq.schema.core
Class DtoFixedCountSubscriptionRecoveryPolicy.Broker
- java.lang.Object
-
- org.apache.activemq.schema.core.DtoFixedCountSubscriptionRecoveryPolicy.Broker
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
,org.jvnet.jaxb2_commons.lang.ToString2
- Enclosing class:
- DtoFixedCountSubscriptionRecoveryPolicy
public static class DtoFixedCountSubscriptionRecoveryPolicy.Broker 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}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>
-
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description Broker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilder
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
StringBuilder
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 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.EqualsStrategy2 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.HashCodeStrategy2 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()
-
-
-
Field Detail
-
destinationPathSeparatorPlugin
protected DtoDestinationPathSeparatorPlugin destinationPathSeparatorPlugin
-
destinationsPlugin
protected DtoDestinationsPlugin destinationsPlugin
-
forcePersistencyModeBroker
protected DtoForcePersistencyModeBroker forcePersistencyModeBroker
-
loggingBrokerPlugin
protected DtoLoggingBrokerPlugin loggingBrokerPlugin
-
multicastTraceBrokerPlugin
protected DtoMulticastTraceBrokerPlugin multicastTraceBrokerPlugin
-
redeliveryPlugin
protected DtoRedeliveryPlugin redeliveryPlugin
-
timeStampingBrokerPlugin
protected DtoTimeStampingBrokerPlugin timeStampingBrokerPlugin
-
traceBrokerPathPlugin
protected DtoTraceBrokerPathPlugin traceBrokerPathPlugin
-
udpTraceBrokerPlugin
protected DtoUdpTraceBrokerPlugin udpTraceBrokerPlugin
-
any
protected Object any
-
-
Method Detail
-
getDestinationPathSeparatorPlugin
public DtoDestinationPathSeparatorPlugin getDestinationPathSeparatorPlugin()
Gets the value of the destinationPathSeparatorPlugin property.- Returns:
- possible object is
DtoDestinationPathSeparatorPlugin
-
setDestinationPathSeparatorPlugin
public void setDestinationPathSeparatorPlugin(DtoDestinationPathSeparatorPlugin value)
Sets the value of the destinationPathSeparatorPlugin property.- Parameters:
value
- allowed object isDtoDestinationPathSeparatorPlugin
-
getDestinationsPlugin
public DtoDestinationsPlugin getDestinationsPlugin()
Gets the value of the destinationsPlugin property.- Returns:
- possible object is
DtoDestinationsPlugin
-
setDestinationsPlugin
public void setDestinationsPlugin(DtoDestinationsPlugin value)
Sets the value of the destinationsPlugin property.- Parameters:
value
- allowed object isDtoDestinationsPlugin
-
getForcePersistencyModeBroker
public DtoForcePersistencyModeBroker getForcePersistencyModeBroker()
Gets the value of the forcePersistencyModeBroker property.- Returns:
- possible object is
DtoForcePersistencyModeBroker
-
setForcePersistencyModeBroker
public void setForcePersistencyModeBroker(DtoForcePersistencyModeBroker value)
Sets the value of the forcePersistencyModeBroker property.- Parameters:
value
- allowed object isDtoForcePersistencyModeBroker
-
getLoggingBrokerPlugin
public DtoLoggingBrokerPlugin getLoggingBrokerPlugin()
Gets the value of the loggingBrokerPlugin property.- Returns:
- possible object is
DtoLoggingBrokerPlugin
-
setLoggingBrokerPlugin
public void setLoggingBrokerPlugin(DtoLoggingBrokerPlugin value)
Sets the value of the loggingBrokerPlugin property.- Parameters:
value
- allowed object isDtoLoggingBrokerPlugin
-
getMulticastTraceBrokerPlugin
public DtoMulticastTraceBrokerPlugin getMulticastTraceBrokerPlugin()
Gets the value of the multicastTraceBrokerPlugin property.- Returns:
- possible object is
DtoMulticastTraceBrokerPlugin
-
setMulticastTraceBrokerPlugin
public void setMulticastTraceBrokerPlugin(DtoMulticastTraceBrokerPlugin value)
Sets the value of the multicastTraceBrokerPlugin property.- Parameters:
value
- allowed object isDtoMulticastTraceBrokerPlugin
-
getRedeliveryPlugin
public DtoRedeliveryPlugin getRedeliveryPlugin()
Gets the value of the redeliveryPlugin property.- Returns:
- possible object is
DtoRedeliveryPlugin
-
setRedeliveryPlugin
public void setRedeliveryPlugin(DtoRedeliveryPlugin value)
Sets the value of the redeliveryPlugin property.- Parameters:
value
- allowed object isDtoRedeliveryPlugin
-
getTimeStampingBrokerPlugin
public DtoTimeStampingBrokerPlugin getTimeStampingBrokerPlugin()
Gets the value of the timeStampingBrokerPlugin property.- Returns:
- possible object is
DtoTimeStampingBrokerPlugin
-
setTimeStampingBrokerPlugin
public void setTimeStampingBrokerPlugin(DtoTimeStampingBrokerPlugin value)
Sets the value of the timeStampingBrokerPlugin property.- Parameters:
value
- allowed object isDtoTimeStampingBrokerPlugin
-
getTraceBrokerPathPlugin
public DtoTraceBrokerPathPlugin getTraceBrokerPathPlugin()
Gets the value of the traceBrokerPathPlugin property.- Returns:
- possible object is
DtoTraceBrokerPathPlugin
-
setTraceBrokerPathPlugin
public void setTraceBrokerPathPlugin(DtoTraceBrokerPathPlugin value)
Sets the value of the traceBrokerPathPlugin property.- Parameters:
value
- allowed object isDtoTraceBrokerPathPlugin
-
getUdpTraceBrokerPlugin
public DtoUdpTraceBrokerPlugin getUdpTraceBrokerPlugin()
Gets the value of the udpTraceBrokerPlugin property.- Returns:
- possible object is
DtoUdpTraceBrokerPlugin
-
setUdpTraceBrokerPlugin
public void setUdpTraceBrokerPlugin(DtoUdpTraceBrokerPlugin value)
Sets the value of the udpTraceBrokerPlugin property.- Parameters:
value
- allowed object isDtoUdpTraceBrokerPlugin
-
getAny
public Object getAny()
Gets the value of the any property.- Returns:
- possible object is
Object
-
setAny
public void setAny(Object value)
Sets the value of the any property.- Parameters:
value
- allowed object isObject
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
append
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFields
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
-