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

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

public static class Configuration.GlobalJonas
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="jdk" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="java_opts" 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="jonas_base" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="jonas_version" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="jonas_name" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="host" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String host
           
protected  java.lang.String javaOpts
           
protected  java.lang.String jdk
           
protected  java.lang.String jonasBase
           
protected  java.lang.String jonasName
           
protected  java.lang.String jonasRoot
           
protected  java.lang.String jonasVersion
           
 
Constructor Summary
Configuration.GlobalJonas()
           
 
Method Summary
 java.lang.String getHost()
          Gets the value of the host property.
 java.lang.String getJavaOpts()
          Gets the value of the javaOpts property.
 java.lang.String getJdk()
          Gets the value of the jdk property.
 java.lang.String getJonasBase()
          Gets the value of the jonasBase property.
 java.lang.String getJonasName()
          Gets the value of the jonasName property.
 java.lang.String getJonasRoot()
          Gets the value of the jonasRoot property.
 java.lang.String getJonasVersion()
          Gets the value of the jonasVersion property.
 void setHost(java.lang.String value)
          Sets the value of the host property.
 void setJavaOpts(java.lang.String value)
          Sets the value of the javaOpts property.
 void setJdk(java.lang.String value)
          Sets the value of the jdk property.
 void setJonasBase(java.lang.String value)
          Sets the value of the jonasBase property.
 void setJonasName(java.lang.String value)
          Sets the value of the jonasName property.
 void setJonasRoot(java.lang.String value)
          Sets the value of the jonasRoot property.
 void setJonasVersion(java.lang.String value)
          Sets the value of the jonasVersion property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jdk

protected java.lang.String jdk

javaOpts

protected java.lang.String javaOpts

jonasRoot

protected java.lang.String jonasRoot

jonasBase

protected java.lang.String jonasBase

jonasVersion

protected java.lang.String jonasVersion

jonasName

protected java.lang.String jonasName

host

protected java.lang.String host
Constructor Detail

Configuration.GlobalJonas

public Configuration.GlobalJonas()
Method Detail

getJdk

public java.lang.String getJdk()
Gets the value of the jdk property.

Returns:
possible object is String

setJdk

public void setJdk(java.lang.String value)
Sets the value of the jdk property.

Parameters:
value - allowed object is String

getJavaOpts

public java.lang.String getJavaOpts()
Gets the value of the javaOpts property.

Returns:
possible object is String

setJavaOpts

public void setJavaOpts(java.lang.String value)
Sets the value of the javaOpts 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

getJonasBase

public java.lang.String getJonasBase()
Gets the value of the jonasBase property.

Returns:
possible object is String

setJonasBase

public void setJonasBase(java.lang.String value)
Sets the value of the jonasBase property.

Parameters:
value - allowed object is String

getJonasVersion

public java.lang.String getJonasVersion()
Gets the value of the jonasVersion property.

Returns:
possible object is String

setJonasVersion

public void setJonasVersion(java.lang.String value)
Sets the value of the jonasVersion property.

Parameters:
value - allowed object is String

getJonasName

public java.lang.String getJonasName()
Gets the value of the jonasName property.

Returns:
possible object is String

setJonasName

public void setJonasName(java.lang.String value)
Sets the value of the jonasName property.

Parameters:
value - allowed object is String

getHost

public java.lang.String getHost()
Gets the value of the host property.

Returns:
possible object is String

setHost

public void setHost(java.lang.String value)
Sets the value of the host property.

Parameters:
value - allowed object is String


Copyright © 2008 OW2 Consortium. All Rights Reserved.