Package org.apache.openejb.jee.wls
Class FairShareRequestClass
- java.lang.Object
-
- org.apache.openejb.jee.wls.FairShareRequestClass
-
public class FairShareRequestClass extends Object
Java class for fair-share-request-class complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fair-share-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="fair-share" 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 FairShareRequestClass()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegergetFairShare()Gets the value of the fairShare property.StringgetId()Gets the value of the id property.StringgetName()Gets the value of the name property.voidsetFairShare(BigInteger value)Sets the value of the fairShare 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
-
fairShare
protected BigInteger fairShare
-
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
-
getFairShare
public BigInteger getFairShare()
Gets the value of the fairShare property.- Returns:
- possible object is
BigInteger
-
setFairShare
public void setFairShare(BigInteger value)
Sets the value of the fairShare property.- Parameters:
value- allowed object isBigInteger
-
-