public interface CicsConnectProcessStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsConnectProcessStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getConvId()
Returns the value of the 'Conv Id' containment reference.
|
DataRefOrLiteral |
getPartner()
Returns the value of the 'Partner' containment reference.
|
DataRefOrLiteral |
getPipLength()
Returns the value of the 'Pip Length' containment reference.
|
DataRef |
getPipList()
Returns the value of the 'Pip List' containment reference.
|
DataRefOrLiteral |
getProcLength()
Returns the value of the 'Proc Length' containment reference.
|
DataRefOrLiteral |
getProcName()
Returns the value of the 'Proc Name' containment reference.
|
DataRefOrLiteral |
getSession()
Returns the value of the 'Session' containment reference.
|
DataRef |
getState()
Returns the value of the 'State' containment reference.
|
DataRefOrLiteral |
getSyncLevel()
Returns the value of the 'Sync Level' containment reference.
|
void |
setConvId(DataRefOrLiteral value)
Sets the value of the '
Conv Id' containment reference. |
void |
setPartner(DataRefOrLiteral value)
Sets the value of the '
Partner' containment reference. |
void |
setPipLength(DataRefOrLiteral value)
Sets the value of the '
Pip Length' containment reference. |
void |
setPipList(DataRef value)
Sets the value of the '
Pip List' containment reference. |
void |
setProcLength(DataRefOrLiteral value)
Sets the value of the '
Proc Length' containment reference. |
void |
setProcName(DataRefOrLiteral value)
Sets the value of the '
Proc Name' containment reference. |
void |
setSession(DataRefOrLiteral value)
Sets the value of the '
Session' containment reference. |
void |
setState(DataRef value)
Sets the value of the '
State' containment reference. |
void |
setSyncLevel(DataRefOrLiteral value)
Sets the value of the '
Sync Level' 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 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.getCicsConnectProcessStmt_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.getCicsConnectProcessStmt_Session()void setSession(DataRefOrLiteral value)
Session' containment reference.
value - the new value of the 'Session' containment reference.getSession()DataRefOrLiteral getProcName()
The value is a representation of the data area specified in the PROCNAME option; if that option is not used, the value is null.
setProcName(DataRefOrLiteral),
COBOLPackage.getCicsConnectProcessStmt_ProcName()void setProcName(DataRefOrLiteral value)
Proc Name' containment reference.
value - the new value of the 'Proc Name' containment reference.getProcName()DataRefOrLiteral getProcLength()
The value is a representation of the data value specified in the PROCLENGTH option; if that option is not used, the value is null.
setProcLength(DataRefOrLiteral),
COBOLPackage.getCicsConnectProcessStmt_ProcLength()void setProcLength(DataRefOrLiteral value)
Proc Length' containment reference.
value - the new value of the 'Proc Length' containment reference.getProcLength()DataRefOrLiteral getPartner()
The value is a representation of the name specified in the PARTNER option; if that option is not used, the value is null.
setPartner(DataRefOrLiteral),
COBOLPackage.getCicsConnectProcessStmt_Partner()void setPartner(DataRefOrLiteral value)
Partner' containment reference.
value - the new value of the 'Partner' containment reference.getPartner()DataRef getPipList()
The value is a representation of the data area specified in the PIPLIST option; if that option is not used, the value is null.
setPipList(DataRef),
COBOLPackage.getCicsConnectProcessStmt_PipList()void setPipList(DataRef value)
Pip List' containment reference.
value - the new value of the 'Pip List' containment reference.getPipList()DataRefOrLiteral getPipLength()
The value is a representation of the data value specified in the PIPLENGTH option; if that option is not used, the value is null.
setPipLength(DataRefOrLiteral),
COBOLPackage.getCicsConnectProcessStmt_PipLength()void setPipLength(DataRefOrLiteral value)
Pip Length' containment reference.
value - the new value of the 'Pip Length' containment reference.getPipLength()DataRefOrLiteral getSyncLevel()
The value is a representation of the data value specified in the SYNCLEVEL option.
setSyncLevel(DataRefOrLiteral),
COBOLPackage.getCicsConnectProcessStmt_SyncLevel()void setSyncLevel(DataRefOrLiteral value)
Sync Level' containment reference.
value - the new value of the 'Sync Level' containment reference.getSyncLevel()DataRef getState()
The value is a representation of the CICS value data area specified in the STATE option; if that option is not used, the value is null.
setState(DataRef),
COBOLPackage.getCicsConnectProcessStmt_State()void setState(DataRef value)
State' containment reference.
value - the new value of the 'State' containment reference.getState()