| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getDestId()
Returns the value of the 'Dest Id' containment reference.
|
DataRefOrLiteral |
getDestIdLeng()
Returns the value of the 'Dest Id Leng' containment reference.
|
DataRef |
getRIDFLD()
Returns the value of the 'RIDFLD' containment reference.
|
DataRefOrLiteral |
getVolume()
Returns the value of the 'Volume' containment reference.
|
DataRefOrLiteral |
getVolumeLeng()
Returns the value of the 'Volume Leng' containment reference.
|
boolean |
isRRN()
Returns the value of the 'RRN' attribute.
|
void |
setDestId(DataRefOrLiteral value)
Sets the value of the '
Dest Id' containment reference. |
void |
setDestIdLeng(DataRefOrLiteral value)
Sets the value of the '
Dest Id Leng' containment reference. |
void |
setRIDFLD(DataRef value)
Sets the value of the '
RIDFLD' containment reference. |
void |
setRRN(boolean value)
Sets the value of the '
RRN' attribute. |
void |
setVolume(DataRefOrLiteral value)
Sets the value of the '
Volume' containment reference. |
void |
setVolumeLeng(DataRefOrLiteral value)
Sets the value of the '
Volume Leng' 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 getDestId()
The value is a representation of the data value specified in the DESTID option.
setDestId(DataRefOrLiteral),
COBOLPackage.getCicsIssueNoteStmt_DestId()void setDestId(DataRefOrLiteral value)
Dest Id' containment reference.
value - the new value of the 'Dest Id' containment reference.getDestId()DataRefOrLiteral getDestIdLeng()
The value is a representation of the data value specified in the DESTIDLENG option; if that option is not used, the value is null.
setDestIdLeng(DataRefOrLiteral),
COBOLPackage.getCicsIssueNoteStmt_DestIdLeng()void setDestIdLeng(DataRefOrLiteral value)
Dest Id Leng' containment reference.
value - the new value of the 'Dest Id Leng' containment reference.getDestIdLeng()DataRefOrLiteral getVolume()
The value is a representation of the data value specified in the VOLUME option.
setVolume(DataRefOrLiteral),
COBOLPackage.getCicsIssueNoteStmt_Volume()void setVolume(DataRefOrLiteral value)
Volume' containment reference.
value - the new value of the 'Volume' containment reference.getVolume()DataRefOrLiteral getVolumeLeng()
The value is a representation of the data value specified in the VOLUMELENG option; if that option is not used, the value is null.
setVolumeLeng(DataRefOrLiteral),
COBOLPackage.getCicsIssueNoteStmt_VolumeLeng()void setVolumeLeng(DataRefOrLiteral value)
Volume Leng' containment reference.
value - the new value of the 'Volume Leng' containment reference.getVolumeLeng()DataRef getRIDFLD()
The value is a representation of the data area specified in the RIDFLD option.
setRIDFLD(DataRef),
COBOLPackage.getCicsIssueNoteStmt_RIDFLD()void setRIDFLD(DataRef value)
RIDFLD' containment reference.
value - the new value of the 'RIDFLD' containment reference.getRIDFLD()boolean isRRN()
The value is true if the RRN option is used; false otherwise.
setRRN(boolean),
COBOLPackage.getCicsIssueNoteStmt_RRN()