| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
CicsIntoOrSetClause |
getIntoOrSetClause()
Returns the value of the 'Into Or Set Clause' containment reference.
|
DataRefOrLiteral |
getItem()
Returns the value of the 'Item' containment reference.
|
DataRef |
getLength()
Returns the value of the 'Length' containment reference.
|
DataRef |
getNumItems()
Returns the value of the 'Num Items' containment reference.
|
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 |
isNext()
Returns the value of the 'Next' attribute.
|
boolean |
isTS()
Returns the value of the 'TS' attribute.
|
void |
setIntoOrSetClause(CicsIntoOrSetClause value)
Sets the value of the '
Into Or Set Clause' containment reference. |
void |
setItem(DataRefOrLiteral value)
Sets the value of the '
Item' containment reference. |
void |
setLength(DataRef value)
Sets the value of the '
Length' containment reference. |
void |
setNext(boolean value)
Sets the value of the '
Next' attribute. |
void |
setNumItems(DataRef value)
Sets the value of the '
Num Items' containment reference. |
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.getCicsReadQTSStmt_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.getCicsReadQTSStmt_QName()void setQName(DataRefOrLiteral value)
QName' containment reference.
value - the new value of the 'QName' containment reference.getQName()CicsIntoOrSetClause getIntoOrSetClause()
The value is a representation of the INTO or SET options; if those options are not used, the value is null.
setIntoOrSetClause(CicsIntoOrSetClause),
COBOLPackage.getCicsReadQTSStmt_IntoOrSetClause()void setIntoOrSetClause(CicsIntoOrSetClause value)
Into Or Set Clause' containment reference.
value - the new value of the 'Into Or Set Clause' containment reference.getIntoOrSetClause()DataRef getLength()
The value is a representation of the data area specified in the LENGTH option; if that option is not used, the value is null.
setLength(DataRef),
COBOLPackage.getCicsReadQTSStmt_Length()void setLength(DataRef value)
Length' containment reference.
value - the new value of the 'Length' containment reference.getLength()DataRef getNumItems()
The value is a representation of the data area specified in the NUMITEMS option; if that option is not used, the value is null.
setNumItems(DataRef),
COBOLPackage.getCicsReadQTSStmt_NumItems()void setNumItems(DataRef value)
Num Items' containment reference.
value - the new value of the 'Num Items' containment reference.getNumItems()boolean isNext()
The value is true if the NEXT option is used; false otherwise.
setNext(boolean),
COBOLPackage.getCicsReadQTSStmt_Next()void setNext(boolean value)
Next' attribute.
value - the new value of the 'Next' attribute.isNext()DataRefOrLiteral getItem()
The value is a representation of the data value specified in the ITEM option; if that option is not used, the value is null.
setItem(DataRefOrLiteral),
COBOLPackage.getCicsReadQTSStmt_Item()void setItem(DataRefOrLiteral value)
Item' containment reference.
value - the new value of the 'Item' containment reference.getItem()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.getCicsReadQTSStmt_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.getCicsReadQTSStmt_TS()