public interface CicsDocumentInsertStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsDocumentInsertStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getAt()
Returns the value of the 'At' containment reference.
|
DataRef |
getBinary()
Returns the value of the 'Binary' containment reference.
|
DataRefOrLiteral |
getBookmark()
Returns the value of the 'Bookmark' containment reference.
|
DataRefOrLiteral |
getDocSize()
Returns the value of the 'Doc Size' containment reference.
|
DataRef |
getDocToken()
Returns the value of the 'Doc Token' containment reference.
|
DataRef |
getFrom()
Returns the value of the 'From' containment reference.
|
DataRef |
getFromDoc()
Returns the value of the 'From Doc' containment reference.
|
DataRefOrLiteral |
getHostCodePage()
Returns the value of the 'Host Code Page' containment reference.
|
DataRefOrLiteral |
getLength()
Returns the value of the 'Length' containment reference.
|
DataRefOrLiteral |
getSymbol()
Returns the value of the 'Symbol' containment reference.
|
DataRefOrLiteral |
getTemplate()
Returns the value of the 'Template' containment reference.
|
DataRef |
getText()
Returns the value of the 'Text' containment reference.
|
DataRefOrLiteral |
getTo()
Returns the value of the 'To' containment reference.
|
void |
setAt(DataRefOrLiteral value)
Sets the value of the '
At' containment reference. |
void |
setBinary(DataRef value)
Sets the value of the '
Binary' containment reference. |
void |
setBookmark(DataRefOrLiteral value)
Sets the value of the '
Bookmark' containment reference. |
void |
setDocSize(DataRefOrLiteral value)
Sets the value of the '
Doc Size' containment reference. |
void |
setDocToken(DataRef value)
Sets the value of the '
Doc Token' containment reference. |
void |
setFrom(DataRef value)
Sets the value of the '
From' containment reference. |
void |
setFromDoc(DataRef value)
Sets the value of the '
From Doc' containment reference. |
void |
setHostCodePage(DataRefOrLiteral value)
Sets the value of the '
Host Code Page' containment reference. |
void |
setLength(DataRefOrLiteral value)
Sets the value of the '
Length' containment reference. |
void |
setSymbol(DataRefOrLiteral value)
Sets the value of the '
Symbol' containment reference. |
void |
setTemplate(DataRefOrLiteral value)
Sets the value of the '
Template' containment reference. |
void |
setText(DataRef value)
Sets the value of the '
Text' containment reference. |
void |
setTo(DataRefOrLiteral value)
Sets the value of the '
To' 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.getCicsDocumentInsertStmt_DocToken()void setDocToken(DataRef value)
Doc Token' containment reference.
value - the new value of the 'Doc Token' containment reference.getDocToken()DataRef getText()
The value is a representation of the data area specified in the TEXT option; if that option is not used, the value is null.
setText(DataRef),
COBOLPackage.getCicsDocumentInsertStmt_Text()void setText(DataRef value)
Text' containment reference.
value - the new value of the 'Text' containment reference.getText()DataRef getBinary()
The value is a representation of the data area specified in the BINARY option; if that option is not used, the value is null.
setBinary(DataRef),
COBOLPackage.getCicsDocumentInsertStmt_Binary()void setBinary(DataRef value)
Binary' containment reference.
value - the new value of the 'Binary' containment reference.getBinary()DataRef getFrom()
The value is a representation of the data area specified in the FROM option; if that option is not used, the value is null.
setFrom(DataRef),
COBOLPackage.getCicsDocumentInsertStmt_From()void setFrom(DataRef value)
From' containment reference.
value - the new value of the 'From' containment reference.getFrom()DataRefOrLiteral 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(DataRefOrLiteral),
COBOLPackage.getCicsDocumentInsertStmt_Length()void setLength(DataRefOrLiteral value)
Length' containment reference.
value - the new value of the 'Length' containment reference.getLength()DataRefOrLiteral getSymbol()
The value is a representation of the name specified in the SYMBOL option; if that option is not used, the value is null.
setSymbol(DataRefOrLiteral),
COBOLPackage.getCicsDocumentInsertStmt_Symbol()void setSymbol(DataRefOrLiteral value)
Symbol' containment reference.
value - the new value of the 'Symbol' containment reference.getSymbol()DataRefOrLiteral getTemplate()
The value is a representation of the name specified in the TEMPLATE option; if that option is not used, the value is null.
setTemplate(DataRefOrLiteral),
COBOLPackage.getCicsDocumentInsertStmt_Template()void setTemplate(DataRefOrLiteral value)
Template' containment reference.
value - the new value of the 'Template' containment reference.getTemplate()DataRef getFromDoc()
The value is a representation of the data area specified in the FROMDOC option; if that option is not used, the value is null.
setFromDoc(DataRef),
COBOLPackage.getCicsDocumentInsertStmt_FromDoc()void setFromDoc(DataRef value)
From Doc' containment reference.
value - the new value of the 'From Doc' containment reference.getFromDoc()DataRefOrLiteral getBookmark()
The value is a representation of the name specified in the BOOKMARK option; if that option is not used, the value is null.
setBookmark(DataRefOrLiteral),
COBOLPackage.getCicsDocumentInsertStmt_Bookmark()void setBookmark(DataRefOrLiteral value)
Bookmark' containment reference.
value - the new value of the 'Bookmark' containment reference.getBookmark()DataRefOrLiteral getDocSize()
The value is a representation of the data value specified in the DOCSIZE option; if that option is not used, the value is null.
setDocSize(DataRefOrLiteral),
COBOLPackage.getCicsDocumentInsertStmt_DocSize()void setDocSize(DataRefOrLiteral value)
Doc Size' containment reference.
value - the new value of the 'Doc Size' containment reference.getDocSize()DataRefOrLiteral getHostCodePage()
The value is a representation of the name specified in the HOSTCODEPAGE option; if that option is not used, the value is null.
setHostCodePage(DataRefOrLiteral),
COBOLPackage.getCicsDocumentInsertStmt_HostCodePage()void setHostCodePage(DataRefOrLiteral value)
Host Code Page' containment reference.
value - the new value of the 'Host Code Page' containment reference.getHostCodePage()DataRefOrLiteral getAt()
The value is a representation of the name specified in the AT option; if that option is not used, the value is null.
setAt(DataRefOrLiteral),
COBOLPackage.getCicsDocumentInsertStmt_At()void setAt(DataRefOrLiteral value)
At' containment reference.
value - the new value of the 'At' containment reference.getAt()DataRefOrLiteral getTo()
The value is a representation of the name specified in the TO option; if that option is not used, the value is null.
setTo(DataRefOrLiteral),
COBOLPackage.getCicsDocumentInsertStmt_To()void setTo(DataRefOrLiteral value)
To' containment reference.
value - the new value of the 'To' containment reference.getTo()