Class DtoManagementContext

java.lang.Object
org.apache.activemq.schema.core.DtoManagementContext
All Implemented Interfaces:
org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

public class DtoManagementContext extends Object implements org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

Classe Java pour anonymous complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded" minOccurs="0">
         <choice>
           <element name="MBeanServer" 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="environment" maxOccurs="unbounded" minOccurs="0">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <sequence maxOccurs="unbounded" minOccurs="0">
                     <any maxOccurs="unbounded" minOccurs="0"/>
                   </sequence>
                 </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>
           <any namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
         </choice>
       </choice>
       <attribute name="MBeanServer" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="allowRemoteAddressInMBeanNames" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="brokerName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="connectorHost" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="connectorPath" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="connectorPort" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="createConnector" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="createMBeanServer" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="environment" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="findTigerMbeanServer" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="jmxDomainName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="rmiServerPort" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="server" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="suppressMBean" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="useMBeanServer" 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>
 
  • Field Details

    • mBeanServerOrEnvironmentOrServer

      protected List<Object> mBeanServerOrEnvironmentOrServer
    • mBeanServer

      protected String mBeanServer
    • allowRemoteAddressInMBeanNames

      protected Boolean allowRemoteAddressInMBeanNames
    • brokerName

      protected String brokerName
    • connectorHost

      protected String connectorHost
    • connectorPath

      protected String connectorPath
    • connectorPort

      protected String connectorPort
    • createConnector

      protected String createConnector
    • createMBeanServer

      protected Boolean createMBeanServer
    • environment

      protected String environment
    • findTigerMbeanServer

      protected Boolean findTigerMbeanServer
    • jmxDomainName

      protected String jmxDomainName
    • rmiServerPort

      protected String rmiServerPort
    • server

      protected String server
    • suppressMBean

      protected String suppressMBean
    • useMBeanServer

      protected Boolean useMBeanServer
    • id

      protected String id
  • Constructor Details

    • DtoManagementContext

      public DtoManagementContext()
  • Method Details

    • getMBeanServerOrEnvironmentOrServer

      public List<Object> getMBeanServerOrEnvironmentOrServer()
      Gets the value of the mBeanServerOrEnvironmentOrServer property.

      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 Jakarta XML Binding object. This is why there is not a set method for the mBeanServerOrEnvironmentOrServer property.

      For example, to add a new item, do as follows:

          getMBeanServerOrEnvironmentOrServer().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<DtoManagementContext.Environment> JAXBElement<DtoManagementContext.MBeanServer> JAXBElement<DtoManagementContext.Server> Object

    • getMBeanServer

      public String getMBeanServer()
      Obtient la valeur de la propriété mBeanServer.
      Returns:
      possible object is String
    • setMBeanServer

      public void setMBeanServer(String value)
      Définit la valeur de la propriété mBeanServer.
      Parameters:
      value - allowed object is String
    • isAllowRemoteAddressInMBeanNames

      public Boolean isAllowRemoteAddressInMBeanNames()
      Obtient la valeur de la propriété allowRemoteAddressInMBeanNames.
      Returns:
      possible object is Boolean
    • setAllowRemoteAddressInMBeanNames

      public void setAllowRemoteAddressInMBeanNames(Boolean value)
      Définit la valeur de la propriété allowRemoteAddressInMBeanNames.
      Parameters:
      value - allowed object is Boolean
    • getBrokerName

      public String getBrokerName()
      Obtient la valeur de la propriété brokerName.
      Returns:
      possible object is String
    • setBrokerName

      public void setBrokerName(String value)
      Définit la valeur de la propriété brokerName.
      Parameters:
      value - allowed object is String
    • getConnectorHost

      public String getConnectorHost()
      Obtient la valeur de la propriété connectorHost.
      Returns:
      possible object is String
    • setConnectorHost

      public void setConnectorHost(String value)
      Définit la valeur de la propriété connectorHost.
      Parameters:
      value - allowed object is String
    • getConnectorPath

      public String getConnectorPath()
      Obtient la valeur de la propriété connectorPath.
      Returns:
      possible object is String
    • setConnectorPath

      public void setConnectorPath(String value)
      Définit la valeur de la propriété connectorPath.
      Parameters:
      value - allowed object is String
    • getConnectorPort

      public String getConnectorPort()
      Obtient la valeur de la propriété connectorPort.
      Returns:
      possible object is String
    • setConnectorPort

      public void setConnectorPort(String value)
      Définit la valeur de la propriété connectorPort.
      Parameters:
      value - allowed object is String
    • getCreateConnector

      public String getCreateConnector()
      Obtient la valeur de la propriété createConnector.
      Returns:
      possible object is String
    • setCreateConnector

      public void setCreateConnector(String value)
      Définit la valeur de la propriété createConnector.
      Parameters:
      value - allowed object is String
    • isCreateMBeanServer

      public Boolean isCreateMBeanServer()
      Obtient la valeur de la propriété createMBeanServer.
      Returns:
      possible object is Boolean
    • setCreateMBeanServer

      public void setCreateMBeanServer(Boolean value)
      Définit la valeur de la propriété createMBeanServer.
      Parameters:
      value - allowed object is Boolean
    • getEnvironment

      public String getEnvironment()
      Obtient la valeur de la propriété environment.
      Returns:
      possible object is String
    • setEnvironment

      public void setEnvironment(String value)
      Définit la valeur de la propriété environment.
      Parameters:
      value - allowed object is String
    • isFindTigerMbeanServer

      public Boolean isFindTigerMbeanServer()
      Obtient la valeur de la propriété findTigerMbeanServer.
      Returns:
      possible object is Boolean
    • setFindTigerMbeanServer

      public void setFindTigerMbeanServer(Boolean value)
      Définit la valeur de la propriété findTigerMbeanServer.
      Parameters:
      value - allowed object is Boolean
    • getJmxDomainName

      public String getJmxDomainName()
      Obtient la valeur de la propriété jmxDomainName.
      Returns:
      possible object is String
    • setJmxDomainName

      public void setJmxDomainName(String value)
      Définit la valeur de la propriété jmxDomainName.
      Parameters:
      value - allowed object is String
    • getRmiServerPort

      public String getRmiServerPort()
      Obtient la valeur de la propriété rmiServerPort.
      Returns:
      possible object is String
    • setRmiServerPort

      public void setRmiServerPort(String value)
      Définit la valeur de la propriété rmiServerPort.
      Parameters:
      value - allowed object is String
    • getServer

      public String getServer()
      Obtient la valeur de la propriété server.
      Returns:
      possible object is String
    • setServer

      public void setServer(String value)
      Définit la valeur de la propriété server.
      Parameters:
      value - allowed object is String
    • getSuppressMBean

      public String getSuppressMBean()
      Obtient la valeur de la propriété suppressMBean.
      Returns:
      possible object is String
    • setSuppressMBean

      public void setSuppressMBean(String value)
      Définit la valeur de la propriété suppressMBean.
      Parameters:
      value - allowed object is String
    • isUseMBeanServer

      public Boolean isUseMBeanServer()
      Obtient la valeur de la propriété useMBeanServer.
      Returns:
      possible object is Boolean
    • setUseMBeanServer

      public void setUseMBeanServer(Boolean value)
      Définit la valeur de la propriété useMBeanServer.
      Parameters:
      value - allowed object is Boolean
    • getId

      public String getId()
      Obtient la valeur de la propriété id.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Définit la valeur de la propriété id.
      Parameters:
      value - allowed object is String
    • getOtherAttributes

      public Map<QName,String> getOtherAttributes()
      Gets a map that contains attributes that aren't bound to any typed property on this class.

      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.

      Returns:
      always non-null
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.jvnet.jaxb.lang.ToString
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb.lang.ToString
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)
      Specified by:
      equals in interface org.jvnet.jaxb.lang.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object