org.ow2.jasmine.deployme.generated
Class WebConf

java.lang.Object
  extended by org.ow2.jasmine.deployme.generated.WebConf

public class WebConf
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="maxThreads" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="minSpareThreads" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="maxSpareThreads" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.math.BigInteger maxSpareThreads
           
protected  java.math.BigInteger maxThreads
           
protected  java.math.BigInteger minSpareThreads
           
protected  java.math.BigInteger port
           
 
Constructor Summary
WebConf()
           
 
Method Summary
 java.math.BigInteger getMaxSpareThreads()
          Gets the value of the maxSpareThreads property.
 java.math.BigInteger getMaxThreads()
          Gets the value of the maxThreads property.
 java.math.BigInteger getMinSpareThreads()
          Gets the value of the minSpareThreads property.
 java.math.BigInteger getPort()
          Gets the value of the port property.
 void setMaxSpareThreads(java.math.BigInteger value)
          Sets the value of the maxSpareThreads property.
 void setMaxThreads(java.math.BigInteger value)
          Sets the value of the maxThreads property.
 void setMinSpareThreads(java.math.BigInteger value)
          Sets the value of the minSpareThreads property.
 void setPort(java.math.BigInteger value)
          Sets the value of the port property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

port

protected java.math.BigInteger port

maxThreads

protected java.math.BigInteger maxThreads

minSpareThreads

protected java.math.BigInteger minSpareThreads

maxSpareThreads

protected java.math.BigInteger maxSpareThreads
Constructor Detail

WebConf

public WebConf()
Method Detail

getPort

public java.math.BigInteger getPort()
Gets the value of the port property.

Returns:
possible object is BigInteger

setPort

public void setPort(java.math.BigInteger value)
Sets the value of the port property.

Parameters:
value - allowed object is BigInteger

getMaxThreads

public java.math.BigInteger getMaxThreads()
Gets the value of the maxThreads property.

Returns:
possible object is BigInteger

setMaxThreads

public void setMaxThreads(java.math.BigInteger value)
Sets the value of the maxThreads property.

Parameters:
value - allowed object is BigInteger

getMinSpareThreads

public java.math.BigInteger getMinSpareThreads()
Gets the value of the minSpareThreads property.

Returns:
possible object is BigInteger

setMinSpareThreads

public void setMinSpareThreads(java.math.BigInteger value)
Sets the value of the minSpareThreads property.

Parameters:
value - allowed object is BigInteger

getMaxSpareThreads

public java.math.BigInteger getMaxSpareThreads()
Gets the value of the maxSpareThreads property.

Returns:
possible object is BigInteger

setMaxSpareThreads

public void setMaxSpareThreads(java.math.BigInteger value)
Sets the value of the maxSpareThreads property.

Parameters:
value - allowed object is BigInteger


Copyright © 2008 OW2 Consortium. All Rights Reserved.