public interface CicsWebReceiveServerStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsWebReceiveServerStmt()| 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 |
getCharacterSet()
Returns the value of the 'Character Set' containment reference.
|
DataRefOrLiteral |
getHostCodePage()
Returns the value of the 'Host 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.
|
DataRefOrLiteral |
getMediaType()
Returns the value of the 'Media Type' containment reference.
|
DataRefOrLiteral |
getServerConv()
Returns the value of the 'Server Conv' containment reference.
|
DataRef |
getSet()
Returns the value of the 'Set' containment reference.
|
DataRefOrLiteral |
getToChannel()
Returns the value of the 'To Channel' containment reference.
|
DataRefOrLiteral |
getToContainer()
Returns the value of the 'To Container' containment reference.
|
DataRef |
getType()
Returns the value of the 'Type' containment reference.
|
boolean |
isNoSrvConvert()
Returns the value of the 'No Srv Convert' attribute.
|
boolean |
isNoTruncate()
Returns the value of the 'No Truncate' attribute.
|
boolean |
isSrvConvert()
Returns the value of the 'Srv Convert' attribute.
|
void |
setBodyCharSet(DataRef value)
Sets the value of the '
Body Char Set' containment reference. |
void |
setCharacterSet(DataRefOrLiteral value)
Sets the value of the '
Character Set' containment reference. |
void |
setHostCodePage(DataRefOrLiteral value)
Sets the value of the '
Host 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(DataRefOrLiteral value)
Sets the value of the '
Media Type' containment reference. |
void |
setNoSrvConvert(boolean value)
Sets the value of the '
No Srv Convert' attribute. |
void |
setNoTruncate(boolean value)
Sets the value of the '
No Truncate' attribute. |
void |
setServerConv(DataRefOrLiteral value)
Sets the value of the '
Server Conv' containment reference. |
void |
setSet(DataRef value)
Sets the value of the '
Set' containment reference. |
void |
setSrvConvert(boolean value)
Sets the value of the '
Srv Convert' attribute. |
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. |
void |
setType(DataRef value)
Sets the value of the '
Type' 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
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.getCicsWebReceiveServerStmt_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.getCicsWebReceiveServerStmt_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.getCicsWebReceiveServerStmt_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.getCicsWebReceiveServerStmt_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.getCicsWebReceiveServerStmt_NoTruncate()void setNoTruncate(boolean value)
No Truncate' attribute.
value - the new value of the 'No Truncate' attribute.isNoTruncate()DataRef getType()
The value is a representation of the CICS value data area specified in the TYPE option; if that option is not used, the value is null.
setType(DataRef),
COBOLPackage.getCicsWebReceiveServerStmt_Type()void setType(DataRef value)
Type' containment reference.
value - the new value of the 'Type' containment reference.getType()boolean isSrvConvert()
The value is true if the SRVCONVERT option is used; false otherwise.
setSrvConvert(boolean),
COBOLPackage.getCicsWebReceiveServerStmt_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.getCicsWebReceiveServerStmt_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.getCicsWebReceiveServerStmt_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.getCicsWebReceiveServerStmt_CharacterSet()void setCharacterSet(DataRefOrLiteral value)
Character Set' containment reference.
value - the new value of the 'Character Set' containment reference.getCharacterSet()DataRefOrLiteral getHostCodePage()
The value is a representation of the data value specified in the HOSTCODEPAGE option; if that option is not used, the value is null.
setHostCodePage(DataRefOrLiteral),
COBOLPackage.getCicsWebReceiveServerStmt_HostCodePage()void setHostCodePage(DataRefOrLiteral value)
Host Code Page' containment reference.
value - the new value of the 'Host Code Page' containment reference.getHostCodePage()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.getCicsWebReceiveServerStmt_BodyCharSet()void setBodyCharSet(DataRef value)
Body Char Set' containment reference.
value - the new value of the 'Body Char Set' containment reference.getBodyCharSet()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.getCicsWebReceiveServerStmt_MediaType()void setMediaType(DataRefOrLiteral value)
Media Type' containment reference.
value - the new value of the 'Media Type' containment reference.getMediaType()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.getCicsWebReceiveServerStmt_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.getCicsWebReceiveServerStmt_ToChannel()void setToChannel(DataRefOrLiteral value)
To Channel' containment reference.
value - the new value of the 'To Channel' containment reference.getToChannel()