public interface CicsWebReadNextHTTPHeaderStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsWebReadNextHTTPHeaderStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getHTTPHeader()
Returns the value of the 'HTTP Header' containment reference.
|
DataRef |
getNameLength()
Returns the value of the 'Name Length' containment reference.
|
DataRefOrLiteral |
getSessToken()
Returns the value of the 'Sess Token' containment reference.
|
DataRef |
getValue()
Returns the value of the 'Value' containment reference.
|
DataRef |
getValueLength()
Returns the value of the 'Value Length' containment reference.
|
void |
setHTTPHeader(DataRef value)
Sets the value of the '
HTTP Header' containment reference. |
void |
setNameLength(DataRef value)
Sets the value of the '
Name Length' containment reference. |
void |
setSessToken(DataRefOrLiteral value)
Sets the value of the '
Sess Token' containment reference. |
void |
setValue(DataRef value)
Sets the value of the '
Value' containment reference. |
void |
setValueLength(DataRef value)
Sets the value of the '
Value Length' 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 getHTTPHeader()
The value is a representation of the data area specified in the HTTPHEADER option.
setHTTPHeader(DataRef),
COBOLPackage.getCicsWebReadNextHTTPHeaderStmt_HTTPHeader()void setHTTPHeader(DataRef value)
HTTP Header' containment reference.
value - the new value of the 'HTTP Header' containment reference.getHTTPHeader()DataRef getNameLength()
The value is a representation of the data area specified in the NAMELENGTH option.
setNameLength(DataRef),
COBOLPackage.getCicsWebReadNextHTTPHeaderStmt_NameLength()void setNameLength(DataRef value)
Name Length' containment reference.
value - the new value of the 'Name Length' containment reference.getNameLength()DataRefOrLiteral getSessToken()
The value is a representation of the data value specified in the SESSTOKEN option; if that option is not used, the value is null.
setSessToken(DataRefOrLiteral),
COBOLPackage.getCicsWebReadNextHTTPHeaderStmt_SessToken()void setSessToken(DataRefOrLiteral value)
Sess Token' containment reference.
value - the new value of the 'Sess Token' containment reference.getSessToken()DataRef getValue()
The value is a representation of the data area specified in the VALUE option.
setValue(DataRef),
COBOLPackage.getCicsWebReadNextHTTPHeaderStmt_Value()void setValue(DataRef value)
Value' containment reference.
value - the new value of the 'Value' containment reference.getValue()DataRef getValueLength()
The value is a representation of the data area specified in the VALUELENGTH option.
setValueLength(DataRef),
COBOLPackage.getCicsWebReadNextHTTPHeaderStmt_ValueLength()void setValueLength(DataRef value)
Value Length' containment reference.
value - the new value of the 'Value Length' containment reference.getValueLength()