Package org.apache.openejb.jee.wls
Class ResponseTimeRequestClass
- java.lang.Object
-
- org.apache.openejb.jee.wls.ResponseTimeRequestClass
-
public class ResponseTimeRequestClass extends Object
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>
-
-
Constructor Summary
Constructors Constructor Description ResponseTimeRequestClass()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegergetGoalMs()Gets the value of the goalMs property.StringgetId()Gets the value of the id property.StringgetName()Gets the value of the name property.voidsetGoalMs(BigInteger value)Sets the value of the goalMs 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
-
goalMs
protected BigInteger goalMs
-
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
-
getGoalMs
public BigInteger getGoalMs()
Gets the value of the goalMs property.- Returns:
- possible object is
BigInteger
-
setGoalMs
public void setGoalMs(BigInteger value)
Sets the value of the goalMs property.- Parameters:
value- allowed object isBigInteger
-
-