public class FormalParameterXto extends Object
Java class for FormalParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FormalParameter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="direction" type="{http://eclipse.org/stardust/ws/v2012a/api}Direction" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
<element name="typeId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dataId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="attributes" type="{http://eclipse.org/stardust/ws/v2012a/api}Attributes" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
FormalParameterXto() |
| Modifier and Type | Method and Description |
|---|---|
AttributesXto |
getAttributes()
Gets the value of the attributes property.
|
String |
getDataId()
Gets the value of the dataId property.
|
org.eclipse.stardust.common.Direction |
getDirection()
Gets the value of the direction property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
QName |
getType()
Gets the value of the type property.
|
String |
getTypeId()
Gets the value of the typeId property.
|
void |
setAttributes(AttributesXto value)
Sets the value of the attributes property.
|
void |
setDataId(String value)
Sets the value of the dataId property.
|
void |
setDirection(org.eclipse.stardust.common.Direction value)
Sets the value of the direction property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(QName value)
Sets the value of the type property.
|
void |
setTypeId(String value)
Sets the value of the typeId property.
|
public void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic org.eclipse.stardust.common.Direction getDirection()
Stringpublic void setDirection(org.eclipse.stardust.common.Direction value)
value - allowed object is
Stringpublic QName getType()
QNamepublic void setType(QName value)
value - allowed object is
QNamepublic String getTypeId()
Stringpublic void setTypeId(String value)
value - allowed object is
Stringpublic String getDataId()
Stringpublic void setDataId(String value)
value - allowed object is
Stringpublic AttributesXto getAttributes()
AttributesXtopublic void setAttributes(AttributesXto value)
value - allowed object is
AttributesXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.