public class DtoTransportConnector 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 maxOccurs="unbounded" minOccurs="0"> <choice> <element name="brokerInfo" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence minOccurs="0"> <any maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="brokerService" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice minOccurs="0"> <element ref="{http://activemq.apache.org/schema/core}broker"/> <element ref="{http://activemq.apache.org/schema/core}brokerService"/> <any namespace='##other'/> </choice> </restriction> </complexContent> </complexType> </element> <element name="discoveryAgent" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence minOccurs="0"> <any maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="messageAuthorizationPolicy" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence minOccurs="0"> <any maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="publishedAddressPolicy" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice minOccurs="0"> <element ref="{http://activemq.apache.org/schema/core}publishedAddressPolicy"/> <any namespace='##other'/> </choice> </restriction> </complexContent> </complexType> </element> <element name="server" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence minOccurs="0"> <any maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="taskRunnerFactory" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice minOccurs="0"> <element ref="{http://activemq.apache.org/schema/core}taskRunnerFactory"/> <any namespace='##other'/> </choice> </restriction> </complexContent> </complexType> </element> <any namespace='##other' maxOccurs="unbounded" minOccurs="0"/> </choice> </choice> <attribute name="auditNetworkProducers" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="brokerInfo" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="brokerService" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="disableAsyncDispatch" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="discoveryAgent" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="discoveryUri" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="enableStatusMonitor" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="maximumConsumersAllowedPerConnection" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="maximumProducersAllowedPerConnection" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="messageAuthorizationPolicy" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="publishedAddressPolicy" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="rebalanceClusterClients" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="server" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="taskRunnerFactory" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="updateClusterClients" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="updateClusterClientsOnRemove" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="updateClusterFilter" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="uri" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="warnOnRemoteClose" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> <anyAttribute processContents='lax' namespace='##other'/> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
DtoTransportConnector.BrokerInfo
Java class for anonymous complex type.
|
static class |
DtoTransportConnector.BrokerService
Java class for anonymous complex type.
|
static class |
DtoTransportConnector.DiscoveryAgent
Java class for anonymous complex type.
|
static class |
DtoTransportConnector.MessageAuthorizationPolicy
Java class for anonymous complex type.
|
static class |
DtoTransportConnector.PublishedAddressPolicy
Java class for anonymous complex type.
|
static class |
DtoTransportConnector.Server
Java class for anonymous complex type.
|
static class |
DtoTransportConnector.TaskRunnerFactory
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Boolean |
auditNetworkProducers |
protected String |
brokerInfo |
protected List<Object> |
brokerInfoOrBrokerServiceOrDiscoveryAgent |
protected String |
brokerService |
protected Boolean |
disableAsyncDispatch |
protected String |
discoveryAgent |
protected String |
discoveryUri |
protected Boolean |
enableStatusMonitor |
protected String |
id |
protected BigInteger |
maximumConsumersAllowedPerConnection |
protected BigInteger |
maximumProducersAllowedPerConnection |
protected String |
messageAuthorizationPolicy |
protected String |
name |
protected String |
publishedAddressPolicy |
protected Boolean |
rebalanceClusterClients |
protected String |
server |
protected String |
taskRunnerFactory |
protected Boolean |
updateClusterClients |
protected Boolean |
updateClusterClientsOnRemove |
protected String |
updateClusterFilter |
protected String |
uri |
protected Boolean |
warnOnRemoteClose |
Constructor and Description |
---|
DtoTransportConnector() |
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) |
String |
getBrokerInfo()
Gets the value of the brokerInfo property.
|
List<Object> |
getBrokerInfoOrBrokerServiceOrDiscoveryAgent()
Gets the value of the brokerInfoOrBrokerServiceOrDiscoveryAgent property.
|
String |
getBrokerService()
Gets the value of the brokerService property.
|
String |
getDiscoveryAgent()
Gets the value of the discoveryAgent property.
|
String |
getDiscoveryUri()
Gets the value of the discoveryUri property.
|
String |
getId()
Gets the value of the id property.
|
BigInteger |
getMaximumConsumersAllowedPerConnection()
Gets the value of the maximumConsumersAllowedPerConnection property.
|
BigInteger |
getMaximumProducersAllowedPerConnection()
Gets the value of the maximumProducersAllowedPerConnection property.
|
String |
getMessageAuthorizationPolicy()
Gets the value of the messageAuthorizationPolicy property.
|
String |
getName()
Gets the value of the name property.
|
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
String |
getPublishedAddressPolicy()
Gets the value of the publishedAddressPolicy property.
|
String |
getServer()
Gets the value of the server property.
|
String |
getTaskRunnerFactory()
Gets the value of the taskRunnerFactory property.
|
String |
getUpdateClusterFilter()
Gets the value of the updateClusterFilter property.
|
String |
getUri()
Gets the value of the uri property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isAuditNetworkProducers()
Gets the value of the auditNetworkProducers property.
|
Boolean |
isDisableAsyncDispatch()
Gets the value of the disableAsyncDispatch property.
|
Boolean |
isEnableStatusMonitor()
Gets the value of the enableStatusMonitor property.
|
Boolean |
isRebalanceClusterClients()
Gets the value of the rebalanceClusterClients property.
|
Boolean |
isUpdateClusterClients()
Gets the value of the updateClusterClients property.
|
Boolean |
isUpdateClusterClientsOnRemove()
Gets the value of the updateClusterClientsOnRemove property.
|
Boolean |
isWarnOnRemoteClose()
Gets the value of the warnOnRemoteClose property.
|
void |
setAuditNetworkProducers(Boolean value)
Sets the value of the auditNetworkProducers property.
|
void |
setBrokerInfo(String value)
Sets the value of the brokerInfo property.
|
void |
setBrokerService(String value)
Sets the value of the brokerService property.
|
void |
setDisableAsyncDispatch(Boolean value)
Sets the value of the disableAsyncDispatch property.
|
void |
setDiscoveryAgent(String value)
Sets the value of the discoveryAgent property.
|
void |
setDiscoveryUri(String value)
Sets the value of the discoveryUri property.
|
void |
setEnableStatusMonitor(Boolean value)
Sets the value of the enableStatusMonitor property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMaximumConsumersAllowedPerConnection(BigInteger value)
Sets the value of the maximumConsumersAllowedPerConnection property.
|
void |
setMaximumProducersAllowedPerConnection(BigInteger value)
Sets the value of the maximumProducersAllowedPerConnection property.
|
void |
setMessageAuthorizationPolicy(String value)
Sets the value of the messageAuthorizationPolicy property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPublishedAddressPolicy(String value)
Sets the value of the publishedAddressPolicy property.
|
void |
setRebalanceClusterClients(Boolean value)
Sets the value of the rebalanceClusterClients property.
|
void |
setServer(String value)
Sets the value of the server property.
|
void |
setTaskRunnerFactory(String value)
Sets the value of the taskRunnerFactory property.
|
void |
setUpdateClusterClients(Boolean value)
Sets the value of the updateClusterClients property.
|
void |
setUpdateClusterClientsOnRemove(Boolean value)
Sets the value of the updateClusterClientsOnRemove property.
|
void |
setUpdateClusterFilter(String value)
Sets the value of the updateClusterFilter property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
void |
setWarnOnRemoteClose(Boolean value)
Sets the value of the warnOnRemoteClose property.
|
String |
toString() |
protected List<Object> brokerInfoOrBrokerServiceOrDiscoveryAgent
protected Boolean auditNetworkProducers
protected String brokerInfo
protected String brokerService
protected Boolean disableAsyncDispatch
protected String discoveryAgent
protected String discoveryUri
protected Boolean enableStatusMonitor
protected BigInteger maximumConsumersAllowedPerConnection
protected BigInteger maximumProducersAllowedPerConnection
protected String messageAuthorizationPolicy
protected String publishedAddressPolicy
protected Boolean rebalanceClusterClients
protected String taskRunnerFactory
protected Boolean updateClusterClients
protected Boolean updateClusterClientsOnRemove
protected String updateClusterFilter
protected Boolean warnOnRemoteClose
public DtoTransportConnector()
public List<Object> getBrokerInfoOrBrokerServiceOrDiscoveryAgent()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the brokerInfoOrBrokerServiceOrDiscoveryAgent property.
For example, to add a new item, do as follows:
getBrokerInfoOrBrokerServiceOrDiscoveryAgent().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
DtoTransportConnector.TaskRunnerFactory
>
JAXBElement
<
DtoTransportConnector.Server
>
JAXBElement
<
DtoTransportConnector.DiscoveryAgent
>
JAXBElement
<
DtoTransportConnector.BrokerService
>
JAXBElement
<
DtoTransportConnector.MessageAuthorizationPolicy
>
JAXBElement
<
DtoTransportConnector.PublishedAddressPolicy
>
Object
JAXBElement
<
DtoTransportConnector.BrokerInfo
>
public Boolean isAuditNetworkProducers()
Boolean
public void setAuditNetworkProducers(Boolean value)
value
- allowed object is
Boolean
public String getBrokerInfo()
String
public void setBrokerInfo(String value)
value
- allowed object is
String
public String getBrokerService()
String
public void setBrokerService(String value)
value
- allowed object is
String
public Boolean isDisableAsyncDispatch()
Boolean
public void setDisableAsyncDispatch(Boolean value)
value
- allowed object is
Boolean
public String getDiscoveryAgent()
String
public void setDiscoveryAgent(String value)
value
- allowed object is
String
public String getDiscoveryUri()
String
public void setDiscoveryUri(String value)
value
- allowed object is
String
public Boolean isEnableStatusMonitor()
Boolean
public void setEnableStatusMonitor(Boolean value)
value
- allowed object is
Boolean
public BigInteger getMaximumConsumersAllowedPerConnection()
BigInteger
public void setMaximumConsumersAllowedPerConnection(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getMaximumProducersAllowedPerConnection()
BigInteger
public void setMaximumProducersAllowedPerConnection(BigInteger value)
value
- allowed object is
BigInteger
public String getMessageAuthorizationPolicy()
String
public void setMessageAuthorizationPolicy(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getPublishedAddressPolicy()
String
public void setPublishedAddressPolicy(String value)
value
- allowed object is
String
public Boolean isRebalanceClusterClients()
Boolean
public void setRebalanceClusterClients(Boolean value)
value
- allowed object is
Boolean
public String getServer()
String
public void setServer(String value)
value
- allowed object is
String
public String getTaskRunnerFactory()
String
public void setTaskRunnerFactory(String value)
value
- allowed object is
String
public Boolean isUpdateClusterClients()
Boolean
public void setUpdateClusterClients(Boolean value)
value
- allowed object is
Boolean
public Boolean isUpdateClusterClientsOnRemove()
Boolean
public void setUpdateClusterClientsOnRemove(Boolean value)
value
- allowed object is
Boolean
public String getUpdateClusterFilter()
String
public void setUpdateClusterFilter(String value)
value
- allowed object is
String
public void setUri(String value)
value
- allowed object is
String
public Boolean isWarnOnRemoteClose()
Boolean
public void setWarnOnRemoteClose(Boolean value)
value
- allowed object is
Boolean
public void setId(String value)
value
- allowed object is
String
public Map<QName,String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
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–2020 FuseSource, Corp.. All rights reserved.