org.ow2.jasmine.deployme.v1.generated
Class Configuration.GlobalOptions

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

public static class Configuration.GlobalOptions
extends 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="java_home" 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_services" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="host" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="jonas_development" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="protocols_list" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="irmi_port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="iiop_port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="jrmp_port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="cmi_port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="jndi_local_call_optimization" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  BigInteger cmiPort
           
protected  String host
           
protected  BigInteger iiopPort
           
protected  BigInteger irmiPort
           
protected  String javaHome
           
protected  String javaOpts
           
protected  Boolean jndiLocalCallOptimization
           
protected  String jonasBase
           
protected  Boolean jonasDevelopment
           
protected  String jonasRoot
           
protected  String jonasServices
           
protected  String jonasVersion
           
protected  BigInteger jrmpPort
           
protected  String protocolsList
           
 
Constructor Summary
Configuration.GlobalOptions()
           
 
Method Summary
 BigInteger getCmiPort()
          Gets the value of the cmiPort property.
 String getHost()
          Gets the value of the host property.
 BigInteger getIiopPort()
          Gets the value of the iiopPort property.
 BigInteger getIrmiPort()
          Gets the value of the irmiPort property.
 String getJavaHome()
          Gets the value of the javaHome property.
 String getJavaOpts()
          Gets the value of the javaOpts property.
 String getJonasBase()
          Gets the value of the jonasBase property.
 String getJonasRoot()
          Gets the value of the jonasRoot property.
 String getJonasServices()
          Gets the value of the jonasServices property.
 String getJonasVersion()
          Gets the value of the jonasVersion property.
 BigInteger getJrmpPort()
          Gets the value of the jrmpPort property.
 String getProtocolsList()
          Gets the value of the protocolsList property.
 Boolean isJndiLocalCallOptimization()
          Gets the value of the jndiLocalCallOptimization property.
 Boolean isJonasDevelopment()
          Gets the value of the jonasDevelopment property.
 void setCmiPort(BigInteger value)
          Sets the value of the cmiPort property.
 void setHost(String value)
          Sets the value of the host property.
 void setIiopPort(BigInteger value)
          Sets the value of the iiopPort property.
 void setIrmiPort(BigInteger value)
          Sets the value of the irmiPort property.
 void setJavaHome(String value)
          Sets the value of the javaHome property.
 void setJavaOpts(String value)
          Sets the value of the javaOpts property.
 void setJndiLocalCallOptimization(Boolean value)
          Sets the value of the jndiLocalCallOptimization property.
 void setJonasBase(String value)
          Sets the value of the jonasBase property.
 void setJonasDevelopment(Boolean value)
          Sets the value of the jonasDevelopment property.
 void setJonasRoot(String value)
          Sets the value of the jonasRoot property.
 void setJonasServices(String value)
          Sets the value of the jonasServices property.
 void setJonasVersion(String value)
          Sets the value of the jonasVersion property.
 void setJrmpPort(BigInteger value)
          Sets the value of the jrmpPort property.
 void setProtocolsList(String value)
          Sets the value of the protocolsList property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

javaHome

protected String javaHome

javaOpts

protected String javaOpts

jonasRoot

protected String jonasRoot

jonasBase

protected String jonasBase

jonasVersion

protected String jonasVersion

jonasServices

protected String jonasServices

host

protected String host

jonasDevelopment

protected Boolean jonasDevelopment

protocolsList

protected String protocolsList

irmiPort

protected BigInteger irmiPort

iiopPort

protected BigInteger iiopPort

jrmpPort

protected BigInteger jrmpPort

cmiPort

protected BigInteger cmiPort

jndiLocalCallOptimization

protected Boolean jndiLocalCallOptimization
Constructor Detail

Configuration.GlobalOptions

public Configuration.GlobalOptions()
Method Detail

getJavaHome

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

Returns:
possible object is String

setJavaHome

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

Parameters:
value - allowed object is String

getJavaOpts

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

Returns:
possible object is String

setJavaOpts

public void setJavaOpts(String value)
Sets the value of the javaOpts property.

Parameters:
value - allowed object is String

getJonasRoot

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

Returns:
possible object is String

setJonasRoot

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

Parameters:
value - allowed object is String

getJonasBase

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

Returns:
possible object is String

setJonasBase

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

Parameters:
value - allowed object is String

getJonasVersion

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

Returns:
possible object is String

setJonasVersion

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

Parameters:
value - allowed object is String

getJonasServices

public String getJonasServices()
Gets the value of the jonasServices property.

Returns:
possible object is String

setJonasServices

public void setJonasServices(String value)
Sets the value of the jonasServices property.

Parameters:
value - allowed object is String

getHost

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

Returns:
possible object is String

setHost

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

Parameters:
value - allowed object is String

isJonasDevelopment

public Boolean isJonasDevelopment()
Gets the value of the jonasDevelopment property.

Returns:
possible object is Boolean

setJonasDevelopment

public void setJonasDevelopment(Boolean value)
Sets the value of the jonasDevelopment property.

Parameters:
value - allowed object is Boolean

getProtocolsList

public String getProtocolsList()
Gets the value of the protocolsList property.

Returns:
possible object is String

setProtocolsList

public void setProtocolsList(String value)
Sets the value of the protocolsList property.

Parameters:
value - allowed object is String

getIrmiPort

public BigInteger getIrmiPort()
Gets the value of the irmiPort property.

Returns:
possible object is BigInteger

setIrmiPort

public void setIrmiPort(BigInteger value)
Sets the value of the irmiPort property.

Parameters:
value - allowed object is BigInteger

getIiopPort

public BigInteger getIiopPort()
Gets the value of the iiopPort property.

Returns:
possible object is BigInteger

setIiopPort

public void setIiopPort(BigInteger value)
Sets the value of the iiopPort property.

Parameters:
value - allowed object is BigInteger

getJrmpPort

public BigInteger getJrmpPort()
Gets the value of the jrmpPort property.

Returns:
possible object is BigInteger

setJrmpPort

public void setJrmpPort(BigInteger value)
Sets the value of the jrmpPort property.

Parameters:
value - allowed object is BigInteger

getCmiPort

public BigInteger getCmiPort()
Gets the value of the cmiPort property.

Returns:
possible object is BigInteger

setCmiPort

public void setCmiPort(BigInteger value)
Sets the value of the cmiPort property.

Parameters:
value - allowed object is BigInteger

isJndiLocalCallOptimization

public Boolean isJndiLocalCallOptimization()
Gets the value of the jndiLocalCallOptimization property.

Returns:
possible object is Boolean

setJndiLocalCallOptimization

public void setJndiLocalCallOptimization(Boolean value)
Sets the value of the jndiLocalCallOptimization property.

Parameters:
value - allowed object is Boolean


Copyright © 2012 OW2 Consortium. All Rights Reserved.