|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.ProcessInterfaceXto
public class ProcessInterfaceXto
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 |
|---|
public ProcessInterfaceXto()
| Method Detail |
|---|
public QName getDeclaringProcessDefintionId()
QNamepublic void setDeclaringProcessDefintionId(QName value)
value - allowed object is
QNamepublic FormalParametersXto getFormalParameters()
FormalParametersXtopublic void setFormalParameters(FormalParametersXto value)
value - allowed object is
FormalParametersXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||