public class DataPathXto extends ModelElementXto
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 and Description |
|---|
DataPathXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getAttributes, getDescription, getId, getModelOid, getName, getPartitionId, getPartitionOid, getQualifiedId, setAttributes, setDescription, setId, setModelOid, setName, setPartitionId, setPartitionOid, setQualifiedIdpublic 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)
Copyright © 2016 Eclipse Stardust. All Rights Reserved.