public interface CicsInvokeServiceStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsInvokeServiceStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getChannel()
Returns the value of the 'Channel' containment reference.
|
DataRefOrLiteral |
getOperation()
Returns the value of the 'Operation' containment reference.
|
DataRefOrLiteral |
getScope()
Returns the value of the 'Scope' containment reference.
|
DataRefOrLiteral |
getScopeLen()
Returns the value of the 'Scope Len' containment reference.
|
DataRefOrLiteral |
getService()
Returns the value of the 'Service' containment reference.
|
DataRefOrLiteral |
getURI()
Returns the value of the 'URI' containment reference.
|
DataRefOrLiteral |
getURIMap()
Returns the value of the 'URI Map' containment reference.
|
void |
setChannel(DataRefOrLiteral value)
Sets the value of the '
Channel' containment reference. |
void |
setOperation(DataRefOrLiteral value)
Sets the value of the '
Operation' containment reference. |
void |
setScope(DataRefOrLiteral value)
Sets the value of the '
Scope' containment reference. |
void |
setScopeLen(DataRefOrLiteral value)
Sets the value of the '
Scope Len' containment reference. |
void |
setService(DataRefOrLiteral value)
Sets the value of the '
Service' containment reference. |
void |
setURI(DataRefOrLiteral value)
Sets the value of the '
URI' containment reference. |
void |
setURIMap(DataRefOrLiteral value)
Sets the value of the '
URI Map' 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 getService()
The value is a representation of the data value specified in the SERVICE option.
setService(DataRefOrLiteral),
COBOLPackage.getCicsInvokeServiceStmt_Service()void setService(DataRefOrLiteral value)
Service' containment reference.
value - the new value of the 'Service' containment reference.getService()DataRefOrLiteral getChannel()
The value is a representation of the data value specified in the CHANNEL option.
setChannel(DataRefOrLiteral),
COBOLPackage.getCicsInvokeServiceStmt_Channel()void setChannel(DataRefOrLiteral value)
Channel' containment reference.
value - the new value of the 'Channel' containment reference.getChannel()DataRefOrLiteral getOperation()
The value is a representation of the data value specified in the OPERATION option.
setOperation(DataRefOrLiteral),
COBOLPackage.getCicsInvokeServiceStmt_Operation()void setOperation(DataRefOrLiteral value)
Operation' containment reference.
value - the new value of the 'Operation' containment reference.getOperation()DataRefOrLiteral getURI()
The value is a representation of the data value specified in the URI option; if that option is not used, the value is null.
setURI(DataRefOrLiteral),
COBOLPackage.getCicsInvokeServiceStmt_URI()void setURI(DataRefOrLiteral value)
URI' containment reference.
value - the new value of the 'URI' containment reference.getURI()DataRefOrLiteral getURIMap()
The value is a representation of the data value specified in the URIMAP option; if that option is not used, the value is null.
setURIMap(DataRefOrLiteral),
COBOLPackage.getCicsInvokeServiceStmt_URIMap()void setURIMap(DataRefOrLiteral value)
URI Map' containment reference.
value - the new value of the 'URI Map' containment reference.getURIMap()DataRefOrLiteral getScope()
The value is a representation of the data value specified in the SCOPE option; if that option is not used, the value is null.
setScope(DataRefOrLiteral),
COBOLPackage.getCicsInvokeServiceStmt_Scope()void setScope(DataRefOrLiteral value)
Scope' containment reference.
value - the new value of the 'Scope' containment reference.getScope()DataRefOrLiteral getScopeLen()
The value is a representation of the data value specified in the SCOPELEN option; if that option is not used, the value is null.
setScopeLen(DataRefOrLiteral),
COBOLPackage.getCicsInvokeServiceStmt_ScopeLen()void setScopeLen(DataRefOrLiteral value)
Scope Len' containment reference.
value - the new value of the 'Scope Len' containment reference.getScopeLen()