| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getNetName()
Returns the value of the 'Net Name' containment reference.
|
DataRef |
getSysId()
Returns the value of the 'Sys Id' containment reference.
|
DataRef |
getTermId()
Returns the value of the 'Term Id' containment reference.
|
void |
setNetName(DataRefOrLiteral value)
Sets the value of the '
Net Name' containment reference. |
void |
setSysId(DataRef value)
Sets the value of the '
Sys Id' containment reference. |
void |
setTermId(DataRef value)
Sets the value of the '
Term Id' containment reference. |
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 getNetName()
The value is a representation of the name specified in the NETNAME option.
setNetName(DataRefOrLiteral),
COBOLPackage.getCicsExtractTCTStmt_NetName()void setNetName(DataRefOrLiteral value)
Net Name' containment reference.
value - the new value of the 'Net Name' containment reference.getNetName()DataRef 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(DataRef),
COBOLPackage.getCicsExtractTCTStmt_SysId()void setSysId(DataRef value)
Sys Id' containment reference.
value - the new value of the 'Sys Id' containment reference.getSysId()DataRef getTermId()
The value is a representation of the data area specified in the TERMID option; if that option is not used, the value is null.
setTermId(DataRef),
COBOLPackage.getCicsExtractTCTStmt_TermId()void setTermId(DataRef value)
Term Id' containment reference.
value - the new value of the 'Term Id' containment reference.getTermId()