|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.ActivityInstanceAttributesXto
public class ActivityInstanceAttributesXto
This class contains attributes for an activity instance.
Java class for ActivityInstanceAttributes complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivityInstanceAttributes">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="activityInstanceOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="qualityAssuranceResult" type="{http://eclipse.org/stardust/ws/v2012a/api}QualityAssuranceResult"/>
<element name="notes" type="{http://eclipse.org/stardust/ws/v2012a/api}Note" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ActivityInstanceAttributesXto()
|
|
| Method Summary | |
|---|---|
long |
getActivityInstanceOid()
Gets the value of the activityInstanceOid property. |
List<NoteXto> |
getNotes()
Gets the value of the notes property. |
QualityAssuranceResultXto |
getQualityAssuranceResult()
Gets the value of the qualityAssuranceResult property. |
void |
setActivityInstanceOid(long value)
Sets the value of the activityInstanceOid property. |
void |
setQualityAssuranceResult(QualityAssuranceResultXto value)
Sets the value of the qualityAssuranceResult property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActivityInstanceAttributesXto()
| Method Detail |
|---|
public long getActivityInstanceOid()
public void setActivityInstanceOid(long value)
public QualityAssuranceResultXto getQualityAssuranceResult()
QualityAssuranceResultXtopublic void setQualityAssuranceResult(QualityAssuranceResultXto value)
value - allowed object is
QualityAssuranceResultXtopublic List<NoteXto> getNotes()
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 notes property.
For example, to add a new item, do as follows:
getNotes().add(newItem);
Objects of the following type(s) are allowed in the list
NoteXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||