|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XSDSchemaDirective
A representation of the model object 'Schema Directive'.
It is used to represent aspects common to
'Import
',
'Include
' and
'Redefine
'.
The following features are supported:
XSDPackage.getXSDSchemaDirective()
Method Summary | |
---|---|
XSDSchema |
getResolvedSchema()
Returns the value of the 'Resolved Schema' reference |
java.lang.String |
getSchemaLocation()
Returns the value of the 'Schema Location' attribute |
void |
setResolvedSchema(XSDSchema value)
Sets the value of the ' Resolved Schema ' reference |
void |
setSchemaLocation(java.lang.String value)
Sets the value of the ' Schema Location ' attribute |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getSchemaLocation()
This concrete attribute represents the value of the
import schemaLocation,
include schemaLocation, or
redefine schemaLocation attribute.
It is used in conjunction with the schema's location
,
to compute the resolved schema
.
XSDSchema.getSchemaLocation()
,
getResolvedSchema()
,
setSchemaLocation(String)
,
XSDPackage.getXSDSchemaDirective_SchemaLocation()
void setSchemaLocation(java.lang.String value)
Schema Location
' attribute.
value
- the new value of the 'Schema Location' attribute.getSchemaLocation()
XSDSchema getResolvedSchema()
This represents the actual schema resolved by the 'Schema Location
' attribute.
getSchemaLocation()
,
setResolvedSchema(XSDSchema)
,
XSDPackage.getXSDSchemaDirective_ResolvedSchema()
void setResolvedSchema(XSDSchema value)
Resolved Schema
' reference.
value
- the new value of the 'Resolved Schema' reference.getResolvedSchema()
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |