Package org.w3._2001.schema
Interface NotationType
-
- All Known Implementing Classes:
NotationTypeImpl
public interface NotationType extends Annotated
A representation of the model object 'Notation Type'.The following features are supported:
- See Also:
SchemaPackage.getNotationType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Returns the value of the 'Name' attribute.String
getPublic()
Returns the value of the 'Public' attribute.String
getSystem()
Returns the value of the 'System' attribute.void
setName(String value)
Sets the value of the 'Name
' attribute.void
setPublic(String value)
Sets the value of the 'Public
' attribute.void
setSystem(String value)
Sets the value of the 'System
' 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
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,SchemaPackage.getNotationType_Name()
-
setName
void setName(String value)
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
getName()
-
getPublic
String getPublic()
Returns the value of the 'Public' attribute.- Returns:
- the value of the 'Public' attribute.
- See Also:
setPublic(String)
,SchemaPackage.getNotationType_Public()
-
setPublic
void setPublic(String value)
Sets the value of the 'Public
' attribute.- Parameters:
value
- the new value of the 'Public' attribute.- See Also:
getPublic()
-
getSystem
String getSystem()
Returns the value of the 'System' attribute.- Returns:
- the value of the 'System' attribute.
- See Also:
setSystem(String)
,SchemaPackage.getNotationType_System()
-
setSystem
void setSystem(String value)
Sets the value of the 'System
' attribute.- Parameters:
value
- the new value of the 'System' attribute.- See Also:
getSystem()
-
-