Package org.w3._2001.schema
Interface ExtensionType
-
- All Known Subinterfaces:
SimpleExtensionType
- All Known Implementing Classes:
ExtensionTypeImpl
,SimpleExtensionTypeImpl
public interface ExtensionType extends Annotated
A representation of the model object 'Extension Type'.The following features are supported:
- See Also:
SchemaPackage.getExtensionType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description All
getAll()
Returns the value of the 'All' containment reference.Wildcard
getAnyAttribute1()
Returns the value of the 'Any Attribute1' containment reference.EList<Attribute>
getAttribute()
Returns the value of the 'Attribute' containment reference list.EList<AttributeGroupRef>
getAttributeGroup()
Returns the value of the 'Attribute Group' containment reference list.QName
getBase()
Returns the value of the 'Base' attribute.ExplicitGroup
getChoice()
Returns the value of the 'Choice' containment reference.GroupRef
getGroup()
Returns the value of the 'Group' containment reference.FeatureMap
getGroup1()
Returns the value of the 'Group1' attribute list.ExplicitGroup
getSequence()
Returns the value of the 'Sequence' containment reference.void
setAll(All value)
Sets the value of the 'All
' containment reference.void
setAnyAttribute1(Wildcard value)
Sets the value of the 'Any Attribute1
' containment reference.void
setBase(QName value)
Sets the value of the 'Base
' attribute.void
setChoice(ExplicitGroup value)
Sets the value of the 'Choice
' containment reference.void
setGroup(GroupRef value)
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 OpenAttrs
getAnyAttribute
-
-
-
-
Method Detail
-
getGroup
GroupRef getGroup()
Returns the value of the 'Group' containment reference.- Returns:
- the value of the 'Group' containment reference.
- See Also:
setGroup(GroupRef)
,SchemaPackage.getExtensionType_Group()
-
setGroup
void setGroup(GroupRef value)
Sets the value of the 'Group
' containment reference.- Parameters:
value
- the new value of the 'Group' containment reference.- See Also:
getGroup()
-
getAll
All getAll()
Returns the value of the 'All' containment reference.- Returns:
- the value of the 'All' containment reference.
- See Also:
setAll(All)
,SchemaPackage.getExtensionType_All()
-
setAll
void setAll(All value)
Sets the value of the 'All
' containment reference.- Parameters:
value
- the new value of the 'All' containment reference.- See Also:
getAll()
-
getChoice
ExplicitGroup getChoice()
Returns the value of the 'Choice' containment reference.- Returns:
- the value of the 'Choice' containment reference.
- See Also:
setChoice(ExplicitGroup)
,SchemaPackage.getExtensionType_Choice()
-
setChoice
void setChoice(ExplicitGroup value)
Sets the value of the 'Choice
' containment reference.- Parameters:
value
- the new value of the 'Choice' containment reference.- See Also:
getChoice()
-
getSequence
ExplicitGroup getSequence()
Returns the value of the 'Sequence' containment reference.- Returns:
- the value of the 'Sequence' containment reference.
- See Also:
setSequence(ExplicitGroup)
,SchemaPackage.getExtensionType_Sequence()
-
setSequence
void setSequence(ExplicitGroup value)
Sets the value of the 'Sequence
' containment reference.- Parameters:
value
- the new value of the 'Sequence' containment reference.- See Also:
getSequence()
-
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:
SchemaPackage.getExtensionType_Group1()
-
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:
SchemaPackage.getExtensionType_Attribute()
-
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:
SchemaPackage.getExtensionType_AttributeGroup()
-
getAnyAttribute1
Wildcard getAnyAttribute1()
Returns the value of the 'Any Attribute1' containment reference.- Returns:
- the value of the 'Any Attribute1' containment reference.
- See Also:
setAnyAttribute1(Wildcard)
,SchemaPackage.getExtensionType_AnyAttribute1()
-
setAnyAttribute1
void setAnyAttribute1(Wildcard value)
Sets the value of the 'Any Attribute1
' containment reference.- Parameters:
value
- the new value of the 'Any Attribute1' containment reference.- See Also:
getAnyAttribute1()
-
getBase
QName getBase()
Returns the value of the 'Base' attribute.- Returns:
- the value of the 'Base' attribute.
- See Also:
setBase(QName)
,SchemaPackage.getExtensionType_Base()
-
-