Package org.w3._2001.schema
Interface SelectorType
-
- All Known Implementing Classes:
SelectorTypeImpl
public interface SelectorType extends Annotated
A representation of the model object 'Selector Type'.The following features are supported:
- See Also:
SchemaPackage.getSelectorType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getXpath()
Returns the value of the 'Xpath' attribute.void
setXpath(String value)
Sets the value of the 'Xpath
' attribute.-
Methods inherited from interface Annotated
getAnnotation, getId, setAnnotation, setId
-
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface OpenAttrs
getAnyAttribute
-
-
-
-
Method Detail
-
getXpath
String getXpath()
Returns the value of the 'Xpath' attribute.- Returns:
- the value of the 'Xpath' attribute.
- See Also:
setXpath(String)
,SchemaPackage.getSelectorType_Xpath()
-
setXpath
void setXpath(String value)
Sets the value of the 'Xpath
' attribute.- Parameters:
value
- the new value of the 'Xpath' attribute.- See Also:
getXpath()
-
-