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

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

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 Summary
FormalParameterXto()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormalParameterXto

public FormalParameterXto()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getDirection

public org.eclipse.stardust.common.Direction getDirection()
Gets the value of the direction property.

Returns:
possible object is String

setDirection

public void setDirection(org.eclipse.stardust.common.Direction value)
Sets the value of the direction property.

Parameters:
value - allowed object is String

getType

public QName getType()
Gets the value of the type property.

Returns:
possible object is QName

setType

public void setType(QName value)
Sets the value of the type property.

Parameters:
value - allowed object is QName

getTypeId

public String getTypeId()
Gets the value of the typeId property.

Returns:
possible object is String

setTypeId

public void setTypeId(String value)
Sets the value of the typeId property.

Parameters:
value - allowed object is String

getDataId

public String getDataId()
Gets the value of the dataId property.

Returns:
possible object is String

setDataId

public void setDataId(String value)
Sets the value of the dataId property.

Parameters:
value - allowed object is String

getAttributes

public AttributesXto getAttributes()
Gets the value of the attributes property.

Returns:
possible object is AttributesXto

setAttributes

public void setAttributes(AttributesXto value)
Sets the value of the attributes property.

Parameters:
value - allowed object is AttributesXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.