Package org.apache.openejb.jee.wls
Class MinThreadsConstraint
- java.lang.Object
-
- org.apache.openejb.jee.wls.MinThreadsConstraint
-
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>
-
-
Constructor Summary
Constructors Constructor Description MinThreadsConstraint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegergetCount()Gets the value of the count property.StringgetId()Gets the value of the id property.StringgetName()Gets the value of the name property.voidsetCount(BigInteger value)Sets the value of the count property.voidsetId(String value)Sets the value of the id property.voidsetName(String value)Sets the value of the name property.
-
-
-
Field Detail
-
name
protected String name
-
count
protected BigInteger count
-
id
protected String id
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getCount
public BigInteger getCount()
Gets the value of the count property.- Returns:
- possible object is
BigInteger
-
setCount
public void setCount(BigInteger value)
Sets the value of the count property.- Parameters:
value- allowed object isBigInteger
-
-