public interface CicsWebReadHTTPHeaderStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsWebReadHTTPHeaderStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getHTTPHeader()
Returns the value of the 'HTTP Header' containment reference.
|
DataRefOrLiteral |
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.
|
boolean |
isPrivate()
Returns the value of the 'Private' attribute.
|
void |
setHTTPHeader(DataRefOrLiteral value)
Sets the value of the '
HTTP Header' containment reference. |
void |
setNameLength(DataRefOrLiteral value)
Sets the value of the '
Name Length' containment reference. |
void |
setPrivate(boolean value)
Sets the value of the '
Private' attribute. |
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
DataRefOrLiteral getHTTPHeader()
The value is a representation of the data value specified in the HTTPHEADER option.
setHTTPHeader(DataRefOrLiteral),
COBOLPackage.getCicsWebReadHTTPHeaderStmt_HTTPHeader()void setHTTPHeader(DataRefOrLiteral value)
HTTP Header' containment reference.
value - the new value of the 'HTTP Header' containment reference.getHTTPHeader()DataRefOrLiteral getNameLength()
The value is a representation of the data value specified in the NAMELENGTH option.
setNameLength(DataRefOrLiteral),
COBOLPackage.getCicsWebReadHTTPHeaderStmt_NameLength()void setNameLength(DataRefOrLiteral 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.getCicsWebReadHTTPHeaderStmt_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.getCicsWebReadHTTPHeaderStmt_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.getCicsWebReadHTTPHeaderStmt_ValueLength()void setValueLength(DataRef value)
Value Length' containment reference.
value - the new value of the 'Value Length' containment reference.getValueLength()boolean isPrivate()
The value is true if the PRIVATE option is used; false otherwise.
setPrivate(boolean),
COBOLPackage.getCicsWebReadHTTPHeaderStmt_Private()void setPrivate(boolean value)
Private' attribute.
value - the new value of the 'Private' attribute.isPrivate()