public class QualityAssuranceResultXto extends Object
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 and Description |
|---|
QualityAssuranceResultXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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)
Copyright © 2016 Eclipse Stardust. All Rights Reserved.