public class QualityAssuranceInfoXto extends Object
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 and Description |
|---|
QualityAssuranceInfoXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public ActivityInstanceXto getFailedQualityAssuranceInstance()
ActivityInstanceXtopublic void setFailedQualityAssuranceInstance(ActivityInstanceXto value)
value - allowed object is
ActivityInstanceXtopublic ActivityInstanceXto getMonitoredInstance()
ActivityInstanceXtopublic void setMonitoredInstance(ActivityInstanceXto value)
value - allowed object is
ActivityInstanceXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.