public class AccessPointXto extends Object
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 and Description |
|---|
AccessPointXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public 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
AttributesXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.