Package org.w3._2001.schema
Interface SimpleContentType
-
- All Known Implementing Classes:
SimpleContentTypeImpl
public interface SimpleContentType extends Annotated
A representation of the model object 'Simple Content Type'.The following features are supported:
- See Also:
SchemaPackage.getSimpleContentType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SimpleExtensionType
getExtension()
Returns the value of the 'Extension' containment reference.SimpleRestrictionType
getRestriction()
Returns the value of the 'Restriction' containment reference.void
setExtension(SimpleExtensionType value)
Sets the value of the 'Extension
' containment reference.void
setRestriction(SimpleRestrictionType value)
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 OpenAttrs
getAnyAttribute
-
-
-
-
Method Detail
-
getRestriction
SimpleRestrictionType getRestriction()
Returns the value of the 'Restriction' containment reference.- Returns:
- the value of the 'Restriction' containment reference.
- See Also:
setRestriction(SimpleRestrictionType)
,SchemaPackage.getSimpleContentType_Restriction()
-
setRestriction
void setRestriction(SimpleRestrictionType value)
Sets the value of the 'Restriction
' containment reference.- Parameters:
value
- the new value of the 'Restriction' containment reference.- See Also:
getRestriction()
-
getExtension
SimpleExtensionType getExtension()
Returns the value of the 'Extension' containment reference.- Returns:
- the value of the 'Extension' containment reference.
- See Also:
setExtension(SimpleExtensionType)
,SchemaPackage.getSimpleContentType_Extension()
-
setExtension
void setExtension(SimpleExtensionType value)
Sets the value of the 'Extension
' containment reference.- Parameters:
value
- the new value of the 'Extension' containment reference.- See Also:
getExtension()
-
-