Package org.w3._2001.schema
Interface ImportType
- All Known Implementing Classes:
ImportTypeImpl
A representation of the model object 'Import Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Namespace' attribute.Returns the value of the 'Schema Location' attribute.voidsetNamespace(String value) Sets the value of the 'Namespace' attribute.voidsetSchemaLocation(String value) Sets the value of the 'Schema Location' attribute.Methods inherited from interface Annotated
getAnnotation, getId, setAnnotation, setIdMethods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface OpenAttrs
getAnyAttribute
-
Method Details
-
getNamespace
String getNamespace()Returns the value of the 'Namespace' attribute.- Returns:
- the value of the 'Namespace' attribute.
- See Also:
-
setNamespace
Sets the value of the 'Namespace' attribute.- Parameters:
value- the new value of the 'Namespace' 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:
-