org.ow2.util.plan.bindings.deploymentplan
Class Deployment

java.lang.Object
  extended by org.ow2.util.plan.bindings.deploymentplan.Deployment
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DeploymentPlanFragment

public abstract class Deployment
extends Object
implements Serializable

Java class for deploymentType complex type.

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

 <complexType name="deploymentType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="reloadable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="repository-ref" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="start" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="reference" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="startlevel" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="starttransient" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="targets" type="{http://jonas.ow2.org/ns/deployment-plan/1.0}targetsType" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="reloadable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="repository-ref" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="start" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="reference" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="startlevel" type="{http://www.w3.org/2001/XMLSchema}int" default="1" />
       <attribute name="starttransient" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="condition" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String condition
           
protected  String id
           
protected  String idAttr
           
protected  Boolean reference
           
protected  Boolean referenceAttr
           
protected  Boolean reloadable
           
protected  Boolean reloadableAttr
           
protected  String repositoryRef
           
protected  String repositoryRefAttr
           
protected  Boolean start
           
protected  Boolean startAttr
           
protected  Integer startlevel
           
protected  Integer startlevelAttr
           
protected  Boolean starttransient
           
protected  Boolean starttransientAttr
           
protected  TargetsType targets
           
 
Constructor Summary
Deployment()
           
 
Method Summary
 String getCondition()
          Gets the value of the condition property.
 String getId()
          Gets the value of the id property.
 String getIdAttr()
          Gets the value of the idAttr property.
 String getRepositoryRef()
          Gets the value of the repositoryRef property.
 String getRepositoryRefAttr()
          Gets the value of the repositoryRefAttr property.
 Integer getStartlevel()
          Gets the value of the startlevel property.
 int getStartlevelAttr()
          Gets the value of the startlevelAttr property.
 TargetsType getTargets()
          Gets the value of the targets property.
 Boolean isReference()
          Gets the value of the reference property.
 boolean isReferenceAttr()
          Gets the value of the referenceAttr property.
 Boolean isReloadable()
          Gets the value of the reloadable property.
 boolean isReloadableAttr()
          Gets the value of the reloadableAttr property.
 Boolean isStart()
          Gets the value of the start property.
 boolean isStartAttr()
          Gets the value of the startAttr property.
 Boolean isStarttransient()
          Gets the value of the starttransient property.
 boolean isStarttransientAttr()
          Gets the value of the starttransientAttr property.
 void setCondition(String value)
          Sets the value of the condition property.
 void setId(String value)
          Sets the value of the id property.
 void setIdAttr(String value)
          Sets the value of the idAttr property.
 void setReference(Boolean value)
          Sets the value of the reference property.
 void setReferenceAttr(Boolean value)
          Sets the value of the referenceAttr property.
 void setReloadable(Boolean value)
          Sets the value of the reloadable property.
 void setReloadableAttr(Boolean value)
          Sets the value of the reloadableAttr property.
 void setRepositoryRef(String value)
          Sets the value of the repositoryRef property.
 void setRepositoryRefAttr(String value)
          Sets the value of the repositoryRefAttr property.
 void setStart(Boolean value)
          Sets the value of the start property.
 void setStartAttr(Boolean value)
          Sets the value of the startAttr property.
 void setStartlevel(Integer value)
          Sets the value of the startlevel property.
 void setStartlevelAttr(Integer value)
          Sets the value of the startlevelAttr property.
 void setStarttransient(Boolean value)
          Sets the value of the starttransient property.
 void setStarttransientAttr(Boolean value)
          Sets the value of the starttransientAttr property.
 void setTargets(TargetsType value)
          Sets the value of the targets property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

reloadable

protected Boolean reloadable

repositoryRef

protected String repositoryRef

start

protected Boolean start

reference

protected Boolean reference

startlevel

protected Integer startlevel

starttransient

protected Boolean starttransient

targets

protected TargetsType targets

idAttr

protected String idAttr

reloadableAttr

protected Boolean reloadableAttr

repositoryRefAttr

protected String repositoryRefAttr

startAttr

protected Boolean startAttr

referenceAttr

protected Boolean referenceAttr

startlevelAttr

protected Integer startlevelAttr

starttransientAttr

protected Boolean starttransientAttr

condition

protected String condition
Constructor Detail

Deployment

public Deployment()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

isReloadable

public Boolean isReloadable()
Gets the value of the reloadable property.

Returns:
possible object is Boolean

setReloadable

public void setReloadable(Boolean value)
Sets the value of the reloadable property.

Parameters:
value - allowed object is Boolean

getRepositoryRef

public String getRepositoryRef()
Gets the value of the repositoryRef property.

Returns:
possible object is String

setRepositoryRef

public void setRepositoryRef(String value)
Sets the value of the repositoryRef property.

Parameters:
value - allowed object is String

isStart

public Boolean isStart()
Gets the value of the start property.

Returns:
possible object is Boolean

setStart

public void setStart(Boolean value)
Sets the value of the start property.

Parameters:
value - allowed object is Boolean

isReference

public Boolean isReference()
Gets the value of the reference property.

Returns:
possible object is Boolean

setReference

public void setReference(Boolean value)
Sets the value of the reference property.

Parameters:
value - allowed object is Boolean

getStartlevel

public Integer getStartlevel()
Gets the value of the startlevel property.

Returns:
possible object is Integer

setStartlevel

public void setStartlevel(Integer value)
Sets the value of the startlevel property.

Parameters:
value - allowed object is Integer

isStarttransient

public Boolean isStarttransient()
Gets the value of the starttransient property.

Returns:
possible object is Boolean

setStarttransient

public void setStarttransient(Boolean value)
Sets the value of the starttransient property.

Parameters:
value - allowed object is Boolean

getTargets

public TargetsType getTargets()
Gets the value of the targets property.

Returns:
possible object is TargetsType

setTargets

public void setTargets(TargetsType value)
Sets the value of the targets property.

Parameters:
value - allowed object is TargetsType

getIdAttr

public String getIdAttr()
Gets the value of the idAttr property.

Returns:
possible object is String

setIdAttr

public void setIdAttr(String value)
Sets the value of the idAttr property.

Parameters:
value - allowed object is String

isReloadableAttr

public boolean isReloadableAttr()
Gets the value of the reloadableAttr property.

Returns:
possible object is Boolean

setReloadableAttr

public void setReloadableAttr(Boolean value)
Sets the value of the reloadableAttr property.

Parameters:
value - allowed object is Boolean

getRepositoryRefAttr

public String getRepositoryRefAttr()
Gets the value of the repositoryRefAttr property.

Returns:
possible object is String

setRepositoryRefAttr

public void setRepositoryRefAttr(String value)
Sets the value of the repositoryRefAttr property.

Parameters:
value - allowed object is String

isStartAttr

public boolean isStartAttr()
Gets the value of the startAttr property.

Returns:
possible object is Boolean

setStartAttr

public void setStartAttr(Boolean value)
Sets the value of the startAttr property.

Parameters:
value - allowed object is Boolean

isReferenceAttr

public boolean isReferenceAttr()
Gets the value of the referenceAttr property.

Returns:
possible object is Boolean

setReferenceAttr

public void setReferenceAttr(Boolean value)
Sets the value of the referenceAttr property.

Parameters:
value - allowed object is Boolean

getStartlevelAttr

public int getStartlevelAttr()
Gets the value of the startlevelAttr property.

Returns:
possible object is Integer

setStartlevelAttr

public void setStartlevelAttr(Integer value)
Sets the value of the startlevelAttr property.

Parameters:
value - allowed object is Integer

isStarttransientAttr

public boolean isStarttransientAttr()
Gets the value of the starttransientAttr property.

Returns:
possible object is Boolean

setStarttransientAttr

public void setStarttransientAttr(Boolean value)
Sets the value of the starttransientAttr property.

Parameters:
value - allowed object is Boolean

getCondition

public String getCondition()
Gets the value of the condition property.

Returns:
possible object is String

setCondition

public void setCondition(String value)
Sets the value of the condition property.

Parameters:
value - allowed object is String


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.