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

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

public static class Configuration.Web
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">
       <all>
         <element name="https_activated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ajp_activated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="http_replication_activated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="http_conf" minOccurs="0">
           <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>
         </element>
         <element name="https_conf" minOccurs="0">
           <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>
         </element>
         <element name="ajp_conf" minOccurs="0">
           <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>
         </element>
         <element name="jvm_route" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="http_replication_conf" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="cluster_name" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                   <element name="multicast_address" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                   <element name="multicast_port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                   <element name="listen_port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Configuration.Web.AjpConf
          Java class for anonymous complex type.
static class Configuration.Web.HttpConf
          Java class for anonymous complex type.
static class Configuration.Web.HttpReplicationConf
          Java class for anonymous complex type.
static class Configuration.Web.HttpsConf
          Java class for anonymous complex type.
 
Field Summary
protected  java.lang.Boolean ajpActivated
           
protected  Configuration.Web.AjpConf ajpConf
           
protected  Configuration.Web.HttpConf httpConf
           
protected  java.lang.Boolean httpReplicationActivated
           
protected  Configuration.Web.HttpReplicationConf httpReplicationConf
           
protected  java.lang.Boolean httpsActivated
           
protected  Configuration.Web.HttpsConf httpsConf
           
protected  java.lang.String jvmRoute
           
 
Constructor Summary
Configuration.Web()
           
 
Method Summary
 Configuration.Web.AjpConf getAjpConf()
          Gets the value of the ajpConf property.
 Configuration.Web.HttpConf getHttpConf()
          Gets the value of the httpConf property.
 Configuration.Web.HttpReplicationConf getHttpReplicationConf()
          Gets the value of the httpReplicationConf property.
 Configuration.Web.HttpsConf getHttpsConf()
          Gets the value of the httpsConf property.
 java.lang.String getJvmRoute()
          Gets the value of the jvmRoute property.
 java.lang.Boolean isAjpActivated()
          Gets the value of the ajpActivated property.
 java.lang.Boolean isHttpReplicationActivated()
          Gets the value of the httpReplicationActivated property.
 java.lang.Boolean isHttpsActivated()
          Gets the value of the httpsActivated property.
 void setAjpActivated(java.lang.Boolean value)
          Sets the value of the ajpActivated property.
 void setAjpConf(Configuration.Web.AjpConf value)
          Sets the value of the ajpConf property.
 void setHttpConf(Configuration.Web.HttpConf value)
          Sets the value of the httpConf property.
 void setHttpReplicationActivated(java.lang.Boolean value)
          Sets the value of the httpReplicationActivated property.
 void setHttpReplicationConf(Configuration.Web.HttpReplicationConf value)
          Sets the value of the httpReplicationConf property.
 void setHttpsActivated(java.lang.Boolean value)
          Sets the value of the httpsActivated property.
 void setHttpsConf(Configuration.Web.HttpsConf value)
          Sets the value of the httpsConf property.
 void setJvmRoute(java.lang.String value)
          Sets the value of the jvmRoute property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

httpsActivated

protected java.lang.Boolean httpsActivated

ajpActivated

protected java.lang.Boolean ajpActivated

httpReplicationActivated

protected java.lang.Boolean httpReplicationActivated

httpConf

protected Configuration.Web.HttpConf httpConf

httpsConf

protected Configuration.Web.HttpsConf httpsConf

ajpConf

protected Configuration.Web.AjpConf ajpConf

jvmRoute

protected java.lang.String jvmRoute

httpReplicationConf

protected Configuration.Web.HttpReplicationConf httpReplicationConf
Constructor Detail

Configuration.Web

public Configuration.Web()
Method Detail

isHttpsActivated

public java.lang.Boolean isHttpsActivated()
Gets the value of the httpsActivated property.

Returns:
possible object is Boolean

setHttpsActivated

public void setHttpsActivated(java.lang.Boolean value)
Sets the value of the httpsActivated property.

Parameters:
value - allowed object is Boolean

isAjpActivated

public java.lang.Boolean isAjpActivated()
Gets the value of the ajpActivated property.

Returns:
possible object is Boolean

setAjpActivated

public void setAjpActivated(java.lang.Boolean value)
Sets the value of the ajpActivated property.

Parameters:
value - allowed object is Boolean

isHttpReplicationActivated

public java.lang.Boolean isHttpReplicationActivated()
Gets the value of the httpReplicationActivated property.

Returns:
possible object is Boolean

setHttpReplicationActivated

public void setHttpReplicationActivated(java.lang.Boolean value)
Sets the value of the httpReplicationActivated property.

Parameters:
value - allowed object is Boolean

getHttpConf

public Configuration.Web.HttpConf getHttpConf()
Gets the value of the httpConf property.

Returns:
possible object is Configuration.Web.HttpConf

setHttpConf

public void setHttpConf(Configuration.Web.HttpConf value)
Sets the value of the httpConf property.

Parameters:
value - allowed object is Configuration.Web.HttpConf

getHttpsConf

public Configuration.Web.HttpsConf getHttpsConf()
Gets the value of the httpsConf property.

Returns:
possible object is Configuration.Web.HttpsConf

setHttpsConf

public void setHttpsConf(Configuration.Web.HttpsConf value)
Sets the value of the httpsConf property.

Parameters:
value - allowed object is Configuration.Web.HttpsConf

getAjpConf

public Configuration.Web.AjpConf getAjpConf()
Gets the value of the ajpConf property.

Returns:
possible object is Configuration.Web.AjpConf

setAjpConf

public void setAjpConf(Configuration.Web.AjpConf value)
Sets the value of the ajpConf property.

Parameters:
value - allowed object is Configuration.Web.AjpConf

getJvmRoute

public java.lang.String getJvmRoute()
Gets the value of the jvmRoute property.

Returns:
possible object is String

setJvmRoute

public void setJvmRoute(java.lang.String value)
Sets the value of the jvmRoute property.

Parameters:
value - allowed object is String

getHttpReplicationConf

public Configuration.Web.HttpReplicationConf getHttpReplicationConf()
Gets the value of the httpReplicationConf property.

Returns:
possible object is Configuration.Web.HttpReplicationConf

setHttpReplicationConf

public void setHttpReplicationConf(Configuration.Web.HttpReplicationConf value)
Sets the value of the httpReplicationConf property.

Parameters:
value - allowed object is Configuration.Web.HttpReplicationConf


Copyright © 2010 OW2 Consortium. All Rights Reserved.