|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.AccessPointXto
public class AccessPointXto
An AccessPoint is a modelling element where an Application provides access to it's data. It is used as the endpoint for a data mapping. An AccessPoint can expose a java type or a custom defined type to be the end point of a data mapping. Every application keeps a map of all access points identified by the ID attribute.
Java class for AccessPoint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccessPoint">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="direction" type="{http://eclipse.org/stardust/ws/v2012a/api}Direction" minOccurs="0"/>
<element name="accessPathEvaluatorClass" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="attributes" type="{http://eclipse.org/stardust/ws/v2012a/api}Attributes" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
AccessPointXto()
|
|
| Method Summary | |
|---|---|
String |
getAccessPathEvaluatorClass()
Gets the value of the accessPathEvaluatorClass property. |
AttributesXto |
getAttributes()
Gets the value of the attributes 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. |
void |
setAccessPathEvaluatorClass(String value)
Sets the value of the accessPathEvaluatorClass property. |
void |
setAttributes(AttributesXto value)
Sets the value of the attributes 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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccessPointXto()
| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic org.eclipse.stardust.common.Direction getDirection()
Stringpublic void setDirection(org.eclipse.stardust.common.Direction value)
value - allowed object is
Stringpublic String getAccessPathEvaluatorClass()
Stringpublic void setAccessPathEvaluatorClass(String value)
value - allowed object is
Stringpublic AttributesXto getAttributes()
AttributesXtopublic void setAttributes(AttributesXto value)
value - allowed object is
AttributesXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||