org.eclipse.stardust.engine.api.ws
Class QualityAssuranceResultXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.QualityAssuranceResultXto

public class QualityAssuranceResultXto
extends Object

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

QualityAssuranceResultXto

public QualityAssuranceResultXto()
Method Detail

getQualityAssuranceCodes

public List<QualityAssuranceCodeXto> getQualityAssuranceCodes()
Gets the value of the qualityAssuranceCodes property.

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


getQualityAssuranceState

public ResultStateXto getQualityAssuranceState()
Gets the value of the qualityAssuranceState property.

Returns:
possible object is ResultStateXto

setQualityAssuranceState

public void setQualityAssuranceState(ResultStateXto value)
Sets the value of the qualityAssuranceState property.

Parameters:
value - allowed object is ResultStateXto

isAssignFailedInstanceToLastPerformer

public boolean isAssignFailedInstanceToLastPerformer()
Gets the value of the assignFailedInstanceToLastPerformer property.


setAssignFailedInstanceToLastPerformer

public void setAssignFailedInstanceToLastPerformer(boolean value)
Sets the value of the assignFailedInstanceToLastPerformer property.



Copyright © 2017 Eclipse Stardust. All Rights Reserved.