| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getHours()
Returns the value of the 'Hours' containment reference.
|
DataRefOrLiteral |
getInterval()
Returns the value of the 'Interval' containment reference.
|
DataRefOrLiteral |
getMinutes()
Returns the value of the 'Minutes' containment reference.
|
DataRefOrLiteral |
getReqId()
Returns the value of the 'Req Id' containment reference.
|
DataRefOrLiteral |
getSeconds()
Returns the value of the 'Seconds' containment reference.
|
DataRef |
getSet()
Returns the value of the 'Set' containment reference.
|
DataRefOrLiteral |
getTime()
Returns the value of the 'Time' containment reference.
|
boolean |
isAfter()
Returns the value of the 'After' attribute.
|
boolean |
isAt()
Returns the value of the 'At' attribute.
|
void |
setAfter(boolean value)
Sets the value of the '
After' attribute. |
void |
setAt(boolean value)
Sets the value of the '
At' attribute. |
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 |
setMinutes(DataRefOrLiteral value)
Sets the value of the '
Minutes' 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 |
setSet(DataRef value)
Sets the value of the '
Set' containment reference. |
void |
setTime(DataRefOrLiteral value)
Sets the value of the '
Time' 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.getCicsPostStmt_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.getCicsPostStmt_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.getCicsPostStmt_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.getCicsPostStmt_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.getCicsPostStmt_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.getCicsPostStmt_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.getCicsPostStmt_At()void setAt(boolean value)
At' attribute.
value - the new value of the 'At' attribute.isAt()DataRef getSet()
The value is a representation of the pointer reference specified in the SET option.
setSet(DataRef),
COBOLPackage.getCicsPostStmt_Set()void setSet(DataRef value)
Set' containment reference.
value - the new value of the 'Set' containment reference.getSet()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.getCicsPostStmt_ReqId()void setReqId(DataRefOrLiteral value)
Req Id' containment reference.
value - the new value of the 'Req Id' containment reference.getReqId()