public interface XMLSchema extends NamedElement
The following features are supported:
COBOLPackage.getXMLSchema()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExternalFileId()
Returns the value of the 'External File Id' attribute.
|
Literal |
getLiteral()
Returns the value of the 'Literal' containment reference.
|
void |
setExternalFileId(java.lang.String value)
Sets the value of the '
External File Id' attribute. |
void |
setLiteral(Literal value)
Sets the value of the '
Literal' containment reference. |
getName, setNamegetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
java.lang.String getExternalFileId()
The value is the external file id; if a literal was used instead, this value is null.
setExternalFileId(String),
COBOLPackage.getXMLSchema_ExternalFileId()void setExternalFileId(java.lang.String value)
External File Id' attribute.
value - the new value of the 'External File Id' attribute.getExternalFileId()Literal getLiteral()
The value is the literal in the XML-SCHEMA clause; if an external file id was used instead, the value is null.
setLiteral(Literal),
COBOLPackage.getXMLSchema_Literal()void setLiteral(Literal value)
Literal' containment reference.
value - the new value of the 'Literal' containment reference.getLiteral()