|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.QualityAssuranceInfoXto
public class QualityAssuranceInfoXto
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 |
|---|
public QualityAssuranceInfoXto()
| Method Detail |
|---|
public ActivityInstanceXto getFailedQualityAssuranceInstance()
ActivityInstanceXtopublic void setFailedQualityAssuranceInstance(ActivityInstanceXto value)
value - allowed object is
ActivityInstanceXtopublic ActivityInstanceXto getMonitoredInstance()
ActivityInstanceXtopublic void setMonitoredInstance(ActivityInstanceXto value)
value - allowed object is
ActivityInstanceXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||