public class MinThreadsConstraint extends Object
Java class for min-threads-constraint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="min-threads-constraint">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="count" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</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 |
| Constructor and Description |
|---|
MinThreadsConstraint() |
| 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.
|
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.
|
protected String name
protected BigInteger count
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
BigIntegerCopyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.