Package org.w3._2001.schema
Interface KeyrefType
-
- All Known Implementing Classes:
KeyrefTypeImpl
public interface KeyrefType extends Keybase
A representation of the model object 'Keyref Type'.The following features are supported:
- See Also:
SchemaPackage.getKeyrefType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QName
getRefer()
Returns the value of the 'Refer' attribute.void
setRefer(QName value)
Sets the value of the 'Refer
' 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 Keybase
getField, getName, getSelector, setName, setSelector
-
Methods inherited from interface OpenAttrs
getAnyAttribute
-
-
-
-
Method Detail
-
getRefer
QName getRefer()
Returns the value of the 'Refer' attribute.- Returns:
- the value of the 'Refer' attribute.
- See Also:
setRefer(QName)
,SchemaPackage.getKeyrefType_Refer()
-
setRefer
void setRefer(QName value)
Sets the value of the 'Refer
' attribute.- Parameters:
value
- the new value of the 'Refer' attribute.- See Also:
getRefer()
-
-