org.ow2.jasmine.deployme.v1.generated
Class WebConf

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

public class WebConf
extends 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  BigInteger maxSpareThreads
           
protected  BigInteger maxThreads
           
protected  BigInteger minSpareThreads
           
protected  BigInteger port
           
 
Constructor Summary
WebConf()
           
 
Method Summary
 BigInteger getMaxSpareThreads()
          Gets the value of the maxSpareThreads property.
 BigInteger getMaxThreads()
          Gets the value of the maxThreads property.
 BigInteger getMinSpareThreads()
          Gets the value of the minSpareThreads property.
 BigInteger getPort()
          Gets the value of the port property.
 void setMaxSpareThreads(BigInteger value)
          Sets the value of the maxSpareThreads property.
 void setMaxThreads(BigInteger value)
          Sets the value of the maxThreads property.
 void setMinSpareThreads(BigInteger value)
          Sets the value of the minSpareThreads property.
 void setPort(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 BigInteger port

maxThreads

protected BigInteger maxThreads

minSpareThreads

protected BigInteger minSpareThreads

maxSpareThreads

protected BigInteger maxSpareThreads
Constructor Detail

WebConf

public WebConf()
Method Detail

getPort

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

Returns:
possible object is BigInteger

setPort

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

Parameters:
value - allowed object is BigInteger

getMaxThreads

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

Returns:
possible object is BigInteger

setMaxThreads

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

Parameters:
value - allowed object is BigInteger

getMinSpareThreads

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

Returns:
possible object is BigInteger

setMinSpareThreads

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

Parameters:
value - allowed object is BigInteger

getMaxSpareThreads

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

Returns:
possible object is BigInteger

setMaxSpareThreads

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

Parameters:
value - allowed object is BigInteger


Copyright © 2012 OW2 Consortium. All Rights Reserved.