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

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

public class DataPathXto
extends ModelElementXto

The DataPath provides read or write access to the workflow data.

Java class for DataPath complex type.

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

 <complexType name="DataPath">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api}ModelElement">
       <sequence>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}QName"/>
         <element name="direction" type="{http://eclipse.org/stardust/ws/v2012a/api}Direction"/>
         <element name="descriptor" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="accessPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="dataId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="mappedJavaType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="keyDescriptor" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
DataPathXto()
           
 
Method Summary
 String getAccessPath()
          Gets the value of the accessPath property.
 String getDataId()
          Gets the value of the dataId property.
 org.eclipse.stardust.common.Direction getDirection()
          Gets the value of the direction property.
 String getMappedJavaType()
          Gets the value of the mappedJavaType property.
 QName getType()
          Gets the value of the type property.
 boolean isDescriptor()
          Gets the value of the descriptor property.
 boolean isKeyDescriptor()
          Gets the value of the keyDescriptor property.
 void setAccessPath(String value)
          Sets the value of the accessPath property.
 void setDataId(String value)
          Sets the value of the dataId property.
 void setDescriptor(boolean value)
          Sets the value of the descriptor property.
 void setDirection(org.eclipse.stardust.common.Direction value)
          Sets the value of the direction property.
 void setKeyDescriptor(boolean value)
          Sets the value of the keyDescriptor property.
 void setMappedJavaType(String value)
          Sets the value of the mappedJavaType property.
 void setType(QName value)
          Sets the value of the type property.
 
Methods inherited from class org.eclipse.stardust.engine.api.ws.ModelElementXto
getAttributes, getDescription, getId, getModelOid, getName, getPartitionId, getPartitionOid, getQualifiedId, setAttributes, setDescription, setId, setModelOid, setName, setPartitionId, setPartitionOid, setQualifiedId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataPathXto

public DataPathXto()
Method Detail

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

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

isDescriptor

public boolean isDescriptor()
Gets the value of the descriptor property.


setDescriptor

public void setDescriptor(boolean value)
Sets the value of the descriptor property.


getAccessPath

public String getAccessPath()
Gets the value of the accessPath property.

Returns:
possible object is String

setAccessPath

public void setAccessPath(String value)
Sets the value of the accessPath 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

getMappedJavaType

public String getMappedJavaType()
Gets the value of the mappedJavaType property.

Returns:
possible object is String

setMappedJavaType

public void setMappedJavaType(String value)
Sets the value of the mappedJavaType property.

Parameters:
value - allowed object is String

isKeyDescriptor

public boolean isKeyDescriptor()
Gets the value of the keyDescriptor property.


setKeyDescriptor

public void setKeyDescriptor(boolean value)
Sets the value of the keyDescriptor property.



Copyright © 2017 Eclipse Stardust. All Rights Reserved.