public interface CicsBuildAttachStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsBuildAttachStmt()| 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 |
getDataStr()
Returns the value of the 'Data Str' containment reference.
|
DataRefOrLiteral |
getIUType()
Returns the value of the 'IU Type' containment reference.
|
DataRefOrLiteral |
getProcess()
Returns the value of the 'Process' containment reference.
|
DataRefOrLiteral |
getQueue()
Returns the value of the 'Queue' containment reference.
|
DataRefOrLiteral |
getRecFM()
Returns the value of the 'Rec FM' containment reference.
|
DataRefOrLiteral |
getResource()
Returns the value of the 'Resource' containment reference.
|
DataRefOrLiteral |
getRProcess()
Returns the value of the 'RProcess' containment reference.
|
DataRefOrLiteral |
getRResource()
Returns the value of the 'RResource' containment reference.
|
void |
setAttachId(DataRefOrLiteral value)
Sets the value of the '
Attach Id' containment reference. |
void |
setDataStr(DataRefOrLiteral value)
Sets the value of the '
Data Str' containment reference. |
void |
setIUType(DataRefOrLiteral value)
Sets the value of the '
IU Type' containment reference. |
void |
setProcess(DataRefOrLiteral value)
Sets the value of the '
Process' containment reference. |
void |
setQueue(DataRefOrLiteral value)
Sets the value of the '
Queue' containment reference. |
void |
setRecFM(DataRefOrLiteral value)
Sets the value of the '
Rec FM' containment reference. |
void |
setResource(DataRefOrLiteral value)
Sets the value of the '
Resource' containment reference. |
void |
setRProcess(DataRefOrLiteral value)
Sets the value of the '
RProcess' containment reference. |
void |
setRResource(DataRefOrLiteral value)
Sets the value of the '
RResource' 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.
setAttachId(DataRefOrLiteral),
COBOLPackage.getCicsBuildAttachStmt_AttachId()void setAttachId(DataRefOrLiteral value)
Attach Id' containment reference.
value - the new value of the 'Attach Id' containment reference.getAttachId()DataRefOrLiteral getProcess()
The value is a representation of the name specified in the PROCESS option; if that option is not used, the value is null.
setProcess(DataRefOrLiteral),
COBOLPackage.getCicsBuildAttachStmt_Process()void setProcess(DataRefOrLiteral value)
Process' containment reference.
value - the new value of the 'Process' containment reference.getProcess()DataRefOrLiteral getResource()
The value is a representation of the name specified in the RESOURCE option; if that option is not used, the value is null.
setResource(DataRefOrLiteral),
COBOLPackage.getCicsBuildAttachStmt_Resource()void setResource(DataRefOrLiteral value)
Resource' containment reference.
value - the new value of the 'Resource' containment reference.getResource()DataRefOrLiteral getRProcess()
The value is a representation of the name specified in the RPROCESS option; if that option is not used, the value is null.
setRProcess(DataRefOrLiteral),
COBOLPackage.getCicsBuildAttachStmt_RProcess()void setRProcess(DataRefOrLiteral value)
RProcess' containment reference.
value - the new value of the 'RProcess' containment reference.getRProcess()DataRefOrLiteral getRResource()
The value is a representation of the name specified in the RRESOURCE option; if that option is not used, the value is null.
setRResource(DataRefOrLiteral),
COBOLPackage.getCicsBuildAttachStmt_RResource()void setRResource(DataRefOrLiteral value)
RResource' containment reference.
value - the new value of the 'RResource' containment reference.getRResource()DataRefOrLiteral getQueue()
The value is a representation of the name specified in the QUEUE option; if that option is not used, the value is null.
setQueue(DataRefOrLiteral),
COBOLPackage.getCicsBuildAttachStmt_Queue()void setQueue(DataRefOrLiteral value)
Queue' containment reference.
value - the new value of the 'Queue' containment reference.getQueue()DataRefOrLiteral getIUType()
The value is a representation of the data value specified in the IUTYPE option; if that option is not used, the value is null.
setIUType(DataRefOrLiteral),
COBOLPackage.getCicsBuildAttachStmt_IUType()void setIUType(DataRefOrLiteral value)
IU Type' containment reference.
value - the new value of the 'IU Type' containment reference.getIUType()DataRefOrLiteral getDataStr()
The value is a representation of the data value specified in the DATASTR option; if that option is not used, the value is null.
setDataStr(DataRefOrLiteral),
COBOLPackage.getCicsBuildAttachStmt_DataStr()void setDataStr(DataRefOrLiteral value)
Data Str' containment reference.
value - the new value of the 'Data Str' containment reference.getDataStr()DataRefOrLiteral getRecFM()
The value is a representation of the data value specified in the RECFM option; if that option is not used, the value is null.
setRecFM(DataRefOrLiteral),
COBOLPackage.getCicsBuildAttachStmt_RecFM()void setRecFM(DataRefOrLiteral value)
Rec FM' containment reference.
value - the new value of the 'Rec FM' containment reference.getRecFM()