org.ow2.jasmine.deployme.generated
Class Topology.Domains.Domain

java.lang.Object
  extended by org.ow2.jasmine.deployme.generated.Topology.Domains.Domain
Enclosing class:
Topology.Domains

public static class Topology.Domains.Domain
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 ref="{}configuration"/>
         <element name="servers">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence maxOccurs="unbounded">
                   <element name="server">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element ref="{}configuration"/>
                           </sequence>
                           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
                           <attribute name="machine" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="clusterDaemons" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence maxOccurs="unbounded">
                   <element name="clusterDaemon">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <all>
                             <element name="servers">
                               <complexType>
                                 <complexContent>
                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                     <sequence maxOccurs="unbounded">
                                       <element name="serverName" type="{http://www.w3.org/2001/XMLSchema}token"/>
                                     </sequence>
                                   </restriction>
                                 </complexContent>
                               </complexType>
                             </element>
                             <element name="clusterDaemon_name" type="{http://www.w3.org/2001/XMLSchema}token"/>
                             <element name="clusterDaemon_protocol" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                             <element name="clusterDaemon_port" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
                             <element name="java_home" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                             <element name="jonas_root" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                             <element name="jonasBasePrefix" type="{http://www.w3.org/2001/XMLSchema}token"/>
                             <element name="serverNamePrefix" type="{http://www.w3.org/2001/XMLSchema}token"/>
                             <element name="autoboot" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                             <element name="interaction_mode" type="{}interaction_modes"/>
                             <element name="xparam" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                           </all>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </all>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Topology.Domains.Domain.ClusterDaemons
          Java class for anonymous complex type.
static class Topology.Domains.Domain.Servers
          Java class for anonymous complex type.
 
Field Summary
protected  Topology.Domains.Domain.ClusterDaemons clusterDaemons
           
protected  Configuration configuration
           
protected  java.lang.String name
           
protected  Topology.Domains.Domain.Servers servers
           
 
Constructor Summary
Topology.Domains.Domain()
           
 
Method Summary
 Topology.Domains.Domain.ClusterDaemons getClusterDaemons()
          Gets the value of the clusterDaemons property.
 Configuration getConfiguration()
          Gets the value of the configuration property.
 java.lang.String getName()
          Gets the value of the name property.
 Topology.Domains.Domain.Servers getServers()
          Gets the value of the servers property.
 void setClusterDaemons(Topology.Domains.Domain.ClusterDaemons value)
          Sets the value of the clusterDaemons property.
 void setConfiguration(Configuration value)
          Sets the value of the configuration property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setServers(Topology.Domains.Domain.Servers value)
          Sets the value of the servers property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

configuration

protected Configuration configuration

servers

protected Topology.Domains.Domain.Servers servers

clusterDaemons

protected Topology.Domains.Domain.ClusterDaemons clusterDaemons

name

protected java.lang.String name
Constructor Detail

Topology.Domains.Domain

public Topology.Domains.Domain()
Method Detail

getConfiguration

public Configuration getConfiguration()
Gets the value of the configuration property.

Returns:
possible object is Configuration

setConfiguration

public void setConfiguration(Configuration value)
Sets the value of the configuration property.

Parameters:
value - allowed object is Configuration

getServers

public Topology.Domains.Domain.Servers getServers()
Gets the value of the servers property.

Returns:
possible object is Topology.Domains.Domain.Servers

setServers

public void setServers(Topology.Domains.Domain.Servers value)
Sets the value of the servers property.

Parameters:
value - allowed object is Topology.Domains.Domain.Servers

getClusterDaemons

public Topology.Domains.Domain.ClusterDaemons getClusterDaemons()
Gets the value of the clusterDaemons property.

Returns:
possible object is Topology.Domains.Domain.ClusterDaemons

setClusterDaemons

public void setClusterDaemons(Topology.Domains.Domain.ClusterDaemons value)
Sets the value of the clusterDaemons property.

Parameters:
value - allowed object is Topology.Domains.Domain.ClusterDaemons

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String


Copyright © 2008 OW2 Consortium. All Rights Reserved.