public interface CicsChangePhraseStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsChangePhraseStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getESMReason()
Returns the value of the 'ESM Reason' containment reference.
|
DataRef |
getESMResp()
Returns the value of the 'ESM Resp' containment reference.
|
DataRefOrLiteral |
getNewPhrase()
Returns the value of the 'New Phrase' containment reference.
|
DataRefOrLiteral |
getNewPhraseLen()
Returns the value of the 'New Phrase Len' containment reference.
|
DataRefOrLiteral |
getPhrase()
Returns the value of the 'Phrase' containment reference.
|
DataRefOrLiteral |
getPhraseLen()
Returns the value of the 'Phrase Len' containment reference.
|
DataRefOrLiteral |
getUserId()
Returns the value of the 'User Id' containment reference.
|
void |
setESMReason(DataRef value)
Sets the value of the '
ESM Reason' containment reference. |
void |
setESMResp(DataRef value)
Sets the value of the '
ESM Resp' containment reference. |
void |
setNewPhrase(DataRefOrLiteral value)
Sets the value of the '
New Phrase' containment reference. |
void |
setNewPhraseLen(DataRefOrLiteral value)
Sets the value of the '
New Phrase Len' containment reference. |
void |
setPhrase(DataRefOrLiteral value)
Sets the value of the '
Phrase' containment reference. |
void |
setPhraseLen(DataRefOrLiteral value)
Sets the value of the '
Phrase Len' containment reference. |
void |
setUserId(DataRefOrLiteral value)
Sets the value of the '
User Id' 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 getPhrase()
The value is a representation of the data area specified in the PHRASE option.
setPhrase(DataRefOrLiteral),
COBOLPackage.getCicsChangePhraseStmt_Phrase()void setPhrase(DataRefOrLiteral value)
Phrase' containment reference.
value - the new value of the 'Phrase' containment reference.getPhrase()DataRefOrLiteral getPhraseLen()
The value is a representation of the data value specified in the PHRASELEN option.
setPhraseLen(DataRefOrLiteral),
COBOLPackage.getCicsChangePhraseStmt_PhraseLen()void setPhraseLen(DataRefOrLiteral value)
Phrase Len' containment reference.
value - the new value of the 'Phrase Len' containment reference.getPhraseLen()DataRefOrLiteral getNewPhrase()
The value is a representation of the data area specified in the NEWPHRASE option.
setNewPhrase(DataRefOrLiteral),
COBOLPackage.getCicsChangePhraseStmt_NewPhrase()void setNewPhrase(DataRefOrLiteral value)
New Phrase' containment reference.
value - the new value of the 'New Phrase' containment reference.getNewPhrase()DataRefOrLiteral getNewPhraseLen()
The value is a representation of the data value specified in the NEWPHRASELEN option.
setNewPhraseLen(DataRefOrLiteral),
COBOLPackage.getCicsChangePhraseStmt_NewPhraseLen()void setNewPhraseLen(DataRefOrLiteral value)
New Phrase Len' containment reference.
value - the new value of the 'New Phrase Len' containment reference.getNewPhraseLen()DataRefOrLiteral getUserId()
The value is a representation of the data value specified in the USERID option.
setUserId(DataRefOrLiteral),
COBOLPackage.getCicsChangePhraseStmt_UserId()void setUserId(DataRefOrLiteral value)
User Id' containment reference.
value - the new value of the 'User Id' containment reference.getUserId()DataRef getESMReason()
The value is a representation of the data area specified in the ESMREASON option; if that option is not used, the value is null.
setESMReason(DataRef),
COBOLPackage.getCicsChangePhraseStmt_ESMReason()void setESMReason(DataRef value)
ESM Reason' containment reference.
value - the new value of the 'ESM Reason' containment reference.getESMReason()DataRef getESMResp()
The value is a representation of the data area specified in the ESMRESP option; if that option is not used, the value is null.
setESMResp(DataRef),
COBOLPackage.getCicsChangePhraseStmt_ESMResp()void setESMResp(DataRef value)
ESM Resp' containment reference.
value - the new value of the 'ESM Resp' containment reference.getESMResp()