Package org.w3._2001.schema
Interface RedefineType
-
- All Superinterfaces:
EObject
,Notifier
,OpenAttrs
- All Known Implementing Classes:
RedefineTypeImpl
public interface RedefineType extends OpenAttrs
A representation of the model object 'Redefine Type'.The following features are supported:
- See Also:
SchemaPackage.getRedefineType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<AnnotationType>
getAnnotation()
Returns the value of the 'Annotation' containment reference list.EList<NamedAttributeGroup>
getAttributeGroup()
Returns the value of the 'Attribute Group' containment reference list.EList<TopLevelComplexType>
getComplexType()
Returns the value of the 'Complex Type' containment reference list.FeatureMap
getGroup()
Returns the value of the 'Group' attribute list.EList<NamedGroup>
getGroup1()
Returns the value of the 'Group1' containment reference list.String
getId()
Returns the value of the 'Id' attribute.String
getSchemaLocation()
Returns the value of the 'Schema Location' attribute.EList<TopLevelSimpleType>
getSimpleType()
Returns the value of the 'Simple Type' containment reference list.void
setId(String value)
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 OpenAttrs
getAnyAttribute
-
-
-
-
Method Detail
-
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:
SchemaPackage.getRedefineType_Group()
-
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:
SchemaPackage.getRedefineType_Annotation()
-
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:
SchemaPackage.getRedefineType_SimpleType()
-
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:
SchemaPackage.getRedefineType_ComplexType()
-
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:
SchemaPackage.getRedefineType_Group1()
-
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:
SchemaPackage.getRedefineType_AttributeGroup()
-
getId
String getId()
Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
setId(String)
,SchemaPackage.getRedefineType_Id()
-
setId
void setId(String value)
Sets the value of the 'Id
' attribute.- Parameters:
value
- the new value of the 'Id' attribute.- See Also:
getId()
-
getSchemaLocation
String getSchemaLocation()
Returns the value of the 'Schema Location' attribute.- Returns:
- the value of the 'Schema Location' attribute.
- See Also:
setSchemaLocation(String)
,SchemaPackage.getRedefineType_SchemaLocation()
-
setSchemaLocation
void setSchemaLocation(String value)
Sets the value of the 'Schema Location
' attribute.- Parameters:
value
- the new value of the 'Schema Location' attribute.- See Also:
getSchemaLocation()
-
-