public interface CicsWebWriteHTTPHeaderStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsWebWriteHTTPHeaderStmt()| 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.
|
DataRefOrLiteral |
getValue()
Returns the value of the 'Value' containment reference.
|
DataRefOrLiteral |
getValueLength()
Returns the value of the 'Value Length' containment reference.
|
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 |
setSessToken(DataRefOrLiteral value)
Sets the value of the '
Sess Token' containment reference. |
void |
setValue(DataRefOrLiteral value)
Sets the value of the '
Value' containment reference. |
void |
setValueLength(DataRefOrLiteral 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.getCicsWebWriteHTTPHeaderStmt_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; if that option is not used, the value is null.
setNameLength(DataRefOrLiteral),
COBOLPackage.getCicsWebWriteHTTPHeaderStmt_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.getCicsWebWriteHTTPHeaderStmt_SessToken()void setSessToken(DataRefOrLiteral value)
Sess Token' containment reference.
value - the new value of the 'Sess Token' containment reference.getSessToken()DataRefOrLiteral getValue()
The value is a representation of the data value specified in the VALUE option.
setValue(DataRefOrLiteral),
COBOLPackage.getCicsWebWriteHTTPHeaderStmt_Value()void setValue(DataRefOrLiteral value)
Value' containment reference.
value - the new value of the 'Value' containment reference.getValue()DataRefOrLiteral getValueLength()
The value is a representation of the data value specified in the VALUELENGTH option; if that option is not used, the value is null.
setValueLength(DataRefOrLiteral),
COBOLPackage.getCicsWebWriteHTTPHeaderStmt_ValueLength()void setValueLength(DataRefOrLiteral value)
Value Length' containment reference.
value - the new value of the 'Value Length' containment reference.getValueLength()