public interface ValidatingClause extends ASTNode
The following features are supported:
COBOLPackage.getValidatingClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
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. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
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()