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

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

public class ServersType
extends Object

The Java class for serversType complex type.

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

 <complexType name="serversType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="properties" type="{http://jasmine.ow2.org/deployme-2.0}propertiesType" minOccurs="0"/>
         <element name="deployables" type="{http://jasmine.ow2.org/deployme-2.0}deployablesType" minOccurs="0"/>
         <element name="servers-configuration" type="{http://jasmine.ow2.org/deployme-2.0}configurationType" minOccurs="0"/>
         <element name="jvm-properties" type="{http://jasmine.ow2.org/deployme-2.0}simpleContentWithInheritAttribute" minOccurs="0"/>
         <element name="server" type="{http://jasmine.ow2.org/deployme-2.0}serverType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="inherit" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  DeployablesType deployables
           
protected  Boolean inherit
           
protected  SimpleContentWithInheritAttribute jvmProperties
           
protected  PropertiesType properties
           
protected  List<ServerType> server
           
protected  ConfigurationType serversConfiguration
           
 
Constructor Summary
ServersType()
           
 
Method Summary
 DeployablesType getDeployables()
          Gets the value of the deployables property.
 SimpleContentWithInheritAttribute getJvmProperties()
          Gets the value of the jvmProperties property.
 PropertiesType getProperties()
          Gets the value of the properties property.
 List<ServerType> getServer()
          Gets the value of the server property.
 ConfigurationType getServersConfiguration()
          Gets the value of the serversConfiguration property.
 Boolean isInherit()
          Gets the value of the inherit property.
 void setDeployables(DeployablesType value)
          Sets the value of the deployables property.
 void setInherit(Boolean value)
          Sets the value of the inherit property.
 void setJvmProperties(SimpleContentWithInheritAttribute value)
          Sets the value of the jvmProperties property.
 void setProperties(PropertiesType value)
          Sets the value of the properties property.
 void setServersConfiguration(ConfigurationType value)
          Sets the value of the serversConfiguration 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

deployables

protected DeployablesType deployables

serversConfiguration

protected ConfigurationType serversConfiguration

jvmProperties

protected SimpleContentWithInheritAttribute jvmProperties

server

protected List<ServerType> server

inherit

protected Boolean inherit
Constructor Detail

ServersType

public ServersType()
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

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

getServersConfiguration

public ConfigurationType getServersConfiguration()
Gets the value of the serversConfiguration property.

Returns:
possible object is ConfigurationType

setServersConfiguration

public void setServersConfiguration(ConfigurationType value)
Sets the value of the serversConfiguration property.

Parameters:
value - allowed object is ConfigurationType

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

getServer

public List<ServerType> getServer()
Gets the value of the server property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the server property.

For example, to add a new item, do as follows:

    getServer().add(newItem);
 

Objects of the following type(s) are allowed in the list ServerType


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.