| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getQName()
Returns the value of the 'QName' containment reference.
|
DataRefOrLiteral |
getQueue()
Returns the value of the 'Queue' containment reference.
|
DataRefOrLiteral |
getSysId()
Returns the value of the 'Sys Id' containment reference.
|
boolean |
isTS()
Returns the value of the 'TS' attribute.
|
void |
setQName(DataRefOrLiteral value)
Sets the value of the '
QName' containment reference. |
void |
setQueue(DataRefOrLiteral value)
Sets the value of the '
Queue' containment reference. |
void |
setSysId(DataRefOrLiteral value)
Sets the value of the '
Sys Id' containment reference. |
void |
setTS(boolean value)
Sets the value of the '
TS' attribute. |
getResp, getResp2, isNoEDF, isNoHandle, isSysEIB, setNoEDF, setNoHandle, setResp, setResp2, setSysEIBgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRefOrLiteral getQueue()
The value is a representation of the name specified in the QUEUE option; if that option is not used, the value is null.
setQueue(DataRefOrLiteral),
COBOLPackage.getCicsDeleteQTSStmt_Queue()void setQueue(DataRefOrLiteral value)
Queue' containment reference.
value - the new value of the 'Queue' containment reference.getQueue()DataRefOrLiteral getQName()
The value is a representation of the name specified in the QNAME option; if that option is not used, the value is null.
setQName(DataRefOrLiteral),
COBOLPackage.getCicsDeleteQTSStmt_QName()void setQName(DataRefOrLiteral value)
QName' containment reference.
value - the new value of the 'QName' containment reference.getQName()DataRefOrLiteral getSysId()
The value is a representation of the system name specified in the SYSID option; if that option is not used, the value is null.
setSysId(DataRefOrLiteral),
COBOLPackage.getCicsDeleteQTSStmt_SysId()void setSysId(DataRefOrLiteral value)
Sys Id' containment reference.
value - the new value of the 'Sys Id' containment reference.getSysId()boolean isTS()
The value is true if the TS option is used; false otherwise.
setTS(boolean),
COBOLPackage.getCicsDeleteQTSStmt_TS()