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

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

public class ActivityInstanceAttributesXto
extends Object

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

ActivityInstanceAttributesXto

public ActivityInstanceAttributesXto()
Method Detail

getActivityInstanceOid

public long getActivityInstanceOid()
Gets the value of the activityInstanceOid property.


setActivityInstanceOid

public void setActivityInstanceOid(long value)
Sets the value of the activityInstanceOid property.


getQualityAssuranceResult

public QualityAssuranceResultXto getQualityAssuranceResult()
Gets the value of the qualityAssuranceResult property.

Returns:
possible object is QualityAssuranceResultXto

setQualityAssuranceResult

public void setQualityAssuranceResult(QualityAssuranceResultXto value)
Sets the value of the qualityAssuranceResult property.

Parameters:
value - allowed object is QualityAssuranceResultXto

getNotes

public List<NoteXto> getNotes()
Gets the value of the notes 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 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



Copyright © 2017 Eclipse Stardust. All Rights Reserved.