Package org.w3._2001.schema
Interface SimpleContentType
- All Known Implementing Classes:
SimpleContentTypeImpl
A representation of the model object 'Simple Content Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Extension' containment reference.Returns the value of the 'Restriction' containment reference.void
setExtension
(SimpleExtensionType value) Sets the value of the 'Extension
' containment reference.void
Sets the value of the 'Restriction
' 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
-
getRestriction
SimpleRestrictionType getRestriction()Returns the value of the 'Restriction' containment reference.- Returns:
- the value of the 'Restriction' containment reference.
- See Also:
-
setRestriction
Sets the value of the 'Restriction
' containment reference.- Parameters:
value
- the new value of the 'Restriction' containment reference.- See Also:
-
getExtension
SimpleExtensionType getExtension()Returns the value of the 'Extension' containment reference.- Returns:
- the value of the 'Extension' containment reference.
- See Also:
-
setExtension
Sets the value of the 'Extension
' containment reference.- Parameters:
value
- the new value of the 'Extension' containment reference.- See Also:
-