Package org.w3._2001.schema
Interface NotationType
- All Known Implementing Classes:
NotationTypeImpl
A representation of the model object 'Notation Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetName()Returns the value of the 'Name' attribute.Returns the value of the 'Public' attribute.Returns the value of the 'System' attribute.voidSets the value of the 'Name' attribute.voidSets the value of the 'Public' attribute.voidSets the value of the 'System' attribute.Methods inherited from interface Annotated
getAnnotation, getId, setAnnotation, setIdMethods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface OpenAttrs
getAnyAttribute
-
Method Details
-
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:
-
getPublic
String getPublic()Returns the value of the 'Public' attribute.- Returns:
- the value of the 'Public' attribute.
- See Also:
-
setPublic
Sets the value of the 'Public' attribute.- Parameters:
value- the new value of the 'Public' attribute.- See Also:
-
getSystem
String getSystem()Returns the value of the 'System' attribute.- Returns:
- the value of the 'System' attribute.
- See Also:
-
setSystem
Sets the value of the 'System' attribute.- Parameters:
value- the new value of the 'System' attribute.- See Also:
-