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

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

public class QualityAssuranceInfoXto
extends Object

Class containing information considering the qa workflow

Java class for QualityAssuranceInfo complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="QualityAssuranceInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="failedQualityAssuranceInstance" type="{http://eclipse.org/stardust/ws/v2012a/api}ActivityInstance"/>
         <element name="monitoredInstance" type="{http://eclipse.org/stardust/ws/v2012a/api}ActivityInstance"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
QualityAssuranceInfoXto()
           
 
Method Summary
 ActivityInstanceXto getFailedQualityAssuranceInstance()
          Gets the value of the failedQualityAssuranceInstance property.
 ActivityInstanceXto getMonitoredInstance()
          Gets the value of the monitoredInstance property.
 void setFailedQualityAssuranceInstance(ActivityInstanceXto value)
          Sets the value of the failedQualityAssuranceInstance property.
 void setMonitoredInstance(ActivityInstanceXto value)
          Sets the value of the monitoredInstance property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QualityAssuranceInfoXto

public QualityAssuranceInfoXto()
Method Detail

getFailedQualityAssuranceInstance

public ActivityInstanceXto getFailedQualityAssuranceInstance()
Gets the value of the failedQualityAssuranceInstance property.

Returns:
possible object is ActivityInstanceXto

setFailedQualityAssuranceInstance

public void setFailedQualityAssuranceInstance(ActivityInstanceXto value)
Sets the value of the failedQualityAssuranceInstance property.

Parameters:
value - allowed object is ActivityInstanceXto

getMonitoredInstance

public ActivityInstanceXto getMonitoredInstance()
Gets the value of the monitoredInstance property.

Returns:
possible object is ActivityInstanceXto

setMonitoredInstance

public void setMonitoredInstance(ActivityInstanceXto value)
Sets the value of the monitoredInstance property.

Parameters:
value - allowed object is ActivityInstanceXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.