Package org.w3._2001.schema
Interface ExtensionType
- All Known Subinterfaces:
SimpleExtensionType
- All Known Implementing Classes:
ExtensionTypeImpl
,SimpleExtensionTypeImpl
A representation of the model object 'Extension Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetAll()
Returns the value of the 'All' containment reference.Returns the value of the 'Any Attribute1' containment reference.EList<Attribute>
Returns the value of the 'Attribute' containment reference list.EList<AttributeGroupRef>
Returns the value of the 'Attribute Group' containment reference list.getBase()
Returns the value of the 'Base' attribute.Returns the value of the 'Choice' containment reference.getGroup()
Returns the value of the 'Group' containment reference.FeatureMap
Returns the value of the 'Group1' attribute list.Returns the value of the 'Sequence' containment reference.void
Sets the value of the 'All
' containment reference.void
setAnyAttribute1
(Wildcard value) Sets the value of the 'Any Attribute1
' containment reference.void
Sets the value of the 'Base
' attribute.void
setChoice
(ExplicitGroup value) Sets the value of the 'Choice
' containment reference.void
Sets the value of the 'Group
' containment reference.void
setSequence
(ExplicitGroup value) Sets the value of the 'Sequence
' 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
-
getGroup
GroupRef getGroup()Returns the value of the 'Group' containment reference.- Returns:
- the value of the 'Group' containment reference.
- See Also:
-
setGroup
Sets the value of the 'Group
' containment reference.- Parameters:
value
- the new value of the 'Group' containment reference.- See Also:
-
getAll
All getAll()Returns the value of the 'All' containment reference.- Returns:
- the value of the 'All' containment reference.
- See Also:
-
setAll
Sets the value of the 'All
' containment reference.- Parameters:
value
- the new value of the 'All' containment reference.- See Also:
-
getChoice
ExplicitGroup getChoice()Returns the value of the 'Choice' containment reference.- Returns:
- the value of the 'Choice' containment reference.
- See Also:
-
setChoice
Sets the value of the 'Choice
' containment reference.- Parameters:
value
- the new value of the 'Choice' containment reference.- See Also:
-
getSequence
ExplicitGroup getSequence()Returns the value of the 'Sequence' containment reference.- Returns:
- the value of the 'Sequence' containment reference.
- See Also:
-
setSequence
Sets the value of the 'Sequence
' containment reference.- Parameters:
value
- the new value of the 'Sequence' containment reference.- See Also:
-
getGroup1
FeatureMap getGroup1()Returns the value of the 'Group1' attribute list. The list contents are of typeFeatureMap.Entry
.- Returns:
- the value of the 'Group1' attribute list.
- See Also:
-
getAttribute
EList<Attribute> getAttribute()Returns the value of the 'Attribute' containment reference list. The list contents are of typeAttribute
.- Returns:
- the value of the 'Attribute' containment reference list.
- See Also:
-
getAttributeGroup
EList<AttributeGroupRef> getAttributeGroup()Returns the value of the 'Attribute Group' containment reference list. The list contents are of typeAttributeGroupRef
.- Returns:
- the value of the 'Attribute Group' containment reference list.
- See Also:
-
getAnyAttribute1
Wildcard getAnyAttribute1()Returns the value of the 'Any Attribute1' containment reference.- Returns:
- the value of the 'Any Attribute1' containment reference.
- See Also:
-
setAnyAttribute1
Sets the value of the 'Any Attribute1
' containment reference.- Parameters:
value
- the new value of the 'Any Attribute1' containment reference.- See Also:
-
getBase
QName getBase()Returns the value of the 'Base' attribute.- Returns:
- the value of the 'Base' attribute.
- See Also:
-
setBase
Sets the value of the 'Base
' attribute.- Parameters:
value
- the new value of the 'Base' attribute.- See Also:
-