org.ow2.jasmine.deployme.generated
Class Configuration.Web.AjpConf

java.lang.Object
  extended by org.ow2.jasmine.deployme.generated.Configuration.Web.AjpConf
Enclosing class:
Configuration.Web

public static class Configuration.Web.AjpConf
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 ref="{http://jasmine.ow2.org/deployme-1.2}web_conf"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  WebConf webConf
           
 
Constructor Summary
Configuration.Web.AjpConf()
           
 
Method Summary
 WebConf getWebConf()
          Gets the value of the webConf property.
 void setWebConf(WebConf value)
          Sets the value of the webConf property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

webConf

protected WebConf webConf
Constructor Detail

Configuration.Web.AjpConf

public Configuration.Web.AjpConf()
Method Detail

getWebConf

public WebConf getWebConf()
Gets the value of the webConf property.

Returns:
possible object is WebConf

setWebConf

public void setWebConf(WebConf value)
Sets the value of the webConf property.

Parameters:
value - allowed object is WebConf


Copyright © 2010 OW2 Consortium. All Rights Reserved.