public class ProcessInterfaceXto extends Object
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 and Description |
|---|
ProcessInterfaceXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public QName getDeclaringProcessDefintionId()
QNamepublic void setDeclaringProcessDefintionId(QName value)
value - allowed object is
QNamepublic FormalParametersXto getFormalParameters()
FormalParametersXtopublic void setFormalParameters(FormalParametersXto value)
value - allowed object is
FormalParametersXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.