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

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

public class ProcessInterfaceXto
extends Object

Interface used to separate a process definition from its interface.

Java class for ProcessInterface complex type.

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

 <complexType name="ProcessInterface">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="declaringProcessDefintionId" type="{http://www.w3.org/2001/XMLSchema}QName"/>
         <element name="formalParameters" type="{http://eclipse.org/stardust/ws/v2012a/api}FormalParameters" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
ProcessInterfaceXto()
           
 
Method Summary
 QName getDeclaringProcessDefintionId()
          Gets the value of the declaringProcessDefintionId property.
 FormalParametersXto getFormalParameters()
          Gets the value of the formalParameters property.
 void setDeclaringProcessDefintionId(QName value)
          Sets the value of the declaringProcessDefintionId property.
 void setFormalParameters(FormalParametersXto value)
          Sets the value of the formalParameters property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessInterfaceXto

public ProcessInterfaceXto()
Method Detail

getDeclaringProcessDefintionId

public QName getDeclaringProcessDefintionId()
Gets the value of the declaringProcessDefintionId property.

Returns:
possible object is QName

setDeclaringProcessDefintionId

public void setDeclaringProcessDefintionId(QName value)
Sets the value of the declaringProcessDefintionId property.

Parameters:
value - allowed object is QName

getFormalParameters

public FormalParametersXto getFormalParameters()
Gets the value of the formalParameters property.

Returns:
possible object is FormalParametersXto

setFormalParameters

public void setFormalParameters(FormalParametersXto value)
Sets the value of the formalParameters property.

Parameters:
value - allowed object is FormalParametersXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.