Package org.w3._2001.schema
Interface Keybase
- All Known Subinterfaces:
KeyrefType
- All Known Implementing Classes:
KeybaseImpl
,KeyrefTypeImpl
A representation of the model object 'Keybase'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<FieldType>
getField()
Returns the value of the 'Field' containment reference list.getName()
Returns the value of the 'Name' attribute.Returns the value of the 'Selector' containment reference.void
Sets the value of the 'Name
' attribute.void
setSelector
(SelectorType value) Sets the value of the 'Selector
' containment reference.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 Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface OpenAttrs
getAnyAttribute
-
Method Details
-
getSelector
SelectorType getSelector()Returns the value of the 'Selector' containment reference.- Returns:
- the value of the 'Selector' containment reference.
- See Also:
-
setSelector
Sets the value of the 'Selector
' containment reference.- Parameters:
value
- the new value of the 'Selector' containment reference.- See Also:
-
getField
EList<FieldType> getField()Returns the value of the 'Field' containment reference list. The list contents are of typeFieldType
.- Returns:
- the value of the 'Field' containment reference list.
- See Also:
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
-