org.ow2.jasmine.deployme.v2.generated
Class AgentType

java.lang.Object
  extended by org.ow2.jasmine.deployme.v2.generated.AgentType

public class AgentType
extends Object

The Java class for agentType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="agentType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="properties" type="{http://jasmine.ow2.org/deployme-2.0}propertiesType" minOccurs="0"/>
         <element name="jvm-properties" type="{http://jasmine.ow2.org/deployme-2.0}simpleContentWithInheritAttribute" minOccurs="0"/>
         <element name="jonas-script" type="{http://jasmine.ow2.org/deployme-2.0}simpleContentWithInheritAttribute" minOccurs="0"/>
         <element name="jonas-root" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="jonas-base" type="{http://jasmine.ow2.org/deployme-2.0}JOnASBaseType"/>
         <element name="configuration" type="{http://jasmine.ow2.org/deployme-2.0}configurationType" minOccurs="0"/>
         <element name="deployables" type="{http://jasmine.ow2.org/deployme-2.0}deployablesType" minOccurs="0"/>
         <element name="managed-servers" type="{http://jasmine.ow2.org/deployme-2.0}managedServersType"/>
       </all>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="autoboot" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="interactionMode" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}token">
             <enumeration value="loosely-coupled"/>
             <enumeration value="tighly-coupled"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="javaHome" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="xparam" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="serverNamePrefix" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="inherit" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  boolean autoboot
           
protected  ConfigurationType configuration
           
protected  DeployablesType deployables
           
protected  Boolean inherit
           
protected  String interactionMode
           
protected  String javaHome
           
protected  JOnASBaseType jonasBase
           
protected  String jonasRoot
           
protected  SimpleContentWithInheritAttribute jonasScript
           
protected  SimpleContentWithInheritAttribute jvmProperties
           
protected  ManagedServersType managedServers
           
protected  String name
           
protected  PropertiesType properties
           
protected  String serverNamePrefix
           
protected  String xparam
           
 
Constructor Summary
AgentType()
           
 
Method Summary
 ConfigurationType getConfiguration()
          Gets the value of the configuration property.
 DeployablesType getDeployables()
          Gets the value of the deployables property.
 String getInteractionMode()
          Gets the value of the interactionMode property.
 String getJavaHome()
          Gets the value of the javaHome property.
 JOnASBaseType getJonasBase()
          Gets the value of the jonasBase property.
 String getJonasRoot()
          Gets the value of the jonasRoot property.
 SimpleContentWithInheritAttribute getJonasScript()
          Gets the value of the jonasScript property.
 SimpleContentWithInheritAttribute getJvmProperties()
          Gets the value of the jvmProperties property.
 ManagedServersType getManagedServers()
          Gets the value of the managedServers property.
 String getName()
          Gets the value of the name property.
 PropertiesType getProperties()
          Gets the value of the properties property.
 String getServerNamePrefix()
          Gets the value of the serverNamePrefix property.
 String getXparam()
          Gets the value of the xparam property.
 boolean isAutoboot()
          Gets the value of the autoboot property.
 Boolean isInherit()
          Gets the value of the inherit property.
 void setAutoboot(boolean value)
          Sets the value of the autoboot property.
 void setConfiguration(ConfigurationType value)
          Sets the value of the configuration property.
 void setDeployables(DeployablesType value)
          Sets the value of the deployables property.
 void setInherit(Boolean value)
          Sets the value of the inherit property.
 void setInteractionMode(String value)
          Sets the value of the interactionMode property.
 void setJavaHome(String value)
          Sets the value of the javaHome property.
 void setJonasBase(JOnASBaseType value)
          Sets the value of the jonasBase property.
 void setJonasRoot(String value)
          Sets the value of the jonasRoot property.
 void setJonasScript(SimpleContentWithInheritAttribute value)
          Sets the value of the jonasScript property.
 void setJvmProperties(SimpleContentWithInheritAttribute value)
          Sets the value of the jvmProperties property.
 void setManagedServers(ManagedServersType value)
          Sets the value of the managedServers property.
 void setName(String value)
          Sets the value of the name property.
 void setProperties(PropertiesType value)
          Sets the value of the properties property.
 void setServerNamePrefix(String value)
          Sets the value of the serverNamePrefix property.
 void setXparam(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

properties

protected PropertiesType properties

jvmProperties

protected SimpleContentWithInheritAttribute jvmProperties

jonasScript

protected SimpleContentWithInheritAttribute jonasScript

jonasRoot

protected String jonasRoot

jonasBase

protected JOnASBaseType jonasBase

configuration

protected ConfigurationType configuration

deployables

protected DeployablesType deployables

managedServers

protected ManagedServersType managedServers

name

protected String name

autoboot

protected boolean autoboot

interactionMode

protected String interactionMode

javaHome

protected String javaHome

xparam

protected String xparam

serverNamePrefix

protected String serverNamePrefix

inherit

protected Boolean inherit
Constructor Detail

AgentType

public AgentType()
Method Detail

getProperties

public PropertiesType getProperties()
Gets the value of the properties property.

Returns:
possible object is PropertiesType

setProperties

public void setProperties(PropertiesType value)
Sets the value of the properties property.

Parameters:
value - allowed object is PropertiesType

getJvmProperties

public SimpleContentWithInheritAttribute getJvmProperties()
Gets the value of the jvmProperties property.

Returns:
possible object is SimpleContentWithInheritAttribute

setJvmProperties

public void setJvmProperties(SimpleContentWithInheritAttribute value)
Sets the value of the jvmProperties property.

Parameters:
value - allowed object is SimpleContentWithInheritAttribute

getJonasScript

public SimpleContentWithInheritAttribute getJonasScript()
Gets the value of the jonasScript property.

Returns:
possible object is SimpleContentWithInheritAttribute

setJonasScript

public void setJonasScript(SimpleContentWithInheritAttribute value)
Sets the value of the jonasScript property.

Parameters:
value - allowed object is SimpleContentWithInheritAttribute

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 JOnASBaseType getJonasBase()
Gets the value of the jonasBase property.

Returns:
possible object is JOnASBaseType

setJonasBase

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

Parameters:
value - allowed object is JOnASBaseType

getConfiguration

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

Returns:
possible object is ConfigurationType

setConfiguration

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

Parameters:
value - allowed object is ConfigurationType

getDeployables

public DeployablesType getDeployables()
Gets the value of the deployables property.

Returns:
possible object is DeployablesType

setDeployables

public void setDeployables(DeployablesType value)
Sets the value of the deployables property.

Parameters:
value - allowed object is DeployablesType

getManagedServers

public ManagedServersType getManagedServers()
Gets the value of the managedServers property.

Returns:
possible object is ManagedServersType

setManagedServers

public void setManagedServers(ManagedServersType value)
Sets the value of the managedServers property.

Parameters:
value - allowed object is ManagedServersType

getName

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

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name 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 String getInteractionMode()
Gets the value of the interactionMode property.

Returns:
possible object is String

setInteractionMode

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

Parameters:
value - allowed object is String

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

getXparam

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

Returns:
possible object is String

setXparam

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

Parameters:
value - allowed object is String

getServerNamePrefix

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

Returns:
possible object is String

setServerNamePrefix

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

Parameters:
value - allowed object is String

isInherit

public Boolean isInherit()
Gets the value of the inherit property.

Returns:
possible object is Boolean

setInherit

public void setInherit(Boolean value)
Sets the value of the inherit property.

Parameters:
value - allowed object is Boolean


Copyright © 2012 OW2 Consortium. All Rights Reserved.