|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.util.plan.bindings.deploymentplan.Deployment
public abstract class Deployment
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>
| 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 |
|---|
protected String id
protected Boolean reloadable
protected String repositoryRef
protected Boolean start
protected Boolean reference
protected Integer startlevel
protected Boolean starttransient
protected TargetsType targets
protected String idAttr
protected Boolean reloadableAttr
protected String repositoryRefAttr
protected Boolean startAttr
protected Boolean referenceAttr
protected Integer startlevelAttr
protected Boolean starttransientAttr
protected String condition
| Constructor Detail |
|---|
public Deployment()
| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic Boolean isReloadable()
Booleanpublic void setReloadable(Boolean value)
value - allowed object is
Booleanpublic String getRepositoryRef()
Stringpublic void setRepositoryRef(String value)
value - allowed object is
Stringpublic Boolean isStart()
Booleanpublic void setStart(Boolean value)
value - allowed object is
Booleanpublic Boolean isReference()
Booleanpublic void setReference(Boolean value)
value - allowed object is
Booleanpublic Integer getStartlevel()
Integerpublic void setStartlevel(Integer value)
value - allowed object is
Integerpublic Boolean isStarttransient()
Booleanpublic void setStarttransient(Boolean value)
value - allowed object is
Booleanpublic TargetsType getTargets()
TargetsTypepublic void setTargets(TargetsType value)
value - allowed object is
TargetsTypepublic String getIdAttr()
Stringpublic void setIdAttr(String value)
value - allowed object is
Stringpublic boolean isReloadableAttr()
Booleanpublic void setReloadableAttr(Boolean value)
value - allowed object is
Booleanpublic String getRepositoryRefAttr()
Stringpublic void setRepositoryRefAttr(String value)
value - allowed object is
Stringpublic boolean isStartAttr()
Booleanpublic void setStartAttr(Boolean value)
value - allowed object is
Booleanpublic boolean isReferenceAttr()
Booleanpublic void setReferenceAttr(Boolean value)
value - allowed object is
Booleanpublic int getStartlevelAttr()
Integerpublic void setStartlevelAttr(Integer value)
value - allowed object is
Integerpublic boolean isStarttransientAttr()
Booleanpublic void setStarttransientAttr(Boolean value)
value - allowed object is
Booleanpublic String getCondition()
Stringpublic void setCondition(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||