public interface CicsDocumentRetrieveStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsDocumentRetrieveStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getCharacterSet()
Returns the value of the 'Character Set' containment reference.
|
DataRefOrLiteral |
getClntCodePage()
Returns the value of the 'Clnt Code Page' containment reference.
|
DataRef |
getDocToken()
Returns the value of the 'Doc Token' 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.
|
boolean |
isDataOnly()
Returns the value of the 'Data Only' attribute.
|
void |
setCharacterSet(DataRefOrLiteral value)
Sets the value of the '
Character Set' containment reference. |
void |
setClntCodePage(DataRefOrLiteral value)
Sets the value of the '
Clnt Code Page' containment reference. |
void |
setDataOnly(boolean value)
Sets the value of the '
Data Only' attribute. |
void |
setDocToken(DataRef value)
Sets the value of the '
Doc Token' 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. |
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 getDocToken()
The value is a representation of the data area specified in the DOCTOKEN option.
setDocToken(DataRef),
COBOLPackage.getCicsDocumentRetrieveStmt_DocToken()void setDocToken(DataRef value)
Doc Token' containment reference.
value - the new value of the 'Doc Token' containment reference.getDocToken()DataRef getInto()
The value is a representation of the data area specified in the INTO option.
setInto(DataRef),
COBOLPackage.getCicsDocumentRetrieveStmt_Into()void setInto(DataRef value)
Into' containment reference.
value - the new value of the 'Into' containment reference.getInto()DataRef getLength()
The value is a representation of the data value specified in the LENGTH option; if that option is not used, the value is null.
setLength(DataRef),
COBOLPackage.getCicsDocumentRetrieveStmt_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.getCicsDocumentRetrieveStmt_MaxLength()void setMaxLength(DataRefOrLiteral value)
Max Length' containment reference.
value - the new value of the 'Max Length' containment reference.getMaxLength()DataRefOrLiteral getCharacterSet()
The value is a representation of the name specified in the CHARACTERSET option; if that option is not used, the value is null.
setCharacterSet(DataRefOrLiteral),
COBOLPackage.getCicsDocumentRetrieveStmt_CharacterSet()void setCharacterSet(DataRefOrLiteral value)
Character Set' containment reference.
value - the new value of the 'Character Set' containment reference.getCharacterSet()boolean isDataOnly()
The value is true if the DATAONLY option is used; false otherwise.
setDataOnly(boolean),
COBOLPackage.getCicsDocumentRetrieveStmt_DataOnly()void setDataOnly(boolean value)
Data Only' attribute.
value - the new value of the 'Data Only' attribute.isDataOnly()DataRefOrLiteral getClntCodePage()
The value is a representation of the data value specified in the CLNTCODEPAGE option; if that option is not used, the value is null.
setClntCodePage(DataRefOrLiteral),
COBOLPackage.getCicsDocumentRetrieveStmt_ClntCodePage()void setClntCodePage(DataRefOrLiteral value)
Clnt Code Page' containment reference.
value - the new value of the 'Clnt Code Page' containment reference.getClntCodePage()