public interface CicsWebSendServerStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsWebSendServerStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getAction()
Returns the value of the 'Action' containment reference.
|
DataRefOrLiteral |
getCharacterSet()
Returns the value of the 'Character Set' containment reference.
|
DataRefOrLiteral |
getClntCodePage()
Returns the value of the 'Clnt Code Page' containment reference.
|
DataRefOrLiteral |
getCloseStatus()
Returns the value of the 'Close Status' containment reference.
|
DataRefOrLiteral |
getLength()
Returns the value of the 'Length' containment reference.
|
DataRefOrLiteral |
getMediaType()
Returns the value of the 'Media Type' containment reference.
|
DataRefOrLiteral |
getServerConv()
Returns the value of the 'Server Conv' containment reference.
|
DataRefOrLiteral |
getStatusCode()
Returns the value of the 'Status Code' containment reference.
|
DataRefOrLiteral |
getStatusLen()
Returns the value of the 'Status Len' containment reference.
|
DataRef |
getStatusText()
Returns the value of the 'Status Text' containment reference.
|
CicsWebBodyClause |
getWebBodyClause()
Returns the value of the 'Web Body Clause' containment reference.
|
boolean |
isClose()
Returns the value of the 'Close' attribute.
|
boolean |
isEventual()
Returns the value of the 'Eventual' attribute.
|
boolean |
isImmediate()
Returns the value of the 'Immediate' attribute.
|
boolean |
isNoClose()
Returns the value of the 'No Close' attribute.
|
boolean |
isNoSrvConvert()
Returns the value of the 'No Srv Convert' attribute.
|
boolean |
isSrvConvert()
Returns the value of the 'Srv Convert' attribute.
|
void |
setAction(DataRefOrLiteral value)
Sets the value of the '
Action' containment reference. |
void |
setCharacterSet(DataRefOrLiteral value)
Sets the value of the '
Character Set' containment reference. |
void |
setClntCodePage(DataRefOrLiteral value)
Sets the value of the '
Clnt Code Page' containment reference. |
void |
setClose(boolean value)
Sets the value of the '
Close' attribute. |
void |
setCloseStatus(DataRefOrLiteral value)
Sets the value of the '
Close Status' containment reference. |
void |
setEventual(boolean value)
Sets the value of the '
Eventual' attribute. |
void |
setImmediate(boolean value)
Sets the value of the '
Immediate' attribute. |
void |
setLength(DataRefOrLiteral value)
Sets the value of the '
Length' containment reference. |
void |
setMediaType(DataRefOrLiteral value)
Sets the value of the '
Media Type' containment reference. |
void |
setNoClose(boolean value)
Sets the value of the '
No Close' attribute. |
void |
setNoSrvConvert(boolean value)
Sets the value of the '
No Srv Convert' attribute. |
void |
setServerConv(DataRefOrLiteral value)
Sets the value of the '
Server Conv' containment reference. |
void |
setSrvConvert(boolean value)
Sets the value of the '
Srv Convert' attribute. |
void |
setStatusCode(DataRefOrLiteral value)
Sets the value of the '
Status Code' containment reference. |
void |
setStatusLen(DataRefOrLiteral value)
Sets the value of the '
Status Len' containment reference. |
void |
setStatusText(DataRef value)
Sets the value of the '
Status Text' containment reference. |
void |
setWebBodyClause(CicsWebBodyClause value)
Sets the value of the '
Web Body Clause' 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
CicsWebBodyClause getWebBodyClause()
The value is a representation of the DOCTOKEN, FROM, and CONTAINER options; if those options are not used, the value is null.
setWebBodyClause(CicsWebBodyClause),
COBOLPackage.getCicsWebSendServerStmt_WebBodyClause()void setWebBodyClause(CicsWebBodyClause value)
Web Body Clause' containment reference.
value - the new value of the 'Web Body Clause' containment reference.getWebBodyClause()DataRefOrLiteral getMediaType()
The value is a representation of the data value specified in the MEDIATYPE option; if that option is not used, the value is null.
setMediaType(DataRefOrLiteral),
COBOLPackage.getCicsWebSendServerStmt_MediaType()void setMediaType(DataRefOrLiteral value)
Media Type' containment reference.
value - the new value of the 'Media Type' containment reference.getMediaType()boolean isSrvConvert()
The value is true if the SRVCONVERT option is used; false otherwise.
setSrvConvert(boolean),
COBOLPackage.getCicsWebSendServerStmt_SrvConvert()void setSrvConvert(boolean value)
Srv Convert' attribute.
value - the new value of the 'Srv Convert' attribute.isSrvConvert()boolean isNoSrvConvert()
The value is true if the NOSRVCONVERT option is used; false otherwise.
setNoSrvConvert(boolean),
COBOLPackage.getCicsWebSendServerStmt_NoSrvConvert()void setNoSrvConvert(boolean value)
No Srv Convert' attribute.
value - the new value of the 'No Srv Convert' attribute.isNoSrvConvert()DataRefOrLiteral getServerConv()
The value is a representation of the CICS value data area specified in the SERVERCONV option; if that option is not used, the value is null.
setServerConv(DataRefOrLiteral),
COBOLPackage.getCicsWebSendServerStmt_ServerConv()void setServerConv(DataRefOrLiteral value)
Server Conv' containment reference.
value - the new value of the 'Server Conv' containment reference.getServerConv()DataRefOrLiteral getCharacterSet()
The value is a representation of the data value specified in the CHARACTERSET option; if that option is not used, the value is null.
setCharacterSet(DataRefOrLiteral),
COBOLPackage.getCicsWebSendServerStmt_CharacterSet()void setCharacterSet(DataRefOrLiteral value)
Character Set' containment reference.
value - the new value of the 'Character Set' containment reference.getCharacterSet()DataRefOrLiteral getStatusCode()
The value is a representation of the data value specified in the STATUSCODE option; if that option is not used, the value is null.
setStatusCode(DataRefOrLiteral),
COBOLPackage.getCicsWebSendServerStmt_StatusCode()void setStatusCode(DataRefOrLiteral value)
Status Code' containment reference.
value - the new value of the 'Status Code' containment reference.getStatusCode()DataRef getStatusText()
The value is a representation of the data area specified in the STATUSTEXT option; if that option is not used, the value is null.
setStatusText(DataRef),
COBOLPackage.getCicsWebSendServerStmt_StatusText()void setStatusText(DataRef value)
Status Text' containment reference.
value - the new value of the 'Status Text' containment reference.getStatusText()DataRefOrLiteral getStatusLen()
The value is a representation of the data value specified in the STATUSLEN option; if that option is not used, the value is null.
setStatusLen(DataRefOrLiteral),
COBOLPackage.getCicsWebSendServerStmt_StatusLen()void setStatusLen(DataRefOrLiteral value)
Status Len' containment reference.
value - the new value of the 'Status Len' containment reference.getStatusLen()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.getCicsWebSendServerStmt_Length()void setLength(DataRefOrLiteral value)
Length' containment reference.
value - the new value of the 'Length' containment reference.getLength()boolean isImmediate()
The value is true if the IMMEDIATE option is used; false otherwise.
setImmediate(boolean),
COBOLPackage.getCicsWebSendServerStmt_Immediate()void setImmediate(boolean value)
Immediate' attribute.
value - the new value of the 'Immediate' attribute.isImmediate()boolean isEventual()
The value is true if the EVENTUAL option is used; false otherwise.
setEventual(boolean),
COBOLPackage.getCicsWebSendServerStmt_Eventual()void setEventual(boolean value)
Eventual' attribute.
value - the new value of the 'Eventual' attribute.isEventual()DataRefOrLiteral getAction()
The value is a representation of the CICS value data area specified in the ACTION option; if that option is not used, the value is null.
setAction(DataRefOrLiteral),
COBOLPackage.getCicsWebSendServerStmt_Action()void setAction(DataRefOrLiteral value)
Action' containment reference.
value - the new value of the 'Action' containment reference.getAction()boolean isNoClose()
The value is true if the NOCLOSE option is used; false otherwise.
setNoClose(boolean),
COBOLPackage.getCicsWebSendServerStmt_NoClose()void setNoClose(boolean value)
No Close' attribute.
value - the new value of the 'No Close' attribute.isNoClose()boolean isClose()
The value is true if the CLOSE option is used; false otherwise.
setClose(boolean),
COBOLPackage.getCicsWebSendServerStmt_Close()void setClose(boolean value)
Close' attribute.
value - the new value of the 'Close' attribute.isClose()DataRefOrLiteral getCloseStatus()
The value is a representation of the CICS value data area specified in the CLOSESTATUS option; if that option is not used, the value is null.
setCloseStatus(DataRefOrLiteral),
COBOLPackage.getCicsWebSendServerStmt_CloseStatus()void setCloseStatus(DataRefOrLiteral value)
Close Status' containment reference.
value - the new value of the 'Close Status' containment reference.getCloseStatus()DataRefOrLiteral getClntCodePage()
The value is a representation of the name specified in the CLNTCODEPAGE option; if that option is not used, the value is null.
setClntCodePage(DataRefOrLiteral),
COBOLPackage.getCicsWebSendServerStmt_ClntCodePage()void setClntCodePage(DataRefOrLiteral value)
Clnt Code Page' containment reference.
value - the new value of the 'Clnt Code Page' containment reference.getClntCodePage()