| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getFMHParm()
Returns the value of the 'FMH Parm' containment reference.
|
DataRef |
getSet()
Returns the value of the 'Set' containment reference.
|
DataRef |
getTrailer()
Returns the value of the 'Trailer' containment reference.
|
DataRefOrLiteral |
getTransId()
Returns the value of the 'Trans Id' containment reference.
|
boolean |
isAll()
Returns the value of the 'All' attribute.
|
boolean |
isAutoPage()
Returns the value of the 'Auto Page' attribute.
|
boolean |
isCurrent()
Returns the value of the 'Current' attribute.
|
boolean |
isLast()
Returns the value of the 'Last' attribute.
|
boolean |
isNoAutoPage()
Returns the value of the 'No Auto Page' attribute.
|
boolean |
isOperPurge()
Returns the value of the 'Oper Purge' attribute.
|
boolean |
isRelease()
Returns the value of the 'Release' attribute.
|
boolean |
isRetain()
Returns the value of the 'Retain' attribute.
|
void |
setAll(boolean value)
Sets the value of the '
All' attribute. |
void |
setAutoPage(boolean value)
Sets the value of the '
Auto Page' attribute. |
void |
setCurrent(boolean value)
Sets the value of the '
Current' attribute. |
void |
setFMHParm(DataRefOrLiteral value)
Sets the value of the '
FMH Parm' containment reference. |
void |
setLast(boolean value)
Sets the value of the '
Last' attribute. |
void |
setNoAutoPage(boolean value)
Sets the value of the '
No Auto Page' attribute. |
void |
setOperPurge(boolean value)
Sets the value of the '
Oper Purge' attribute. |
void |
setRelease(boolean value)
Sets the value of the '
Release' attribute. |
void |
setRetain(boolean value)
Sets the value of the '
Retain' attribute. |
void |
setSet(DataRef value)
Sets the value of the '
Set' containment reference. |
void |
setTrailer(DataRef value)
Sets the value of the '
Trailer' containment reference. |
void |
setTransId(DataRefOrLiteral value)
Sets the value of the '
Trans 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
boolean isRelease()
The value is true if the RELEASE option is used; false otherwise.
setRelease(boolean),
COBOLPackage.getCicsSendPageStmt_Release()void setRelease(boolean value)
Release' attribute.
value - the new value of the 'Release' attribute.isRelease()DataRefOrLiteral getTransId()
The value is a representation of the name specified in the TRANSID option; if that option is not used, the value is null.
setTransId(DataRefOrLiteral),
COBOLPackage.getCicsSendPageStmt_TransId()void setTransId(DataRefOrLiteral value)
Trans Id' containment reference.
value - the new value of the 'Trans Id' containment reference.getTransId()boolean isRetain()
The value is true if the RETAIN option is used; false otherwise.
setRetain(boolean),
COBOLPackage.getCicsSendPageStmt_Retain()void setRetain(boolean value)
Retain' attribute.
value - the new value of the 'Retain' attribute.isRetain()DataRef getTrailer()
The value is a representation of the data area specified in the TRAILER option; if that option is not used, the value is null.
setTrailer(DataRef),
COBOLPackage.getCicsSendPageStmt_Trailer()void setTrailer(DataRef value)
Trailer' containment reference.
value - the new value of the 'Trailer' containment reference.getTrailer()DataRef getSet()
The value is a representation of the pointer reference specified in the SET option; if that option is not used, the value is null.
setSet(DataRef),
COBOLPackage.getCicsSendPageStmt_Set()void setSet(DataRef value)
Set' containment reference.
value - the new value of the 'Set' containment reference.getSet()boolean isAutoPage()
The value is true if the AUTOPAGE option is used; false otherwise.
setAutoPage(boolean),
COBOLPackage.getCicsSendPageStmt_AutoPage()void setAutoPage(boolean value)
Auto Page' attribute.
value - the new value of the 'Auto Page' attribute.isAutoPage()boolean isCurrent()
The value is true if the CURRENT option is used; false otherwise.
setCurrent(boolean),
COBOLPackage.getCicsSendPageStmt_Current()void setCurrent(boolean value)
Current' attribute.
value - the new value of the 'Current' attribute.isCurrent()boolean isAll()
The value is true if the ALL option is used; false otherwise.
setAll(boolean),
COBOLPackage.getCicsSendPageStmt_All()void setAll(boolean value)
All' attribute.
value - the new value of the 'All' attribute.isAll()boolean isNoAutoPage()
The value is true if the NOAUTOPAGE option is used; false otherwise.
setNoAutoPage(boolean),
COBOLPackage.getCicsSendPageStmt_NoAutoPage()void setNoAutoPage(boolean value)
No Auto Page' attribute.
value - the new value of the 'No Auto Page' attribute.isNoAutoPage()boolean isOperPurge()
The value is true if the OPERPURGE option is used; false otherwise.
setOperPurge(boolean),
COBOLPackage.getCicsSendPageStmt_OperPurge()void setOperPurge(boolean value)
Oper Purge' attribute.
value - the new value of the 'Oper Purge' attribute.isOperPurge()DataRefOrLiteral getFMHParm()
The value is a representation of the name specified in the FMHPARM option; if that option is not used, the value is null.
setFMHParm(DataRefOrLiteral),
COBOLPackage.getCicsSendPageStmt_FMHParm()void setFMHParm(DataRefOrLiteral value)
FMH Parm' containment reference.
value - the new value of the 'FMH Parm' containment reference.getFMHParm()boolean isLast()
The value is true if the LAST option is used; false otherwise.
setLast(boolean),
COBOLPackage.getCicsSendPageStmt_Last()