|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.QualityAssuranceResultXto
public class QualityAssuranceResultXto
Represents the result of a quality assurance instance resolution
Java class for QualityAssuranceResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QualityAssuranceResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="qualityAssuranceCodes" type="{http://eclipse.org/stardust/ws/v2012a/api}QualityAssuranceCode" maxOccurs="unbounded" minOccurs="0"/>
<element name="qualityAssuranceState" type="{http://eclipse.org/stardust/ws/v2012a/api}ResultState"/>
<element name="assignFailedInstanceToLastPerformer" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
QualityAssuranceResultXto()
|
|
| Method Summary | |
|---|---|
List<QualityAssuranceCodeXto> |
getQualityAssuranceCodes()
Gets the value of the qualityAssuranceCodes property. |
ResultStateXto |
getQualityAssuranceState()
Gets the value of the qualityAssuranceState property. |
boolean |
isAssignFailedInstanceToLastPerformer()
Gets the value of the assignFailedInstanceToLastPerformer property. |
void |
setAssignFailedInstanceToLastPerformer(boolean value)
Sets the value of the assignFailedInstanceToLastPerformer property. |
void |
setQualityAssuranceState(ResultStateXto value)
Sets the value of the qualityAssuranceState property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QualityAssuranceResultXto()
| Method Detail |
|---|
public List<QualityAssuranceCodeXto> getQualityAssuranceCodes()
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 qualityAssuranceCodes property.
For example, to add a new item, do as follows:
getQualityAssuranceCodes().add(newItem);
Objects of the following type(s) are allowed in the list
QualityAssuranceCodeXto
public ResultStateXto getQualityAssuranceState()
ResultStateXtopublic void setQualityAssuranceState(ResultStateXto value)
value - allowed object is
ResultStateXtopublic boolean isAssignFailedInstanceToLastPerformer()
public void setAssignFailedInstanceToLastPerformer(boolean value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||