public interface CicsWebSendClientStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsWebSendClientStmt()| 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 |
getClientConv()
Returns the value of the 'Client Conv' 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 |
getMediaType()
Returns the value of the 'Media Type' containment reference.
|
DataRefOrLiteral |
getMethod()
Returns the value of the 'Method' containment reference.
|
DataRefOrLiteral |
getPath()
Returns the value of the 'Path' containment reference.
|
DataRefOrLiteral |
getPathLength()
Returns the value of the 'Path Length' containment reference.
|
DataRefOrLiteral |
getQueryString()
Returns the value of the 'Query String' containment reference.
|
DataRefOrLiteral |
getQueryStrLen()
Returns the value of the 'Query Str Len' containment reference.
|
DataRefOrLiteral |
getSessToken()
Returns the value of the 'Sess Token' containment reference.
|
DataRefOrLiteral |
getURIMap()
Returns the value of the 'URI Map' containment reference.
|
CicsWebBodyClause |
getWebBodyClause()
Returns the value of the 'Web Body Clause' containment reference.
|
CicsWebCredentialsClause |
getWebCredentialsClause()
Returns the value of the 'Web Credentials Clause' containment reference.
|
boolean |
isCLIConvert()
Returns the value of the 'CLI Convert' attribute.
|
boolean |
isClose()
Returns the value of the 'Close' attribute.
|
boolean |
isDelete()
Returns the value of the 'Delete' attribute.
|
boolean |
isExpect()
Returns the value of the 'Expect' attribute.
|
boolean |
isGet()
Returns the value of the 'Get' attribute.
|
boolean |
isHead()
Returns the value of the 'Head' attribute.
|
boolean |
isNoCLIConvert()
Returns the value of the 'No CLI Convert' attribute.
|
boolean |
isNoClose()
Returns the value of the 'No Close' attribute.
|
boolean |
isOptions()
Returns the value of the 'Options' attribute.
|
boolean |
isPost()
Returns the value of the 'Post' attribute.
|
boolean |
isPut()
Returns the value of the 'Put' attribute.
|
boolean |
isTrace()
Returns the value of the 'Trace' 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 |
setCLIConvert(boolean value)
Sets the value of the '
CLI Convert' attribute. |
void |
setClientConv(DataRefOrLiteral value)
Sets the value of the '
Client Conv' 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 |
setDelete(boolean value)
Sets the value of the '
Delete' attribute. |
void |
setExpect(boolean value)
Sets the value of the '
Expect' attribute. |
void |
setGet(boolean value)
Sets the value of the '
Get' attribute. |
void |
setHead(boolean value)
Sets the value of the '
Head' attribute. |
void |
setMediaType(DataRefOrLiteral value)
Sets the value of the '
Media Type' containment reference. |
void |
setMethod(DataRefOrLiteral value)
Sets the value of the '
Method' containment reference. |
void |
setNoCLIConvert(boolean value)
Sets the value of the '
No CLI Convert' attribute. |
void |
setNoClose(boolean value)
Sets the value of the '
No Close' attribute. |
void |
setOptions(boolean value)
Sets the value of the '
Options' attribute. |
void |
setPath(DataRefOrLiteral value)
Sets the value of the '
Path' containment reference. |
void |
setPathLength(DataRefOrLiteral value)
Sets the value of the '
Path Length' containment reference. |
void |
setPost(boolean value)
Sets the value of the '
Post' attribute. |
void |
setPut(boolean value)
Sets the value of the '
Put' attribute. |
void |
setQueryString(DataRefOrLiteral value)
Sets the value of the '
Query String' containment reference. |
void |
setQueryStrLen(DataRefOrLiteral value)
Sets the value of the '
Query Str Len' containment reference. |
void |
setSessToken(DataRefOrLiteral value)
Sets the value of the '
Sess Token' containment reference. |
void |
setTrace(boolean value)
Sets the value of the '
Trace' attribute. |
void |
setURIMap(DataRefOrLiteral value)
Sets the value of the '
URI Map' containment reference. |
void |
setWebBodyClause(CicsWebBodyClause value)
Sets the value of the '
Web Body Clause' containment reference. |
void |
setWebCredentialsClause(CicsWebCredentialsClause value)
Sets the value of the '
Web Credentials 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
DataRefOrLiteral getSessToken()
The value is a representation of the data value specified in the SESSTOKEN option.
setSessToken(DataRefOrLiteral),
COBOLPackage.getCicsWebSendClientStmt_SessToken()void setSessToken(DataRefOrLiteral value)
Sess Token' containment reference.
value - the new value of the 'Sess Token' containment reference.getSessToken()boolean isGet()
The value is true if the GET option is used; false otherwise.
setGet(boolean),
COBOLPackage.getCicsWebSendClientStmt_Get()void setGet(boolean value)
Get' attribute.
value - the new value of the 'Get' attribute.isGet()boolean isHead()
The value is true if the HEAD option is used; false otherwise.
setHead(boolean),
COBOLPackage.getCicsWebSendClientStmt_Head()void setHead(boolean value)
Head' attribute.
value - the new value of the 'Head' attribute.isHead()boolean isPost()
The value is true if the POST option is used; false otherwise.
setPost(boolean),
COBOLPackage.getCicsWebSendClientStmt_Post()void setPost(boolean value)
Post' attribute.
value - the new value of the 'Post' attribute.isPost()boolean isPut()
The value is true if the PUT option is used; false otherwise.
setPut(boolean),
COBOLPackage.getCicsWebSendClientStmt_Put()void setPut(boolean value)
Put' attribute.
value - the new value of the 'Put' attribute.isPut()boolean isTrace()
The value is true if the TRACE option is used; false otherwise.
setTrace(boolean),
COBOLPackage.getCicsWebSendClientStmt_Trace()void setTrace(boolean value)
Trace' attribute.
value - the new value of the 'Trace' attribute.isTrace()boolean isOptions()
The value is true if the OPTIONS option is used; false otherwise.
setOptions(boolean),
COBOLPackage.getCicsWebSendClientStmt_Options()void setOptions(boolean value)
Options' attribute.
value - the new value of the 'Options' attribute.isOptions()boolean isDelete()
The value is true if the DELETE option is used; false otherwise.
setDelete(boolean),
COBOLPackage.getCicsWebSendClientStmt_Delete()void setDelete(boolean value)
Delete' attribute.
value - the new value of the 'Delete' attribute.isDelete()DataRefOrLiteral getMethod()
The value is a representation of the CICS value data area specified in the METHOD option; if that option is not used, the value is null.
setMethod(DataRefOrLiteral),
COBOLPackage.getCicsWebSendClientStmt_Method()void setMethod(DataRefOrLiteral value)
Method' containment reference.
value - the new value of the 'Method' containment reference.getMethod()DataRefOrLiteral getPath()
The value is a representation of the data value specified in the PATH option; if that option is not used, the value is null.
setPath(DataRefOrLiteral),
COBOLPackage.getCicsWebSendClientStmt_Path()void setPath(DataRefOrLiteral value)
Path' containment reference.
value - the new value of the 'Path' containment reference.getPath()DataRefOrLiteral getPathLength()
The value is a representation of the data value specified in the PATHLENGTH option; if that option is not used, the value is null.
setPathLength(DataRefOrLiteral),
COBOLPackage.getCicsWebSendClientStmt_PathLength()void setPathLength(DataRefOrLiteral value)
Path Length' containment reference.
value - the new value of the 'Path Length' containment reference.getPathLength()DataRefOrLiteral getURIMap()
The value is a representation of the data value specified in the URIMAP option; if that option is not used, the value is null.
setURIMap(DataRefOrLiteral),
COBOLPackage.getCicsWebSendClientStmt_URIMap()void setURIMap(DataRefOrLiteral value)
URI Map' containment reference.
value - the new value of the 'URI Map' containment reference.getURIMap()DataRefOrLiteral getQueryString()
The value is a representation of the data value specified in the QUERYSTRING option; if that option is not used, the value is null.
setQueryString(DataRefOrLiteral),
COBOLPackage.getCicsWebSendClientStmt_QueryString()void setQueryString(DataRefOrLiteral value)
Query String' containment reference.
value - the new value of the 'Query String' containment reference.getQueryString()DataRefOrLiteral getQueryStrLen()
The value is a representation of the data value specified in the QUERYSTRLEN option; if that option is not used, the value is null.
setQueryStrLen(DataRefOrLiteral),
COBOLPackage.getCicsWebSendClientStmt_QueryStrLen()void setQueryStrLen(DataRefOrLiteral value)
Query Str Len' containment reference.
value - the new value of the 'Query Str Len' containment reference.getQueryStrLen()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.getCicsWebSendClientStmt_MediaType()void setMediaType(DataRefOrLiteral value)
Media Type' containment reference.
value - the new value of the 'Media Type' containment reference.getMediaType()CicsWebBodyClause getWebBodyClause()
The value is a representation of the DOCTOKEN, FROM, and CONTAINER options, and the options related to them. If those options are not used, the value is null.
setWebBodyClause(CicsWebBodyClause),
COBOLPackage.getCicsWebSendClientStmt_WebBodyClause()void setWebBodyClause(CicsWebBodyClause value)
Web Body Clause' containment reference.
value - the new value of the 'Web Body Clause' containment reference.getWebBodyClause()boolean isCLIConvert()
The value is true if the CLICONVERT option is used; false otherwise.
setCLIConvert(boolean),
COBOLPackage.getCicsWebSendClientStmt_CLIConvert()void setCLIConvert(boolean value)
CLI Convert' attribute.
value - the new value of the 'CLI Convert' attribute.isCLIConvert()boolean isNoCLIConvert()
The value is true if the NOCLICONVERT option is used; false otherwise.
setNoCLIConvert(boolean),
COBOLPackage.getCicsWebSendClientStmt_NoCLIConvert()void setNoCLIConvert(boolean value)
No CLI Convert' attribute.
value - the new value of the 'No CLI Convert' attribute.isNoCLIConvert()DataRefOrLiteral getClientConv()
The value is a representation of the CICS value data area specified in the CLIENTCONV option; if that option is not used, the value is null.
setClientConv(DataRefOrLiteral),
COBOLPackage.getCicsWebSendClientStmt_ClientConv()void setClientConv(DataRefOrLiteral value)
Client Conv' containment reference.
value - the new value of the 'Client Conv' containment reference.getClientConv()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.getCicsWebSendClientStmt_CharacterSet()void setCharacterSet(DataRefOrLiteral value)
Character Set' containment reference.
value - the new value of the 'Character Set' containment reference.getCharacterSet()boolean isExpect()
The value is true if the EXPECT option is used; false otherwise.
setExpect(boolean),
COBOLPackage.getCicsWebSendClientStmt_Expect()void setExpect(boolean value)
Expect' attribute.
value - the new value of the 'Expect' attribute.isExpect()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.getCicsWebSendClientStmt_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.getCicsWebSendClientStmt_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.getCicsWebSendClientStmt_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.getCicsWebSendClientStmt_CloseStatus()void setCloseStatus(DataRefOrLiteral value)
Close Status' containment reference.
value - the new value of the 'Close Status' containment reference.getCloseStatus()CicsWebCredentialsClause getWebCredentialsClause()
The value is a representation of the CICS options related to credentials; if those options are not used, the value is null.
setWebCredentialsClause(CicsWebCredentialsClause),
COBOLPackage.getCicsWebSendClientStmt_WebCredentialsClause()void setWebCredentialsClause(CicsWebCredentialsClause value)
Web Credentials Clause' containment reference.
value - the new value of the 'Web Credentials Clause' containment reference.getWebCredentialsClause()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.getCicsWebSendClientStmt_ClntCodePage()void setClntCodePage(DataRefOrLiteral value)
Clnt Code Page' containment reference.
value - the new value of the 'Clnt Code Page' containment reference.getClntCodePage()