public interface CicsExtractAttachStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsExtractAttachStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getAttachId()
Returns the value of the 'Attach Id' containment reference.
|
DataRefOrLiteral |
getConvId()
Returns the value of the 'Conv Id' containment reference.
|
DataRef |
getDataStr()
Returns the value of the 'Data Str' containment reference.
|
DataRef |
getIUType()
Returns the value of the 'IU Type' containment reference.
|
DataRef |
getProcess()
Returns the value of the 'Process' containment reference.
|
DataRef |
getQueue()
Returns the value of the 'Queue' containment reference.
|
DataRef |
getRecFM()
Returns the value of the 'Rec FM' containment reference.
|
DataRef |
getResource()
Returns the value of the 'Resource' containment reference.
|
DataRef |
getRProcess()
Returns the value of the 'RProcess' containment reference.
|
DataRef |
getRResource()
Returns the value of the 'RResource' containment reference.
|
DataRefOrLiteral |
getSession()
Returns the value of the 'Session' containment reference.
|
void |
setAttachId(DataRefOrLiteral value)
Sets the value of the '
Attach Id' containment reference. |
void |
setConvId(DataRefOrLiteral value)
Sets the value of the '
Conv Id' containment reference. |
void |
setDataStr(DataRef value)
Sets the value of the '
Data Str' containment reference. |
void |
setIUType(DataRef value)
Sets the value of the '
IU Type' containment reference. |
void |
setProcess(DataRef value)
Sets the value of the '
Process' containment reference. |
void |
setQueue(DataRef value)
Sets the value of the '
Queue' containment reference. |
void |
setRecFM(DataRef value)
Sets the value of the '
Rec FM' containment reference. |
void |
setResource(DataRef value)
Sets the value of the '
Resource' containment reference. |
void |
setRProcess(DataRef value)
Sets the value of the '
RProcess' containment reference. |
void |
setRResource(DataRef value)
Sets the value of the '
RResource' containment reference. |
void |
setSession(DataRefOrLiteral value)
Sets the value of the '
Session' 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 getAttachId()
The value is a representation of the name specified in the ATTACHID option; if that option is not used, the value is null.
setAttachId(DataRefOrLiteral),
COBOLPackage.getCicsExtractAttachStmt_AttachId()void setAttachId(DataRefOrLiteral value)
Attach Id' containment reference.
value - the new value of the 'Attach Id' containment reference.getAttachId()DataRefOrLiteral getConvId()
The value is a representation of the name specified in the CONVID option; if that option is not used, the value is null.
setConvId(DataRefOrLiteral),
COBOLPackage.getCicsExtractAttachStmt_ConvId()void setConvId(DataRefOrLiteral value)
Conv Id' containment reference.
value - the new value of the 'Conv Id' containment reference.getConvId()DataRefOrLiteral getSession()
The value is a representation of the name specified in the SESSION option; if that option is not used, the value is null.
setSession(DataRefOrLiteral),
COBOLPackage.getCicsExtractAttachStmt_Session()void setSession(DataRefOrLiteral value)
Session' containment reference.
value - the new value of the 'Session' containment reference.getSession()DataRef getProcess()
The value is a representation of the data area specified in the PROCESS option; if that option is not used, the value is null.
setProcess(DataRef),
COBOLPackage.getCicsExtractAttachStmt_Process()void setProcess(DataRef value)
Process' containment reference.
value - the new value of the 'Process' containment reference.getProcess()DataRef getResource()
The value is a representation of the data area specified in the RESOURCE option; if that option is not used, the value is null.
setResource(DataRef),
COBOLPackage.getCicsExtractAttachStmt_Resource()void setResource(DataRef value)
Resource' containment reference.
value - the new value of the 'Resource' containment reference.getResource()DataRef getRProcess()
The value is a representation of the data area specified in the RPROCESS option; if that option is not used, the value is null.
setRProcess(DataRef),
COBOLPackage.getCicsExtractAttachStmt_RProcess()void setRProcess(DataRef value)
RProcess' containment reference.
value - the new value of the 'RProcess' containment reference.getRProcess()DataRef getRResource()
The value is a representation of the data area specified in the RRESOURCE option; if that option is not used, the value is null.
setRResource(DataRef),
COBOLPackage.getCicsExtractAttachStmt_RResource()void setRResource(DataRef value)
RResource' containment reference.
value - the new value of the 'RResource' containment reference.getRResource()DataRef getQueue()
The value is a representation of the data area specified in the QUEUE option; if that option is not used, the value is null.
setQueue(DataRef),
COBOLPackage.getCicsExtractAttachStmt_Queue()void setQueue(DataRef value)
Queue' containment reference.
value - the new value of the 'Queue' containment reference.getQueue()DataRef getIUType()
The value is a representation of the data area specified in the IUTYPE option; if that option is not used, the value is null.
setIUType(DataRef),
COBOLPackage.getCicsExtractAttachStmt_IUType()void setIUType(DataRef value)
IU Type' containment reference.
value - the new value of the 'IU Type' containment reference.getIUType()DataRef getDataStr()
The value is a representation of the data area specified in the DATASTR option; if that option is not used, the value is null.
setDataStr(DataRef),
COBOLPackage.getCicsExtractAttachStmt_DataStr()void setDataStr(DataRef value)
Data Str' containment reference.
value - the new value of the 'Data Str' containment reference.getDataStr()DataRef getRecFM()
The value is a representation of the data area specified in the RECFM option; if that option is not used, the value is null.
setRecFM(DataRef),
COBOLPackage.getCicsExtractAttachStmt_RecFM()void setRecFM(DataRef value)
Rec FM' containment reference.
value - the new value of the 'Rec FM' containment reference.getRecFM()