|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.ModelElementXto
org.eclipse.stardust.engine.api.ws.DataPathXto
public class DataPathXto
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 |
|---|
public DataPathXto()
| Method Detail |
|---|
public QName getType()
QNamepublic void setType(QName value)
value - allowed object is
QNamepublic org.eclipse.stardust.common.Direction getDirection()
Stringpublic void setDirection(org.eclipse.stardust.common.Direction value)
value - allowed object is
Stringpublic boolean isDescriptor()
public void setDescriptor(boolean value)
public String getAccessPath()
Stringpublic void setAccessPath(String value)
value - allowed object is
Stringpublic String getDataId()
Stringpublic void setDataId(String value)
value - allowed object is
Stringpublic String getMappedJavaType()
Stringpublic void setMappedJavaType(String value)
value - allowed object is
Stringpublic boolean isKeyDescriptor()
public void setKeyDescriptor(boolean value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||