public class ParameterMappingXto extends ModelElementXto
Java class for ParameterMapping complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParameterMapping">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api}ModelElement">
<sequence>
<element name="dataId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="parameterPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="parameter" type="{http://eclipse.org/stardust/ws/v2012a/api}AccessPoint" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ParameterMappingXto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataId()
Gets the value of the dataId property.
|
AccessPointXto |
getParameter()
Gets the value of the parameter property.
|
String |
getParameterPath()
Gets the value of the parameterPath property.
|
void |
setDataId(String value)
Sets the value of the dataId property.
|
void |
setParameter(AccessPointXto value)
Sets the value of the parameter property.
|
void |
setParameterPath(String value)
Sets the value of the parameterPath property.
|
getAttributes, getDescription, getId, getModelOid, getName, getPartitionId, getPartitionOid, getQualifiedId, setAttributes, setDescription, setId, setModelOid, setName, setPartitionId, setPartitionOid, setQualifiedIdpublic String getDataId()
Stringpublic void setDataId(String value)
value - allowed object is
Stringpublic String getParameterPath()
Stringpublic void setParameterPath(String value)
value - allowed object is
Stringpublic AccessPointXto getParameter()
AccessPointXtopublic void setParameter(AccessPointXto value)
value - allowed object is
AccessPointXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.