|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.wls.Capacity
public class Capacity
Java class for capacity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="capacity"> <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>
Field Summary | |
---|---|
protected BigInteger |
count
|
protected String |
id
|
protected String |
name
|
Constructor Summary | |
---|---|
Capacity()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String name
protected BigInteger count
protected String id
Constructor Detail |
---|
public Capacity()
Method Detail |
---|
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public BigInteger getCount()
BigInteger
public void setCount(BigInteger value)
value
- allowed object is
BigInteger
public String getId()
String
public void setId(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |