Package org.w3._2001.schema
Interface SimpleType
- All Known Subinterfaces:
LocalSimpleType
,TopLevelSimpleType
- All Known Implementing Classes:
LocalSimpleTypeImpl
,SimpleTypeImpl
,TopLevelSimpleTypeImpl
A representation of the model object 'Simple Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetFinal()
Returns the value of the 'Final' attribute.getList()
Returns the value of the 'List' containment reference.getName()
Returns the value of the 'Name' attribute.Returns the value of the 'Restriction' containment reference.getUnion()
Returns the value of the 'Union' containment reference.void
Sets the value of the 'Final
' attribute.void
Sets the value of the 'List
' containment reference.void
Sets the value of the 'Name
' attribute.void
setRestriction
(RestrictionType1 value) Sets the value of the 'Restriction
' containment reference.void
Sets the value of the 'Union
' 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
RestrictionType1 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:
-
getList
ListType getList()Returns the value of the 'List' containment reference.- Returns:
- the value of the 'List' containment reference.
- See Also:
-
setList
Sets the value of the 'List
' containment reference.- Parameters:
value
- the new value of the 'List' containment reference.- See Also:
-
getUnion
UnionType getUnion()Returns the value of the 'Union' containment reference.- Returns:
- the value of the 'Union' containment reference.
- See Also:
-
setUnion
Sets the value of the 'Union
' containment reference.- Parameters:
value
- the new value of the 'Union' containment reference.- See Also:
-
getFinal
Object getFinal()Returns the value of the 'Final' attribute.- Returns:
- the value of the 'Final' attribute.
- See Also:
-
setFinal
Sets the value of the 'Final
' attribute.- Parameters:
value
- the new value of the 'Final' attribute.- See Also:
-
getName
String getName()Returns the value of the 'Name' attribute. Can be restricted to required or forbidden- 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:
-