| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
CicsErrTermClause |
getErrTermClause()
Returns the value of the 'Err Term Clause' containment reference.
|
DataRefOrLiteral |
getHours()
Returns the value of the 'Hours' containment reference.
|
DataRefOrLiteral |
getInterval()
Returns the value of the 'Interval' containment reference.
|
DataRefOrLiteral |
getLDC()
Returns the value of the 'LDC' containment reference.
|
DataRef |
getList()
Returns the value of the 'List' containment reference.
|
DataRefOrLiteral |
getMinutes()
Returns the value of the 'Minutes' containment reference.
|
DataRef |
getOPClass()
Returns the value of the 'OP Class' containment reference.
|
DataRefOrLiteral |
getReqId()
Returns the value of the 'Req Id' containment reference.
|
DataRefOrLiteral |
getSeconds()
Returns the value of the 'Seconds' containment reference.
|
DataRefOrLiteral |
getTime()
Returns the value of the 'Time' containment reference.
|
DataRef |
getTitle()
Returns the value of the 'Title' containment reference.
|
boolean |
isAfter()
Returns the value of the 'After' attribute.
|
boolean |
isAt()
Returns the value of the 'At' attribute.
|
boolean |
isNLEOM()
Returns the value of the 'NLEOM' attribute.
|
void |
setAfter(boolean value)
Sets the value of the '
After' attribute. |
void |
setAt(boolean value)
Sets the value of the '
At' attribute. |
void |
setErrTermClause(CicsErrTermClause value)
Sets the value of the '
Err Term Clause' containment reference. |
void |
setHours(DataRefOrLiteral value)
Sets the value of the '
Hours' containment reference. |
void |
setInterval(DataRefOrLiteral value)
Sets the value of the '
Interval' containment reference. |
void |
setLDC(DataRefOrLiteral value)
Sets the value of the '
LDC' containment reference. |
void |
setList(DataRef value)
Sets the value of the '
List' containment reference. |
void |
setMinutes(DataRefOrLiteral value)
Sets the value of the '
Minutes' containment reference. |
void |
setNLEOM(boolean value)
Sets the value of the '
NLEOM' attribute. |
void |
setOPClass(DataRef value)
Sets the value of the '
OP Class' containment reference. |
void |
setReqId(DataRefOrLiteral value)
Sets the value of the '
Req Id' containment reference. |
void |
setSeconds(DataRefOrLiteral value)
Sets the value of the '
Seconds' containment reference. |
void |
setTime(DataRefOrLiteral value)
Sets the value of the '
Time' containment reference. |
void |
setTitle(DataRef value)
Sets the value of the '
Title' 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 getInterval()
The value is a representation of the hhmmss specified in the INTERVAL option; if that option is not used, the value is null.
setInterval(DataRefOrLiteral),
COBOLPackage.getCicsRouteStmt_Interval()void setInterval(DataRefOrLiteral value)
Interval' containment reference.
value - the new value of the 'Interval' containment reference.getInterval()DataRefOrLiteral getTime()
The value is a representation of the hhmmss specified in the TIME option; if that option is not used, the value is null.
setTime(DataRefOrLiteral),
COBOLPackage.getCicsRouteStmt_Time()void setTime(DataRefOrLiteral value)
Time' containment reference.
value - the new value of the 'Time' containment reference.getTime()boolean isAfter()
The value is true if the AFTER option is used; false otherwise.
setAfter(boolean),
COBOLPackage.getCicsRouteStmt_After()void setAfter(boolean value)
After' attribute.
value - the new value of the 'After' attribute.isAfter()DataRefOrLiteral getHours()
The value is a representation of the data value specified in the HOURS option; if that option is not used, the value is null.
setHours(DataRefOrLiteral),
COBOLPackage.getCicsRouteStmt_Hours()void setHours(DataRefOrLiteral value)
Hours' containment reference.
value - the new value of the 'Hours' containment reference.getHours()DataRefOrLiteral getMinutes()
The value is a representation of the data value specified in the MINUTES option; if that option is not used, the value is null.
setMinutes(DataRefOrLiteral),
COBOLPackage.getCicsRouteStmt_Minutes()void setMinutes(DataRefOrLiteral value)
Minutes' containment reference.
value - the new value of the 'Minutes' containment reference.getMinutes()DataRefOrLiteral getSeconds()
The value is a representation of the data value specified in the SECONDS option; if that option is not used, the value is null.
setSeconds(DataRefOrLiteral),
COBOLPackage.getCicsRouteStmt_Seconds()void setSeconds(DataRefOrLiteral value)
Seconds' containment reference.
value - the new value of the 'Seconds' containment reference.getSeconds()boolean isAt()
The value is true if the AT option is used; false otherwise.
setAt(boolean),
COBOLPackage.getCicsRouteStmt_At()void setAt(boolean value)
At' attribute.
value - the new value of the 'At' attribute.isAt()CicsErrTermClause getErrTermClause()
The value is a representation of the ERRTERM option; if that option is not used, the value is null.
setErrTermClause(CicsErrTermClause),
COBOLPackage.getCicsRouteStmt_ErrTermClause()void setErrTermClause(CicsErrTermClause value)
Err Term Clause' containment reference.
value - the new value of the 'Err Term Clause' containment reference.getErrTermClause()DataRef getTitle()
The value is a representation of the data area specified in the TITLE option; if that option is not used, the value is null.
setTitle(DataRef),
COBOLPackage.getCicsRouteStmt_Title()void setTitle(DataRef value)
Title' containment reference.
value - the new value of the 'Title' containment reference.getTitle()DataRef getList()
The value is a representation of the data area specified in the LIST option; if that option is not used, the value is null.
setList(DataRef),
COBOLPackage.getCicsRouteStmt_List()void setList(DataRef value)
List' containment reference.
value - the new value of the 'List' containment reference.getList()DataRef getOPClass()
The value is a representation of the data area specified in the OPCLASS option; if that option is not used, the value is null.
setOPClass(DataRef),
COBOLPackage.getCicsRouteStmt_OPClass()void setOPClass(DataRef value)
OP Class' containment reference.
value - the new value of the 'OP Class' containment reference.getOPClass()DataRefOrLiteral getReqId()
The value is a representation of the name specified in the REQID option; if that option is not used, the value is null.
setReqId(DataRefOrLiteral),
COBOLPackage.getCicsRouteStmt_ReqId()void setReqId(DataRefOrLiteral value)
Req Id' containment reference.
value - the new value of the 'Req Id' containment reference.getReqId()DataRefOrLiteral getLDC()
The value is a representation of the name specified in the LDC option; if that option is not used, the value is null.
setLDC(DataRefOrLiteral),
COBOLPackage.getCicsRouteStmt_LDC()void setLDC(DataRefOrLiteral value)
LDC' containment reference.
value - the new value of the 'LDC' containment reference.getLDC()boolean isNLEOM()
The value is true if the NLEOM option is used; false otherwise.
setNLEOM(boolean),
COBOLPackage.getCicsRouteStmt_NLEOM()