public interface CicsWebReceiveClientStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsWebReceiveClientStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getBodyCharSet()
Returns the value of the 'Body Char 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.
|
DataRef |
getInto()
Returns the value of the 'Into' containment reference.
|
DataRef |
getLength()
Returns the value of the 'Length' containment reference.
|
DataRefOrLiteral |
getMaxLength()
Returns the value of the 'Max Length' containment reference.
|
DataRef |
getMediaType()
Returns the value of the 'Media Type' containment reference.
|
DataRefOrLiteral |
getSessToken()
Returns the value of the 'Sess Token' containment reference.
|
DataRef |
getSet()
Returns the value of the 'Set' containment reference.
|
DataRef |
getStatusCode()
Returns the value of the 'Status Code' containment reference.
|
DataRef |
getStatusLen()
Returns the value of the 'Status Len' containment reference.
|
DataRef |
getStatusText()
Returns the value of the 'Status Text' containment reference.
|
DataRefOrLiteral |
getToChannel()
Returns the value of the 'To Channel' containment reference.
|
DataRefOrLiteral |
getToContainer()
Returns the value of the 'To Container' containment reference.
|
boolean |
isCLIConvert()
Returns the value of the 'CLI Convert' attribute.
|
boolean |
isNoCLIConvert()
Returns the value of the 'No CLI Convert' attribute.
|
boolean |
isNoTruncate()
Returns the value of the 'No Truncate' attribute.
|
void |
setBodyCharSet(DataRef value)
Sets the value of the '
Body Char 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 |
setInto(DataRef value)
Sets the value of the '
Into' containment reference. |
void |
setLength(DataRef value)
Sets the value of the '
Length' containment reference. |
void |
setMaxLength(DataRefOrLiteral value)
Sets the value of the '
Max Length' containment reference. |
void |
setMediaType(DataRef value)
Sets the value of the '
Media Type' containment reference. |
void |
setNoCLIConvert(boolean value)
Sets the value of the '
No CLI Convert' attribute. |
void |
setNoTruncate(boolean value)
Sets the value of the '
No Truncate' attribute. |
void |
setSessToken(DataRefOrLiteral value)
Sets the value of the '
Sess Token' containment reference. |
void |
setSet(DataRef value)
Sets the value of the '
Set' containment reference. |
void |
setStatusCode(DataRef value)
Sets the value of the '
Status Code' containment reference. |
void |
setStatusLen(DataRef value)
Sets the value of the '
Status Len' containment reference. |
void |
setStatusText(DataRef value)
Sets the value of the '
Status Text' containment reference. |
void |
setToChannel(DataRefOrLiteral value)
Sets the value of the '
To Channel' containment reference. |
void |
setToContainer(DataRefOrLiteral value)
Sets the value of the '
To Container' 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.getCicsWebReceiveClientStmt_SessToken()void setSessToken(DataRefOrLiteral value)
Sess Token' containment reference.
value - the new value of the 'Sess Token' containment reference.getSessToken()DataRef getMediaType()
The value is a representation of the data area specified in the MEDIATYPE option; if that option is not used, the value is null.
setMediaType(DataRef),
COBOLPackage.getCicsWebReceiveClientStmt_MediaType()void setMediaType(DataRef value)
Media Type' containment reference.
value - the new value of the 'Media Type' containment reference.getMediaType()DataRef 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(DataRef),
COBOLPackage.getCicsWebReceiveClientStmt_StatusCode()void setStatusCode(DataRef 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.getCicsWebReceiveClientStmt_StatusText()void setStatusText(DataRef value)
Status Text' containment reference.
value - the new value of the 'Status Text' containment reference.getStatusText()DataRef 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(DataRef),
COBOLPackage.getCicsWebReceiveClientStmt_StatusLen()void setStatusLen(DataRef value)
Status Len' containment reference.
value - the new value of the 'Status Len' containment reference.getStatusLen()DataRef getInto()
The value is a representation of the data area specified in the INTO option; if that option is not used, the value is null.
setInto(DataRef),
COBOLPackage.getCicsWebReceiveClientStmt_Into()void setInto(DataRef value)
Into' containment reference.
value - the new value of the 'Into' containment reference.getInto()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.getCicsWebReceiveClientStmt_Set()void setSet(DataRef value)
Set' containment reference.
value - the new value of the 'Set' containment reference.getSet()DataRef getLength()
The value is a representation of the data area specified in the LENGTH option; if that option is not used, the value is null.
setLength(DataRef),
COBOLPackage.getCicsWebReceiveClientStmt_Length()void setLength(DataRef value)
Length' containment reference.
value - the new value of the 'Length' containment reference.getLength()DataRefOrLiteral getMaxLength()
The value is a representation of the data value specified in the MAXLENGTH option; if that option is not used, the value is null.
setMaxLength(DataRefOrLiteral),
COBOLPackage.getCicsWebReceiveClientStmt_MaxLength()void setMaxLength(DataRefOrLiteral value)
Max Length' containment reference.
value - the new value of the 'Max Length' containment reference.getMaxLength()boolean isNoTruncate()
The value is true if the NOTRUNCATE option is used; false otherwise.
setNoTruncate(boolean),
COBOLPackage.getCicsWebReceiveClientStmt_NoTruncate()void setNoTruncate(boolean value)
No Truncate' attribute.
value - the new value of the 'No Truncate' attribute.isNoTruncate()boolean isCLIConvert()
The value is true if the CLICONVERT option is used; false otherwise.
setCLIConvert(boolean),
COBOLPackage.getCicsWebReceiveClientStmt_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.getCicsWebReceiveClientStmt_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.getCicsWebReceiveClientStmt_ClientConv()void setClientConv(DataRefOrLiteral value)
Client Conv' containment reference.
value - the new value of the 'Client Conv' containment reference.getClientConv()DataRef getBodyCharSet()
The value is a representation of the data area specified in the BODYCHARSET option; if that option is not used, the value is null.
setBodyCharSet(DataRef),
COBOLPackage.getCicsWebReceiveClientStmt_BodyCharSet()void setBodyCharSet(DataRef value)
Body Char Set' containment reference.
value - the new value of the 'Body Char Set' containment reference.getBodyCharSet()DataRefOrLiteral getToContainer()
The value is a representation of the data value specified in the TOCONTAINER option; if that option is not used, the value is null.
setToContainer(DataRefOrLiteral),
COBOLPackage.getCicsWebReceiveClientStmt_ToContainer()void setToContainer(DataRefOrLiteral value)
To Container' containment reference.
value - the new value of the 'To Container' containment reference.getToContainer()DataRefOrLiteral getToChannel()
The value is a representation of the data value specified in the TOCHANNEL option; if that option is not used, the value is null.
setToChannel(DataRefOrLiteral),
COBOLPackage.getCicsWebReceiveClientStmt_ToChannel()void setToChannel(DataRefOrLiteral value)
To Channel' containment reference.
value - the new value of the 'To Channel' containment reference.getToChannel()DataRefOrLiteral getClntCodePage()
The value is a representation of the data value specified in the CLNTCODEPAGE option.
setClntCodePage(DataRefOrLiteral),
COBOLPackage.getCicsWebReceiveClientStmt_ClntCodePage()void setClntCodePage(DataRefOrLiteral value)
Clnt Code Page' containment reference.
value - the new value of the 'Clnt Code Page' containment reference.getClntCodePage()