public class StageType extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para StageType complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="StageType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="depends_on" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="StepList" type="{http://www.fispace.eu/domain/ag}StepListType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
dependsOn |
protected String |
name |
protected StepListType |
stepList |
| Constructor and Description |
|---|
StageType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
String |
getDependsOn()
Obtiene el valor de la propiedad dependsOn.
|
String |
getName()
Obtiene el valor de la propiedad name.
|
StepListType |
getStepList()
Obtiene el valor de la propiedad stepList.
|
boolean |
isSetDependsOn() |
boolean |
isSetName() |
boolean |
isSetStepList() |
void |
setDependsOn(String value)
Define el valor de la propiedad dependsOn.
|
void |
setName(String value)
Define el valor de la propiedad name.
|
void |
setStepList(StepListType value)
Define el valor de la propiedad stepList.
|
String |
toString() |
StageType |
withDependsOn(String value) |
StageType |
withName(String value) |
StageType |
withStepList(StepListType value) |
protected String name
protected String dependsOn
protected StepListType stepList
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getDependsOn()
Stringpublic void setDependsOn(String value)
value - allowed object is
Stringpublic boolean isSetDependsOn()
public StepListType getStepList()
StepListTypepublic void setStepList(StepListType value)
value - allowed object is
StepListTypepublic boolean isSetStepList()
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StageType withStepList(StepListType value)
Copyright © 2015. All Rights Reserved.