Package org.w3._2001.schema
Interface RedefineType
- All Superinterfaces:
EObject
,Notifier
,OpenAttrs
- All Known Implementing Classes:
RedefineTypeImpl
A representation of the model object 'Redefine Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<AnnotationType>
Returns the value of the 'Annotation' containment reference list.EList<NamedAttributeGroup>
Returns the value of the 'Attribute Group' containment reference list.EList<TopLevelComplexType>
Returns the value of the 'Complex Type' containment reference list.FeatureMap
getGroup()
Returns the value of the 'Group' attribute list.EList<NamedGroup>
Returns the value of the 'Group1' containment reference list.getId()
Returns the value of the 'Id' attribute.Returns the value of the 'Schema Location' attribute.EList<TopLevelSimpleType>
Returns the value of the 'Simple Type' containment reference list.void
Sets the value of the 'Id
' attribute.void
setSchemaLocation
(String value) Sets the value of the 'Schema Location
' attribute.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
FeatureMap getGroup()Returns the value of the 'Group' attribute list. The list contents are of typeFeatureMap.Entry
.- Returns:
- the value of the 'Group' attribute list.
- See Also:
-
getAnnotation
EList<AnnotationType> getAnnotation()Returns the value of the 'Annotation' containment reference list. The list contents are of typeAnnotationType
.- Returns:
- the value of the 'Annotation' containment reference list.
- See Also:
-
getSimpleType
EList<TopLevelSimpleType> getSimpleType()Returns the value of the 'Simple Type' containment reference list. The list contents are of typeTopLevelSimpleType
.- Returns:
- the value of the 'Simple Type' containment reference list.
- See Also:
-
getComplexType
EList<TopLevelComplexType> getComplexType()Returns the value of the 'Complex Type' containment reference list. The list contents are of typeTopLevelComplexType
.- Returns:
- the value of the 'Complex Type' containment reference list.
- See Also:
-
getGroup1
EList<NamedGroup> getGroup1()Returns the value of the 'Group1' containment reference list. The list contents are of typeNamedGroup
.- Returns:
- the value of the 'Group1' containment reference list.
- See Also:
-
getAttributeGroup
EList<NamedAttributeGroup> getAttributeGroup()Returns the value of the 'Attribute Group' containment reference list. The list contents are of typeNamedAttributeGroup
.- Returns:
- the value of the 'Attribute Group' containment reference list.
- See Also:
-
getId
String getId()Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
-
setId
Sets the value of the 'Id
' attribute.- Parameters:
value
- the new value of the 'Id' attribute.- See Also:
-
getSchemaLocation
String getSchemaLocation()Returns the value of the 'Schema Location' attribute.- Returns:
- the value of the 'Schema Location' attribute.
- See Also:
-
setSchemaLocation
Sets the value of the 'Schema Location
' attribute.- Parameters:
value
- the new value of the 'Schema Location' attribute.- See Also:
-