|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ValidatingClause
A representation of the VALIDATING clause in an XML PARSE statement.
The following features are supported:
COBOLPackage.getValidatingClause()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
XMLSchema |
getSchema()
Returns the value of the 'Schema' reference. |
DataRef |
getSchemaDataItem()
Returns the value of the 'Schema Data Item' containment reference. |
void |
setSchema(XMLSchema value)
Sets the value of the ' Schema' reference. |
void |
setSchemaDataItem(DataRef value)
Sets the value of the ' Schema Data Item' containment reference. |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.ASTNode |
|---|
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTag |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
DataRef getSchemaDataItem()
The value is a reference to the data item containing the schema; if a schema is specified, this value is null.
setSchemaDataItem(DataRef),
COBOLPackage.getValidatingClause_SchemaDataItem()void setSchemaDataItem(DataRef value)
Schema Data Item' containment reference.
value - the new value of the 'Schema Data Item' containment reference.getSchemaDataItem()XMLSchema getSchema()
The value is an XML schema specified in the SPECIAL-NAMES paragraph. If the schema is in a data item, this value is null.
setSchema(XMLSchema),
COBOLPackage.getValidatingClause_Schema()void setSchema(XMLSchema value)
Schema' reference.
value - the new value of the 'Schema' reference.getSchema()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||