|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.wls.ResponseTimeRequestClass
public class ResponseTimeRequestClass
Java class for response-time-request-class complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="response-time-request-class">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="goal-ms" 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 |
goalMs
|
protected String |
id
|
protected String |
name
|
| Constructor Summary | |
|---|---|
ResponseTimeRequestClass()
|
|
| Method Summary | |
|---|---|
BigInteger |
getGoalMs()
Gets the value of the goalMs property. |
String |
getId()
Gets the value of the id property. |
String |
getName()
Gets the value of the name property. |
void |
setGoalMs(BigInteger value)
Sets the value of the goalMs 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 goalMs
protected String id
| Constructor Detail |
|---|
public ResponseTimeRequestClass()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic BigInteger getGoalMs()
BigIntegerpublic void setGoalMs(BigInteger value)
value - allowed object is
BigIntegerpublic String getId()
Stringpublic 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 | |||||||||