Package org.w3._2001.schema
Interface ImportType
-
- All Known Implementing Classes:
ImportTypeImpl
public interface ImportType extends Annotated
A representation of the model object 'Import Type'.The following features are supported:
- See Also:
SchemaPackage.getImportType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getNamespace()
Returns the value of the 'Namespace' attribute.String
getSchemaLocation()
Returns the value of the 'Schema Location' attribute.void
setNamespace(String value)
Sets the value of the 'Namespace
' attribute.void
setSchemaLocation(String value)
Sets the value of the 'Schema Location
' attribute.-
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
-
getNamespace
String getNamespace()
Returns the value of the 'Namespace' attribute.- Returns:
- the value of the 'Namespace' attribute.
- See Also:
setNamespace(String)
,SchemaPackage.getImportType_Namespace()
-
setNamespace
void setNamespace(String value)
Sets the value of the 'Namespace
' attribute.- Parameters:
value
- the new value of the 'Namespace' attribute.- See Also:
getNamespace()
-
getSchemaLocation
String getSchemaLocation()
Returns the value of the 'Schema Location' attribute.- Returns:
- the value of the 'Schema Location' attribute.
- See Also:
setSchemaLocation(String)
,SchemaPackage.getImportType_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()
-
-