public class MaxThreadsConstraint extends Object
Java class for max-threads-constraint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="max-threads-constraint">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<choice>
<element name="count" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="pool-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
count |
protected String |
id |
protected String |
name |
protected String |
poolName |
| Constructor and Description |
|---|
MaxThreadsConstraint() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getCount()
Gets the value of the count property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
String |
getPoolName()
Gets the value of the poolName property.
|
void |
setCount(BigInteger value)
Sets the value of the count property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPoolName(String value)
Sets the value of the poolName property.
|
protected String name
protected BigInteger count
protected String poolName
protected String id
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic BigInteger getCount()
BigIntegerpublic void setCount(BigInteger value)
value - allowed object is
BigIntegerpublic String getPoolName()
Stringpublic void setPoolName(String value)
value - allowed object is
StringCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.