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

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

public class AccessPointXto
extends Object

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

AccessPointXto

public AccessPointXto()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

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

getAccessPathEvaluatorClass

public String getAccessPathEvaluatorClass()
Gets the value of the accessPathEvaluatorClass property.

Returns:
possible object is String

setAccessPathEvaluatorClass

public void setAccessPathEvaluatorClass(String value)
Sets the value of the accessPathEvaluatorClass property.

Parameters:
value - allowed object is String

getAttributes

public AttributesXto getAttributes()
Gets the value of the attributes property.

Returns:
possible object is AttributesXto

setAttributes

public void setAttributes(AttributesXto value)
Sets the value of the attributes property.

Parameters:
value - allowed object is AttributesXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.