|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
String |
getSchemaLocation()
Returns the value of the 'Schema Location' attribute |
void |
setResolvedSchema(XSDSchema value)
Sets the value of the ' Resolved Schema ' reference |
void |
setSchemaLocation(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 |
public 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()
public void setSchemaLocation(String value)
Schema Location
' attribute.
value
- the new value of the 'Schema Location' attribute.getSchemaLocation()
public XSDSchema getResolvedSchema()
This represents the actual schema resolved by the 'Schema Location
' attribute.
getSchemaLocation()
,
setResolvedSchema(XSDSchema)
,
XSDPackage.getXSDSchemaDirective_ResolvedSchema()
public 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 |