| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getCountDataItem()
Returns the value of the 'Count Data Item' containment reference.
|
DataRefOrLiteral |
getEncoding()
Returns the value of the 'Encoding' containment reference.
|
DataRef |
getFromDataItem()
Returns the value of the 'From Data Item' containment reference.
|
NameClause |
getNameClause()
Returns the value of the 'Name Clause' containment reference.
|
DataRefOrLiteral |
getNamespace()
Returns the value of the 'Namespace' containment reference.
|
DataRefOrLiteral |
getNamespacePrefix()
Returns the value of the 'Namespace Prefix' containment reference.
|
java.util.List |
getNotOnException()
Returns the value of the 'Not On Exception' containment reference list.
|
java.util.List |
getOnException()
Returns the value of the 'On Exception' containment reference list.
|
DataRef |
getReceivingArea()
Returns the value of the 'Receiving Area' containment reference.
|
SuppressClause |
getSuppressClause()
Returns the value of the 'Suppress Clause' containment reference.
|
TypeClause |
getTypeClause()
Returns the value of the 'Type Clause' containment reference.
|
boolean |
isAttributesUsed()
Returns the value of the 'Attributes Used' attribute.
|
boolean |
isEndXMLUsed()
Returns the value of the 'End XML Used' attribute.
|
boolean |
isXmlDeclarationUsed()
Returns the value of the 'Xml Declaration Used' attribute.
|
void |
setAttributesUsed(boolean value)
Sets the value of the '
Attributes Used' attribute. |
void |
setCountDataItem(DataRef value)
Sets the value of the '
Count Data Item' containment reference. |
void |
setEncoding(DataRefOrLiteral value)
Sets the value of the '
Encoding' containment reference. |
void |
setEndXMLUsed(boolean value)
Sets the value of the '
End XML Used' attribute. |
void |
setFromDataItem(DataRef value)
Sets the value of the '
From Data Item' containment reference. |
void |
setNameClause(NameClause value)
Sets the value of the '
Name Clause' containment reference. |
void |
setNamespace(DataRefOrLiteral value)
Sets the value of the '
Namespace' containment reference. |
void |
setNamespacePrefix(DataRefOrLiteral value)
Sets the value of the '
Namespace Prefix' containment reference. |
void |
setReceivingArea(DataRef value)
Sets the value of the '
Receiving Area' containment reference. |
void |
setSuppressClause(SuppressClause value)
Sets the value of the '
Suppress Clause' containment reference. |
void |
setTypeClause(TypeClause value)
Sets the value of the '
Type Clause' containment reference. |
void |
setXmlDeclarationUsed(boolean value)
Sets the value of the '
Xml Declaration Used' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRef getReceivingArea()
The value is a reference to the data item that will receive the generated XML.
setReceivingArea(DataRef),
COBOLPackage.getXMLGenerateStmt_ReceivingArea()void setReceivingArea(DataRef value)
Receiving Area' containment reference.
value - the new value of the 'Receiving Area' containment reference.getReceivingArea()DataRef getFromDataItem()
The value is the data item that contains the data to be converted to XML.
setFromDataItem(DataRef),
COBOLPackage.getXMLGenerateStmt_FromDataItem()void setFromDataItem(DataRef value)
From Data Item' containment reference.
value - the new value of the 'From Data Item' containment reference.getFromDataItem()DataRef getCountDataItem()
The value is the data item in the COUNT phrase; if the COUNT phrase is not present, the value is null.
setCountDataItem(DataRef),
COBOLPackage.getXMLGenerateStmt_CountDataItem()void setCountDataItem(DataRef value)
Count Data Item' containment reference.
value - the new value of the 'Count Data Item' containment reference.getCountDataItem()DataRefOrLiteral getEncoding()
The value is the encoding specified in the ENCODING phrase; if that phrase is not present, the value is null.
setEncoding(DataRefOrLiteral),
COBOLPackage.getXMLGenerateStmt_Encoding()void setEncoding(DataRefOrLiteral value)
Encoding' containment reference.
value - the new value of the 'Encoding' containment reference.getEncoding()boolean isXmlDeclarationUsed()
The value is true if the XML-DECLARATION phrase is present; false otherwise.
setXmlDeclarationUsed(boolean),
COBOLPackage.getXMLGenerateStmt_XmlDeclarationUsed()void setXmlDeclarationUsed(boolean value)
Xml Declaration Used' attribute.
value - the new value of the 'Xml Declaration Used' attribute.isXmlDeclarationUsed()boolean isAttributesUsed()
The value is true if the ATTRIBUTES phrase is present; false otherwise.
setAttributesUsed(boolean),
COBOLPackage.getXMLGenerateStmt_AttributesUsed()void setAttributesUsed(boolean value)
Attributes Used' attribute.
value - the new value of the 'Attributes Used' attribute.isAttributesUsed()DataRefOrLiteral getNamespace()
The value is the namespace; if no namespace is specified, the value is null.
setNamespace(DataRefOrLiteral),
COBOLPackage.getXMLGenerateStmt_Namespace()void setNamespace(DataRefOrLiteral value)
Namespace' containment reference.
value - the new value of the 'Namespace' containment reference.getNamespace()DataRefOrLiteral getNamespacePrefix()
The value is the namespace prefix; if no namespace prefix is specified, the value is null.
setNamespacePrefix(DataRefOrLiteral),
COBOLPackage.getXMLGenerateStmt_NamespacePrefix()void setNamespacePrefix(DataRefOrLiteral value)
Namespace Prefix' containment reference.
value - the new value of the 'Namespace Prefix' containment reference.getNamespacePrefix()java.util.List getOnException()
Stmt.
The items in the list are the statements in the ON EXCEPTION phrase.
COBOLPackage.getXMLGenerateStmt_OnException()java.util.List getNotOnException()
Stmt.
The items in the list are the statements in the NOT ON EXCEPTION phrase.
COBOLPackage.getXMLGenerateStmt_NotOnException()boolean isEndXMLUsed()
The value is true if the END-XML keyword is present; false otherwise.
setEndXMLUsed(boolean),
COBOLPackage.getXMLGenerateStmt_EndXMLUsed()void setEndXMLUsed(boolean value)
End XML Used' attribute.
value - the new value of the 'End XML Used' attribute.isEndXMLUsed()NameClause getNameClause()
Returns a representation of the NAME clause, if one is present, null otherwise.
setNameClause(NameClause),
COBOLPackage.getXMLGenerateStmt_NameClause()void setNameClause(NameClause value)
Name Clause' containment reference.
value - the new value of the 'Name Clause' containment reference.getNameClause()TypeClause getTypeClause()
The value is a representation of the TYPE clause, if one is present; null otherwise.
setTypeClause(TypeClause),
COBOLPackage.getXMLGenerateStmt_TypeClause()void setTypeClause(TypeClause value)
Type Clause' containment reference.
value - the new value of the 'Type Clause' containment reference.getTypeClause()SuppressClause getSuppressClause()
The value is a representation of the SUPPRESS clause, if one is present; null otherwise.
setSuppressClause(SuppressClause),
COBOLPackage.getXMLGenerateStmt_SuppressClause()void setSuppressClause(SuppressClause value)
Suppress Clause' containment reference.
value - the new value of the 'Suppress Clause' containment reference.getSuppressClause()