Class DtoTempUsage

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

public class DtoTempUsage 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="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="limiter" minOccurs="0">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <choice minOccurs="0">
                     <element ref="{http://activemq.apache.org/schema/core}defaultUsageCapacity"/>
                     <element ref="{http://activemq.apache.org/schema/core}usageCapacity"/>
                     <any namespace='##other'/>
                   </choice>
                 </restriction>
               </complexContent>
             </complexType>
           </element>
           <element name="parent" 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="store" 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>
           <any namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
         </choice>
       </choice>
       <attribute name="executor" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="limit" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="limiter" 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="percentLimit" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="percentUsage" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="percentUsageMinDelta" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="pollingTime" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="store" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="total" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="usagePortion" type="{http://www.w3.org/2001/XMLSchema}float" />
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • executorOrLimiterOrParent

      protected List<Object> executorOrLimiterOrParent
    • executor

      protected String executor
    • limit

      protected String limit
    • limiter

      protected String limiter
    • name

      protected String name
    • parent

      protected String parent
    • percentLimit

      protected BigInteger percentLimit
    • percentUsage

      protected BigInteger percentUsage
    • percentUsageMinDelta

      protected String percentUsageMinDelta
    • pollingTime

      protected BigInteger pollingTime
    • store

      protected String store
    • total

      protected String total
    • usagePortion

      protected Float usagePortion
    • id

      protected String id
  • Constructor Details

    • DtoTempUsage

      public DtoTempUsage()
  • Method Details

    • getExecutorOrLimiterOrParent

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

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

          getExecutorOrLimiterOrParent().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<DtoTempUsage.Executor> JAXBElement<DtoTempUsage.Limiter> JAXBElement<DtoTempUsage.Parent> JAXBElement<DtoTempUsage.Store> Object

    • 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
    • getLimit

      public String getLimit()
      Obtient la valeur de la propriété limit.
      Returns:
      possible object is String
    • setLimit

      public void setLimit(String value)
      Définit la valeur de la propriété limit.
      Parameters:
      value - allowed object is String
    • getLimiter

      public String getLimiter()
      Obtient la valeur de la propriété limiter.
      Returns:
      possible object is String
    • setLimiter

      public void setLimiter(String value)
      Définit la valeur de la propriété limiter.
      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
    • getPercentLimit

      public BigInteger getPercentLimit()
      Obtient la valeur de la propriété percentLimit.
      Returns:
      possible object is BigInteger
    • setPercentLimit

      public void setPercentLimit(BigInteger value)
      Définit la valeur de la propriété percentLimit.
      Parameters:
      value - allowed object is BigInteger
    • getPercentUsage

      public BigInteger getPercentUsage()
      Obtient la valeur de la propriété percentUsage.
      Returns:
      possible object is BigInteger
    • setPercentUsage

      public void setPercentUsage(BigInteger value)
      Définit la valeur de la propriété percentUsage.
      Parameters:
      value - allowed object is BigInteger
    • getPercentUsageMinDelta

      public String getPercentUsageMinDelta()
      Obtient la valeur de la propriété percentUsageMinDelta.
      Returns:
      possible object is String
    • setPercentUsageMinDelta

      public void setPercentUsageMinDelta(String value)
      Définit la valeur de la propriété percentUsageMinDelta.
      Parameters:
      value - allowed object is String
    • getPollingTime

      public BigInteger getPollingTime()
      Obtient la valeur de la propriété pollingTime.
      Returns:
      possible object is BigInteger
    • setPollingTime

      public void setPollingTime(BigInteger value)
      Définit la valeur de la propriété pollingTime.
      Parameters:
      value - allowed object is BigInteger
    • getStore

      public String getStore()
      Obtient la valeur de la propriété store.
      Returns:
      possible object is String
    • setStore

      public void setStore(String value)
      Définit la valeur de la propriété store.
      Parameters:
      value - allowed object is String
    • getTotal

      public String getTotal()
      Obtient la valeur de la propriété total.
      Returns:
      possible object is String
    • setTotal

      public void setTotal(String value)
      Définit la valeur de la propriété total.
      Parameters:
      value - allowed object is String
    • getUsagePortion

      public Float getUsagePortion()
      Obtient la valeur de la propriété usagePortion.
      Returns:
      possible object is Float
    • setUsagePortion

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