public class ProcedureType extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para ProcedureType complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="ProcedureType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="StageList" type="{http://www.fispace.eu/domain/ag}StageListType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected StageListType |
stageList |
| Constructor and Description |
|---|
ProcedureType() |
| 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 |
getName()
Obtiene el valor de la propiedad name.
|
StageListType |
getStageList()
Obtiene el valor de la propiedad stageList.
|
boolean |
isSetName() |
boolean |
isSetStageList() |
void |
setName(String value)
Define el valor de la propiedad name.
|
void |
setStageList(StageListType value)
Define el valor de la propiedad stageList.
|
String |
toString() |
ProcedureType |
withName(String value) |
ProcedureType |
withStageList(StageListType value) |
protected String name
protected StageListType stageList
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public StageListType getStageList()
StageListTypepublic void setStageList(StageListType value)
value - allowed object is
StageListTypepublic boolean isSetStageList()
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 ProcedureType withName(String value)
public ProcedureType withStageList(StageListType value)
Copyright © 2015. All Rights Reserved.