Class DtoJobSchedulerUsage
- All Implemented Interfaces:
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">
<sequence minOccurs="0">
<any maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</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="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="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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classClasse Java pour anonymous complex type.static classClasse Java pour anonymous complex type.static classClasse Java pour anonymous complex type.static classClasse Java pour anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) booleanbooleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Obtient la valeur de la propriété executor.Gets the value of the executorOrLimiterOrParent property.getId()Obtient la valeur de la propriété id.getLimit()Obtient la valeur de la propriété limit.Obtient la valeur de la propriété limiter.getName()Obtient la valeur de la propriété name.Gets a map that contains attributes that aren't bound to any typed property on this class.Obtient la valeur de la propriété parent.Obtient la valeur de la propriété percentUsage.Obtient la valeur de la propriété percentUsageMinDelta.Obtient la valeur de la propriété pollingTime.getStore()Obtient la valeur de la propriété store.Obtient la valeur de la propriété usagePortion.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) voidsetExecutor(String value) Définit la valeur de la propriété executor.voidDéfinit la valeur de la propriété id.voidDéfinit la valeur de la propriété limit.voidsetLimiter(String value) Définit la valeur de la propriété limiter.voidDéfinit la valeur de la propriété name.voidDéfinit la valeur de la propriété parent.voidsetPercentUsage(BigInteger value) Définit la valeur de la propriété percentUsage.voidsetPercentUsageMinDelta(String value) Définit la valeur de la propriété percentUsageMinDelta.voidsetPollingTime(BigInteger value) Définit la valeur de la propriété pollingTime.voidDéfinit la valeur de la propriété store.voidsetUsagePortion(Float value) Définit la valeur de la propriété usagePortion.toString()
-
Field Details
-
executorOrLimiterOrParent
-
executor
-
limit
-
limiter
-
name
-
parent
-
percentUsage
-
percentUsageMinDelta
-
pollingTime
-
store
-
usagePortion
-
id
-
-
Constructor Details
-
DtoJobSchedulerUsage
public DtoJobSchedulerUsage()
-
-
Method Details
-
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
setmethod 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<DtoJobSchedulerUsage.Executor>JAXBElement<DtoJobSchedulerUsage.Limiter>JAXBElement<DtoJobSchedulerUsage.Parent>JAXBElement<DtoJobSchedulerUsage.Store>Object -
getExecutor
Obtient la valeur de la propriété executor.- Returns:
- possible object is
String
-
setExecutor
Définit la valeur de la propriété executor.- Parameters:
value- allowed object isString
-
getLimit
Obtient la valeur de la propriété limit.- Returns:
- possible object is
String
-
setLimit
Définit la valeur de la propriété limit.- Parameters:
value- allowed object isString
-
getLimiter
Obtient la valeur de la propriété limiter.- Returns:
- possible object is
String
-
setLimiter
Définit la valeur de la propriété limiter.- Parameters:
value- allowed object isString
-
getName
Obtient la valeur de la propriété name.- Returns:
- possible object is
String
-
setName
Définit la valeur de la propriété name.- Parameters:
value- allowed object isString
-
getParent
Obtient la valeur de la propriété parent.- Returns:
- possible object is
String
-
setParent
Définit la valeur de la propriété parent.- Parameters:
value- allowed object isString
-
getPercentUsage
Obtient la valeur de la propriété percentUsage.- Returns:
- possible object is
BigInteger
-
setPercentUsage
Définit la valeur de la propriété percentUsage.- Parameters:
value- allowed object isBigInteger
-
getPercentUsageMinDelta
Obtient la valeur de la propriété percentUsageMinDelta.- Returns:
- possible object is
String
-
setPercentUsageMinDelta
Définit la valeur de la propriété percentUsageMinDelta.- Parameters:
value- allowed object isString
-
getPollingTime
Obtient la valeur de la propriété pollingTime.- Returns:
- possible object is
BigInteger
-
setPollingTime
Définit la valeur de la propriété pollingTime.- Parameters:
value- allowed object isBigInteger
-
getStore
Obtient la valeur de la propriété store.- Returns:
- possible object is
String
-
setStore
Définit la valeur de la propriété store.- Parameters:
value- allowed object isString
-
getUsagePortion
Obtient la valeur de la propriété usagePortion.- Returns:
- possible object is
Float
-
setUsagePortion
Définit la valeur de la propriété usagePortion.- Parameters:
value- allowed object isFloat
-
getId
Obtient la valeur de la propriété id.- Returns:
- possible object is
String
-
setId
Définit la valeur de la propriété id.- Parameters:
value- allowed object isString
-
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
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
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:
equalsin interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-