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

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

public static class Topology.Domains.Domain.ClusterDaemons.ClusterDaemon
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="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>
 


Nested Class Summary
static class Topology.Domains.Domain.ClusterDaemons.ClusterDaemon.Servers
          Java class for anonymous complex type.
 
Field Summary
protected  boolean autoboot
           
protected  java.lang.String clusterDaemonName
           
protected  java.lang.Integer clusterDaemonPort
           
protected  java.lang.String clusterDaemonProtocol
           
protected  InteractionModes interactionMode
           
protected  java.lang.String javaHome
           
protected  java.lang.String jonasBasePrefix
           
protected  java.lang.String jonasRoot
           
protected  java.lang.String serverNamePrefix
           
protected  Topology.Domains.Domain.ClusterDaemons.ClusterDaemon.Servers servers
           
protected  java.lang.String xparam
           
 
Constructor Summary
Topology.Domains.Domain.ClusterDaemons.ClusterDaemon()
           
 
Method Summary
 java.lang.String getClusterDaemonName()
          Gets the value of the clusterDaemonName property.
 java.lang.Integer getClusterDaemonPort()
          Gets the value of the clusterDaemonPort property.
 java.lang.String getClusterDaemonProtocol()
          Gets the value of the clusterDaemonProtocol property.
 InteractionModes getInteractionMode()
          Gets the value of the interactionMode property.
 java.lang.String getJavaHome()
          Gets the value of the javaHome property.
 java.lang.String getJonasBasePrefix()
          Gets the value of the jonasBasePrefix property.
 java.lang.String getJonasRoot()
          Gets the value of the jonasRoot property.
 java.lang.String getServerNamePrefix()
          Gets the value of the serverNamePrefix property.
 Topology.Domains.Domain.ClusterDaemons.ClusterDaemon.Servers getServers()
          Gets the value of the servers property.
 java.lang.String getXparam()
          Gets the value of the xparam property.
 boolean isAutoboot()
          Gets the value of the autoboot property.
 void setAutoboot(boolean value)
          Sets the value of the autoboot property.
 void setClusterDaemonName(java.lang.String value)
          Sets the value of the clusterDaemonName property.
 void setClusterDaemonPort(java.lang.Integer value)
          Sets the value of the clusterDaemonPort property.
 void setClusterDaemonProtocol(java.lang.String value)
          Sets the value of the clusterDaemonProtocol property.
 void setInteractionMode(InteractionModes value)
          Sets the value of the interactionMode property.
 void setJavaHome(java.lang.String value)
          Sets the value of the javaHome property.
 void setJonasBasePrefix(java.lang.String value)
          Sets the value of the jonasBasePrefix property.
 void setJonasRoot(java.lang.String value)
          Sets the value of the jonasRoot property.
 void setServerNamePrefix(java.lang.String value)
          Sets the value of the serverNamePrefix property.
 void setServers(Topology.Domains.Domain.ClusterDaemons.ClusterDaemon.Servers value)
          Sets the value of the servers property.
 void setXparam(java.lang.String value)
          Sets the value of the xparam property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

servers

protected Topology.Domains.Domain.ClusterDaemons.ClusterDaemon.Servers servers

clusterDaemonName

protected java.lang.String clusterDaemonName

clusterDaemonProtocol

protected java.lang.String clusterDaemonProtocol

clusterDaemonPort

protected java.lang.Integer clusterDaemonPort

javaHome

protected java.lang.String javaHome

jonasRoot

protected java.lang.String jonasRoot

jonasBasePrefix

protected java.lang.String jonasBasePrefix

serverNamePrefix

protected java.lang.String serverNamePrefix

autoboot

protected boolean autoboot

interactionMode

protected InteractionModes interactionMode

xparam

protected java.lang.String xparam
Constructor Detail

Topology.Domains.Domain.ClusterDaemons.ClusterDaemon

public Topology.Domains.Domain.ClusterDaemons.ClusterDaemon()
Method Detail

getServers

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

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

setServers

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

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

getClusterDaemonName

public java.lang.String getClusterDaemonName()
Gets the value of the clusterDaemonName property.

Returns:
possible object is String

setClusterDaemonName

public void setClusterDaemonName(java.lang.String value)
Sets the value of the clusterDaemonName property.

Parameters:
value - allowed object is String

getClusterDaemonProtocol

public java.lang.String getClusterDaemonProtocol()
Gets the value of the clusterDaemonProtocol property.

Returns:
possible object is String

setClusterDaemonProtocol

public void setClusterDaemonProtocol(java.lang.String value)
Sets the value of the clusterDaemonProtocol property.

Parameters:
value - allowed object is String

getClusterDaemonPort

public java.lang.Integer getClusterDaemonPort()
Gets the value of the clusterDaemonPort property.

Returns:
possible object is Integer

setClusterDaemonPort

public void setClusterDaemonPort(java.lang.Integer value)
Sets the value of the clusterDaemonPort property.

Parameters:
value - allowed object is Integer

getJavaHome

public java.lang.String getJavaHome()
Gets the value of the javaHome property.

Returns:
possible object is String

setJavaHome

public void setJavaHome(java.lang.String value)
Sets the value of the javaHome property.

Parameters:
value - allowed object is String

getJonasRoot

public java.lang.String getJonasRoot()
Gets the value of the jonasRoot property.

Returns:
possible object is String

setJonasRoot

public void setJonasRoot(java.lang.String value)
Sets the value of the jonasRoot property.

Parameters:
value - allowed object is String

getJonasBasePrefix

public java.lang.String getJonasBasePrefix()
Gets the value of the jonasBasePrefix property.

Returns:
possible object is String

setJonasBasePrefix

public void setJonasBasePrefix(java.lang.String value)
Sets the value of the jonasBasePrefix property.

Parameters:
value - allowed object is String

getServerNamePrefix

public java.lang.String getServerNamePrefix()
Gets the value of the serverNamePrefix property.

Returns:
possible object is String

setServerNamePrefix

public void setServerNamePrefix(java.lang.String value)
Sets the value of the serverNamePrefix property.

Parameters:
value - allowed object is String

isAutoboot

public boolean isAutoboot()
Gets the value of the autoboot property.


setAutoboot

public void setAutoboot(boolean value)
Sets the value of the autoboot property.


getInteractionMode

public InteractionModes getInteractionMode()
Gets the value of the interactionMode property.

Returns:
possible object is InteractionModes

setInteractionMode

public void setInteractionMode(InteractionModes value)
Sets the value of the interactionMode property.

Parameters:
value - allowed object is InteractionModes

getXparam

public java.lang.String getXparam()
Gets the value of the xparam property.

Returns:
possible object is String

setXparam

public void setXparam(java.lang.String value)
Sets the value of the xparam property.

Parameters:
value - allowed object is String


Copyright © 2008 OW2 Consortium. All Rights Reserved.