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

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

public class ApplicationXto
extends ModelElementXto

The client view of a workflow application. Applications are software programs that interact with the Eclipse Process Manager handling the processing required to support a particular activity in whole or in part. Multiple activities may use the same application but only one application may be executed within an activity.

Java class for Application complex type.

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

 <complexType name="Application">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api}ModelElement">
       <sequence>
         <element name="accessPoints" type="{http://eclipse.org/stardust/ws/v2012a/api}AccessPoints" minOccurs="0"/>
         <element name="typeAttributes" type="{http://eclipse.org/stardust/ws/v2012a/api}Attributes" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
ApplicationXto()
           
 
Method Summary
 AccessPointsXto getAccessPoints()
          Gets the value of the accessPoints property.
 AttributesXto getTypeAttributes()
          Gets the value of the typeAttributes property.
 void setAccessPoints(AccessPointsXto value)
          Sets the value of the accessPoints property.
 void setTypeAttributes(AttributesXto value)
          Sets the value of the typeAttributes property.
 
Methods inherited from class org.eclipse.stardust.engine.api.ws.ModelElementXto
getAttributes, getDescription, getId, getModelOid, getName, getPartitionId, getPartitionOid, getQualifiedId, setAttributes, setDescription, setId, setModelOid, setName, setPartitionId, setPartitionOid, setQualifiedId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationXto

public ApplicationXto()
Method Detail

getAccessPoints

public AccessPointsXto getAccessPoints()
Gets the value of the accessPoints property.

Returns:
possible object is AccessPointsXto

setAccessPoints

public void setAccessPoints(AccessPointsXto value)
Sets the value of the accessPoints property.

Parameters:
value - allowed object is AccessPointsXto

getTypeAttributes

public AttributesXto getTypeAttributes()
Gets the value of the typeAttributes property.

Returns:
possible object is AttributesXto

setTypeAttributes

public void setTypeAttributes(AttributesXto value)
Sets the value of the typeAttributes property.

Parameters:
value - allowed object is AttributesXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.