| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getFrom()
Returns the value of the 'From' containment reference.
|
DataRef |
getItem()
Returns the value of the 'Item' containment reference.
|
DataRefOrLiteral |
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 |
isAuxiliary()
Returns the value of the 'Auxiliary' attribute.
|
boolean |
isMain()
Returns the value of the 'Main' attribute.
|
boolean |
isNoSuspend()
Returns the value of the 'No Suspend' attribute.
|
boolean |
isRewrite()
Returns the value of the 'Rewrite' attribute.
|
boolean |
isTS()
Returns the value of the 'TS' attribute.
|
void |
setAuxiliary(boolean value)
Sets the value of the '
Auxiliary' attribute. |
void |
setFrom(DataRef value)
Sets the value of the '
From' containment reference. |
void |
setItem(DataRef value)
Sets the value of the '
Item' containment reference. |
void |
setLength(DataRefOrLiteral value)
Sets the value of the '
Length' containment reference. |
void |
setMain(boolean value)
Sets the value of the '
Main' attribute. |
void |
setNoSuspend(boolean value)
Sets the value of the '
No Suspend' 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 |
setRewrite(boolean value)
Sets the value of the '
Rewrite' attribute. |
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.getCicsWriteQTSStmt_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.getCicsWriteQTSStmt_QName()void setQName(DataRefOrLiteral value)
QName' containment reference.
value - the new value of the 'QName' containment reference.getQName()DataRef getFrom()
The value is a representation of the data area specified in the FROM option.
setFrom(DataRef),
COBOLPackage.getCicsWriteQTSStmt_From()void setFrom(DataRef value)
From' containment reference.
value - the new value of the 'From' containment reference.getFrom()DataRefOrLiteral getLength()
The value is a representation of the data value specified in the LENGTH option; if that option is not used, the value is null.
setLength(DataRefOrLiteral),
COBOLPackage.getCicsWriteQTSStmt_Length()void setLength(DataRefOrLiteral 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.getCicsWriteQTSStmt_NumItems()void setNumItems(DataRef value)
Num Items' containment reference.
value - the new value of the 'Num Items' containment reference.getNumItems()DataRef getItem()
The value is a representation of the data area specified in the ITEM option; if that option is not used, the value is null.
setItem(DataRef),
COBOLPackage.getCicsWriteQTSStmt_Item()void setItem(DataRef value)
Item' containment reference.
value - the new value of the 'Item' containment reference.getItem()boolean isRewrite()
The value is true if the REWRITE option is used; false otherwise.
setRewrite(boolean),
COBOLPackage.getCicsWriteQTSStmt_Rewrite()void setRewrite(boolean value)
Rewrite' attribute.
value - the new value of the 'Rewrite' attribute.isRewrite()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.getCicsWriteQTSStmt_SysId()void setSysId(DataRefOrLiteral value)
Sys Id' containment reference.
value - the new value of the 'Sys Id' containment reference.getSysId()boolean isAuxiliary()
The value is true if the AUXILIARY option is used; false otherwise.
setAuxiliary(boolean),
COBOLPackage.getCicsWriteQTSStmt_Auxiliary()void setAuxiliary(boolean value)
Auxiliary' attribute.
value - the new value of the 'Auxiliary' attribute.isAuxiliary()boolean isMain()
The value is true if the MAIN option is used; false otherwise.
setMain(boolean),
COBOLPackage.getCicsWriteQTSStmt_Main()void setMain(boolean value)
Main' attribute.
value - the new value of the 'Main' attribute.isMain()boolean isNoSuspend()
The value is true if the NOSUSPEND option is used; false otherwise.
setNoSuspend(boolean),
COBOLPackage.getCicsWriteQTSStmt_NoSuspend()void setNoSuspend(boolean value)
No Suspend' attribute.
value - the new value of the 'No Suspend' attribute.isNoSuspend()boolean isTS()
The value is true if the TS option is used; false otherwise.
setTS(boolean),
COBOLPackage.getCicsWriteQTSStmt_TS()