public interface CicsDocumentSetStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsDocumentSetStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getDelimiter()
Returns the value of the 'Delimiter' containment reference.
|
DataRef |
getDocToken()
Returns the value of the 'Doc Token' containment reference.
|
DataRefOrLiteral |
getLength()
Returns the value of the 'Length' containment reference.
|
DataRefOrLiteral |
getSymbol()
Returns the value of the 'Symbol' containment reference.
|
DataRef |
getSymbolList()
Returns the value of the 'Symbol List' containment reference.
|
DataRef |
getValue()
Returns the value of the 'Value' containment reference.
|
boolean |
isPrivate()
Returns the value of the 'Private' attribute.
|
boolean |
isUnescaped()
Returns the value of the 'Unescaped' attribute.
|
void |
setDelimiter(DataRefOrLiteral value)
Sets the value of the '
Delimiter' containment reference. |
void |
setDocToken(DataRef value)
Sets the value of the '
Doc Token' containment reference. |
void |
setLength(DataRefOrLiteral value)
Sets the value of the '
Length' containment reference. |
void |
setPrivate(boolean value)
Sets the value of the '
Private' attribute. |
void |
setSymbol(DataRefOrLiteral value)
Sets the value of the '
Symbol' containment reference. |
void |
setSymbolList(DataRef value)
Sets the value of the '
Symbol List' containment reference. |
void |
setUnescaped(boolean value)
Sets the value of the '
Unescaped' attribute. |
void |
setValue(DataRef value)
Sets the value of the '
Value' 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.getCicsDocumentSetStmt_DocToken()void setDocToken(DataRef value)
Doc Token' containment reference.
value - the new value of the 'Doc Token' containment reference.getDocToken()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.getCicsDocumentSetStmt_Symbol()void setSymbol(DataRefOrLiteral value)
Symbol' containment reference.
value - the new value of the 'Symbol' containment reference.getSymbol()DataRef getValue()
The value is a representation of the data area specified in the VALUE option; if that option is not used, the value is null.
setValue(DataRef),
COBOLPackage.getCicsDocumentSetStmt_Value()void setValue(DataRef value)
Value' containment reference.
value - the new value of the 'Value' containment reference.getValue()DataRef getSymbolList()
The value is a representation of the data area specified in the SYMBOLLIST option; if that option is not used, the value is null.
setSymbolList(DataRef),
COBOLPackage.getCicsDocumentSetStmt_SymbolList()void setSymbolList(DataRef value)
Symbol List' containment reference.
value - the new value of the 'Symbol List' containment reference.getSymbolList()DataRefOrLiteral getDelimiter()
The value is a representation of the data value specified in the DELIMITER option; if that option is not used, the value is null.
setDelimiter(DataRefOrLiteral),
COBOLPackage.getCicsDocumentSetStmt_Delimiter()void setDelimiter(DataRefOrLiteral value)
Delimiter' containment reference.
value - the new value of the 'Delimiter' containment reference.getDelimiter()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.getCicsDocumentSetStmt_Length()void setLength(DataRefOrLiteral value)
Length' containment reference.
value - the new value of the 'Length' containment reference.getLength()boolean isUnescaped()
The value is true if the UNESCAPED option is used; false otherwise.
setUnescaped(boolean),
COBOLPackage.getCicsDocumentSetStmt_Unescaped()void setUnescaped(boolean value)
Unescaped' attribute.
value - the new value of the 'Unescaped' attribute.isUnescaped()boolean isPrivate()
The value is true if the PRIVATE option is used; false otherwise.
setPrivate(boolean),
COBOLPackage.getCicsDocumentSetStmt_Private()void setPrivate(boolean value)
Private' attribute.
value - the new value of the 'Private' attribute.isPrivate()