Class DtoSystemUsage

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

public class DtoSystemUsage 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="adapter" minOccurs="0">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <choice minOccurs="0">
                     <element ref="{http://activemq.apache.org/schema/core}jdbcPersistenceAdapter"/>
                     <element ref="{http://activemq.apache.org/schema/core}kahaDB"/>
                     <element ref="{http://activemq.apache.org/schema/core}mKahaDB"/>
                     <element ref="{http://activemq.apache.org/schema/core}memoryPersistenceAdapter"/>
                     <any namespace='##other'/>
                   </choice>
                 </restriction>
               </complexContent>
             </complexType>
           </element>
           <element name="executor" 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="jobSchedulerStore" 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="jobSchedulerUsage" minOccurs="0">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <choice minOccurs="0">
                     <element ref="{http://activemq.apache.org/schema/core}jobSchedulerUsage"/>
                     <any namespace='##other'/>
                   </choice>
                 </restriction>
               </complexContent>
             </complexType>
           </element>
           <element name="memoryUsage" minOccurs="0">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <choice minOccurs="0">
                     <element ref="{http://activemq.apache.org/schema/core}memoryUsage"/>
                     <any namespace='##other'/>
                   </choice>
                 </restriction>
               </complexContent>
             </complexType>
           </element>
           <element name="parent" minOccurs="0">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <choice minOccurs="0">
                     <element ref="{http://activemq.apache.org/schema/core}systemUsage"/>
                     <any namespace='##other'/>
                   </choice>
                 </restriction>
               </complexContent>
             </complexType>
           </element>
           <element name="storeUsage" minOccurs="0">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <choice minOccurs="0">
                     <element ref="{http://activemq.apache.org/schema/core}storeUsage"/>
                     <any namespace='##other'/>
                   </choice>
                 </restriction>
               </complexContent>
             </complexType>
           </element>
           <element name="tempStore" minOccurs="0">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <choice minOccurs="0">
                     <element ref="{http://activemq.apache.org/schema/core}pListStoreImpl"/>
                     <any namespace='##other'/>
                   </choice>
                 </restriction>
               </complexContent>
             </complexType>
           </element>
           <element name="tempUsage" minOccurs="0">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <choice minOccurs="0">
                     <element ref="{http://activemq.apache.org/schema/core}tempUsage"/>
                     <any namespace='##other'/>
                   </choice>
                 </restriction>
               </complexContent>
             </complexType>
           </element>
           <any namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
         </choice>
       </choice>
       <attribute name="adapter" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="checkLimitsLogLevel" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="executor" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="jobSchedulerStore" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="jobSchedulerUsage" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="memoryUsage" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="parent" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="sendFailIfNoSpace" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="sendFailIfNoSpaceAfterTimeout" type="{http://www.w3.org/2001/XMLSchema}long" />
       <attribute name="sendFailIfNoSpaceExplicitySet" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="storeUsage" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="tempStore" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="tempUsage" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • adapterOrExecutorOrJobSchedulerStore

      protected List<Object> adapterOrExecutorOrJobSchedulerStore
    • adapter

      protected String adapter
    • checkLimitsLogLevel

      protected String checkLimitsLogLevel
    • executor

      protected String executor
    • jobSchedulerStore

      protected String jobSchedulerStore
    • jobSchedulerUsage

      protected String jobSchedulerUsage
    • memoryUsage

      protected String memoryUsage
    • name

      protected String name
    • parent

      protected String parent
    • sendFailIfNoSpace

      protected Boolean sendFailIfNoSpace
    • sendFailIfNoSpaceAfterTimeout

      protected Long sendFailIfNoSpaceAfterTimeout
    • sendFailIfNoSpaceExplicitySet

      protected Boolean sendFailIfNoSpaceExplicitySet
    • storeUsage

      protected String storeUsage
    • tempStore

      protected String tempStore
    • tempUsage

      protected String tempUsage
    • id

      protected String id
  • Constructor Details

    • DtoSystemUsage

      public DtoSystemUsage()
  • Method Details

    • getAdapterOrExecutorOrJobSchedulerStore

      public List<Object> getAdapterOrExecutorOrJobSchedulerStore()
      Gets the value of the adapterOrExecutorOrJobSchedulerStore 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 adapterOrExecutorOrJobSchedulerStore property.

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

          getAdapterOrExecutorOrJobSchedulerStore().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<DtoSystemUsage.Adapter> JAXBElement<DtoSystemUsage.Executor> JAXBElement<DtoSystemUsage.JobSchedulerStore> JAXBElement<DtoSystemUsage.JobSchedulerUsage> JAXBElement<DtoSystemUsage.MemoryUsage> JAXBElement<DtoSystemUsage.Parent> JAXBElement<DtoSystemUsage.StoreUsage> JAXBElement<DtoSystemUsage.TempStore> JAXBElement<DtoSystemUsage.TempUsage> Object

    • getAdapter

      public String getAdapter()
      Obtient la valeur de la propriété adapter.
      Returns:
      possible object is String
    • setAdapter

      public void setAdapter(String value)
      Définit la valeur de la propriété adapter.
      Parameters:
      value - allowed object is String
    • getCheckLimitsLogLevel

      public String getCheckLimitsLogLevel()
      Obtient la valeur de la propriété checkLimitsLogLevel.
      Returns:
      possible object is String
    • setCheckLimitsLogLevel

      public void setCheckLimitsLogLevel(String value)
      Définit la valeur de la propriété checkLimitsLogLevel.
      Parameters:
      value - allowed object is String
    • getExecutor

      public String getExecutor()
      Obtient la valeur de la propriété executor.
      Returns:
      possible object is String
    • setExecutor

      public void setExecutor(String value)
      Définit la valeur de la propriété executor.
      Parameters:
      value - allowed object is String
    • getJobSchedulerStore

      public String getJobSchedulerStore()
      Obtient la valeur de la propriété jobSchedulerStore.
      Returns:
      possible object is String
    • setJobSchedulerStore

      public void setJobSchedulerStore(String value)
      Définit la valeur de la propriété jobSchedulerStore.
      Parameters:
      value - allowed object is String
    • getJobSchedulerUsage

      public String getJobSchedulerUsage()
      Obtient la valeur de la propriété jobSchedulerUsage.
      Returns:
      possible object is String
    • setJobSchedulerUsage

      public void setJobSchedulerUsage(String value)
      Définit la valeur de la propriété jobSchedulerUsage.
      Parameters:
      value - allowed object is String
    • getMemoryUsage

      public String getMemoryUsage()
      Obtient la valeur de la propriété memoryUsage.
      Returns:
      possible object is String
    • setMemoryUsage

      public void setMemoryUsage(String value)
      Définit la valeur de la propriété memoryUsage.
      Parameters:
      value - allowed object is String
    • getName

      public String getName()
      Obtient la valeur de la propriété name.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Définit la valeur de la propriété name.
      Parameters:
      value - allowed object is String
    • getParent

      public String getParent()
      Obtient la valeur de la propriété parent.
      Returns:
      possible object is String
    • setParent

      public void setParent(String value)
      Définit la valeur de la propriété parent.
      Parameters:
      value - allowed object is String
    • isSendFailIfNoSpace

      public Boolean isSendFailIfNoSpace()
      Obtient la valeur de la propriété sendFailIfNoSpace.
      Returns:
      possible object is Boolean
    • setSendFailIfNoSpace

      public void setSendFailIfNoSpace(Boolean value)
      Définit la valeur de la propriété sendFailIfNoSpace.
      Parameters:
      value - allowed object is Boolean
    • getSendFailIfNoSpaceAfterTimeout

      public Long getSendFailIfNoSpaceAfterTimeout()
      Obtient la valeur de la propriété sendFailIfNoSpaceAfterTimeout.
      Returns:
      possible object is Long
    • setSendFailIfNoSpaceAfterTimeout

      public void setSendFailIfNoSpaceAfterTimeout(Long value)
      Définit la valeur de la propriété sendFailIfNoSpaceAfterTimeout.
      Parameters:
      value - allowed object is Long
    • isSendFailIfNoSpaceExplicitySet

      public Boolean isSendFailIfNoSpaceExplicitySet()
      Obtient la valeur de la propriété sendFailIfNoSpaceExplicitySet.
      Returns:
      possible object is Boolean
    • setSendFailIfNoSpaceExplicitySet

      public void setSendFailIfNoSpaceExplicitySet(Boolean value)
      Définit la valeur de la propriété sendFailIfNoSpaceExplicitySet.
      Parameters:
      value - allowed object is Boolean
    • getStoreUsage

      public String getStoreUsage()
      Obtient la valeur de la propriété storeUsage.
      Returns:
      possible object is String
    • setStoreUsage

      public void setStoreUsage(String value)
      Définit la valeur de la propriété storeUsage.
      Parameters:
      value - allowed object is String
    • getTempStore

      public String getTempStore()
      Obtient la valeur de la propriété tempStore.
      Returns:
      possible object is String
    • setTempStore

      public void setTempStore(String value)
      Définit la valeur de la propriété tempStore.
      Parameters:
      value - allowed object is String
    • getTempUsage

      public String getTempUsage()
      Obtient la valeur de la propriété tempUsage.
      Returns:
      possible object is String
    • setTempUsage

      public void setTempUsage(String value)
      Définit la valeur de la propriété tempUsage.
      Parameters:
      value - allowed object is String
    • 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