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

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

public static class Configuration.ActiveServices
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="web" minOccurs="0">
           <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="{}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="{}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="{}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="mcastaddre" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                             <element name="mcastport" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                             <element name="listenport" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </all>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="db" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <all>
                   <element name="port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                 </all>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="discovery" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <all>
                   <element name="master_activation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                   <element name="source_port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                   <element name="greeting_port" type="{http://www.w3.org/2001/XMLSchema}integer" 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="ttl" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                 </all>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="mail" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <all>
                   <element name="factory_type" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                   <element name="factory_name" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                 </all>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="ws" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <all>
                   <element name="wsdl_filename" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                   <element name="wsdl_file_dir" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                 </all>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="ha" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <all>
                   <element name="ha_activated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                   <element name="multicast_addr" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                   <element name="multicast_port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                 </all>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="names" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Configuration.ActiveServices.Db
          Java class for anonymous complex type.
static class Configuration.ActiveServices.Discovery
          Java class for anonymous complex type.
static class Configuration.ActiveServices.Ha
          Java class for anonymous complex type.
static class Configuration.ActiveServices.Mail
          Java class for anonymous complex type.
static class Configuration.ActiveServices.Web
          Java class for anonymous complex type.
static class Configuration.ActiveServices.Ws
          Java class for anonymous complex type.
 
Field Summary
protected  Configuration.ActiveServices.Db db
           
protected  Configuration.ActiveServices.Discovery discovery
           
protected  Configuration.ActiveServices.Ha ha
           
protected  Configuration.ActiveServices.Mail mail
           
protected  java.lang.String names
           
protected  Configuration.ActiveServices.Web web
           
protected  Configuration.ActiveServices.Ws ws
           
 
Constructor Summary
Configuration.ActiveServices()
           
 
Method Summary
 Configuration.ActiveServices.Db getDb()
          Gets the value of the db property.
 Configuration.ActiveServices.Discovery getDiscovery()
          Gets the value of the discovery property.
 Configuration.ActiveServices.Ha getHa()
          Gets the value of the ha property.
 Configuration.ActiveServices.Mail getMail()
          Gets the value of the mail property.
 java.lang.String getNames()
          Gets the value of the names property.
 Configuration.ActiveServices.Web getWeb()
          Gets the value of the web property.
 Configuration.ActiveServices.Ws getWs()
          Gets the value of the ws property.
 void setDb(Configuration.ActiveServices.Db value)
          Sets the value of the db property.
 void setDiscovery(Configuration.ActiveServices.Discovery value)
          Sets the value of the discovery property.
 void setHa(Configuration.ActiveServices.Ha value)
          Sets the value of the ha property.
 void setMail(Configuration.ActiveServices.Mail value)
          Sets the value of the mail property.
 void setNames(java.lang.String value)
          Sets the value of the names property.
 void setWeb(Configuration.ActiveServices.Web value)
          Sets the value of the web property.
 void setWs(Configuration.ActiveServices.Ws value)
          Sets the value of the ws property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

web

protected Configuration.ActiveServices.Web web

db

protected Configuration.ActiveServices.Db db

discovery

protected Configuration.ActiveServices.Discovery discovery

mail

protected Configuration.ActiveServices.Mail mail

ws

protected Configuration.ActiveServices.Ws ws

ha

protected Configuration.ActiveServices.Ha ha

names

protected java.lang.String names
Constructor Detail

Configuration.ActiveServices

public Configuration.ActiveServices()
Method Detail

getWeb

public Configuration.ActiveServices.Web getWeb()
Gets the value of the web property.

Returns:
possible object is Configuration.ActiveServices.Web

setWeb

public void setWeb(Configuration.ActiveServices.Web value)
Sets the value of the web property.

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

getDb

public Configuration.ActiveServices.Db getDb()
Gets the value of the db property.

Returns:
possible object is Configuration.ActiveServices.Db

setDb

public void setDb(Configuration.ActiveServices.Db value)
Sets the value of the db property.

Parameters:
value - allowed object is Configuration.ActiveServices.Db

getDiscovery

public Configuration.ActiveServices.Discovery getDiscovery()
Gets the value of the discovery property.

Returns:
possible object is Configuration.ActiveServices.Discovery

setDiscovery

public void setDiscovery(Configuration.ActiveServices.Discovery value)
Sets the value of the discovery property.

Parameters:
value - allowed object is Configuration.ActiveServices.Discovery

getMail

public Configuration.ActiveServices.Mail getMail()
Gets the value of the mail property.

Returns:
possible object is Configuration.ActiveServices.Mail

setMail

public void setMail(Configuration.ActiveServices.Mail value)
Sets the value of the mail property.

Parameters:
value - allowed object is Configuration.ActiveServices.Mail

getWs

public Configuration.ActiveServices.Ws getWs()
Gets the value of the ws property.

Returns:
possible object is Configuration.ActiveServices.Ws

setWs

public void setWs(Configuration.ActiveServices.Ws value)
Sets the value of the ws property.

Parameters:
value - allowed object is Configuration.ActiveServices.Ws

getHa

public Configuration.ActiveServices.Ha getHa()
Gets the value of the ha property.

Returns:
possible object is Configuration.ActiveServices.Ha

setHa

public void setHa(Configuration.ActiveServices.Ha value)
Sets the value of the ha property.

Parameters:
value - allowed object is Configuration.ActiveServices.Ha

getNames

public java.lang.String getNames()
Gets the value of the names property.

Returns:
possible object is String

setNames

public void setNames(java.lang.String value)
Sets the value of the names property.

Parameters:
value - allowed object is String


Copyright © 2008 OW2 Consortium. All Rights Reserved.