public interface CicsQuerySecurityStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsQuerySecurityStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getAlter()
Returns the value of the 'Alter' containment reference.
|
DataRef |
getControl()
Returns the value of the 'Control' containment reference.
|
DataRefOrLiteral |
getLogMessage()
Returns the value of the 'Log Message' containment reference.
|
DataRef |
getRead()
Returns the value of the 'Read' containment reference.
|
DataRefOrLiteral |
getResClass()
Returns the value of the 'Res Class' containment reference.
|
DataRefOrLiteral |
getResId()
Returns the value of the 'Res Id' containment reference.
|
DataRefOrLiteral |
getResIdLength()
Returns the value of the 'Res Id Length' containment reference.
|
DataRefOrLiteral |
getResType()
Returns the value of the 'Res Type' containment reference.
|
DataRef |
getUpdate()
Returns the value of the 'Update' containment reference.
|
boolean |
isLog()
Returns the value of the 'Log' attribute.
|
boolean |
isNoLog()
Returns the value of the 'No Log' attribute.
|
void |
setAlter(DataRef value)
Sets the value of the '
Alter' containment reference. |
void |
setControl(DataRef value)
Sets the value of the '
Control' containment reference. |
void |
setLog(boolean value)
Sets the value of the '
Log' attribute. |
void |
setLogMessage(DataRefOrLiteral value)
Sets the value of the '
Log Message' containment reference. |
void |
setNoLog(boolean value)
Sets the value of the '
No Log' attribute. |
void |
setRead(DataRef value)
Sets the value of the '
Read' containment reference. |
void |
setResClass(DataRefOrLiteral value)
Sets the value of the '
Res Class' containment reference. |
void |
setResId(DataRefOrLiteral value)
Sets the value of the '
Res Id' containment reference. |
void |
setResIdLength(DataRefOrLiteral value)
Sets the value of the '
Res Id Length' containment reference. |
void |
setResType(DataRefOrLiteral value)
Sets the value of the '
Res Type' containment reference. |
void |
setUpdate(DataRef value)
Sets the value of the '
Update' 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 getResType()
The value is a representation of the data value specified in the RESTYPE option; if that option is not used, the value is null.
setResType(DataRefOrLiteral),
COBOLPackage.getCicsQuerySecurityStmt_ResType()void setResType(DataRefOrLiteral value)
Res Type' containment reference.
value - the new value of the 'Res Type' containment reference.getResType()DataRefOrLiteral getResClass()
The value is a representation of the data value specified in the RESCLASS option; if that option is not used, the value is null.
setResClass(DataRefOrLiteral),
COBOLPackage.getCicsQuerySecurityStmt_ResClass()void setResClass(DataRefOrLiteral value)
Res Class' containment reference.
value - the new value of the 'Res Class' containment reference.getResClass()DataRefOrLiteral getResIdLength()
The value is a representation of the data value specified in the RESIDLENGTH option; if that option is not used, the value is null.
setResIdLength(DataRefOrLiteral),
COBOLPackage.getCicsQuerySecurityStmt_ResIdLength()void setResIdLength(DataRefOrLiteral value)
Res Id Length' containment reference.
value - the new value of the 'Res Id Length' containment reference.getResIdLength()DataRefOrLiteral getResId()
The value is a representation of the data value specified in the RESID option.
setResId(DataRefOrLiteral),
COBOLPackage.getCicsQuerySecurityStmt_ResId()void setResId(DataRefOrLiteral value)
Res Id' containment reference.
value - the new value of the 'Res Id' containment reference.getResId()DataRefOrLiteral getLogMessage()
The value is a representation of the data value specified in the LOGMESSAGE option; if that option is not used, the value is null.
setLogMessage(DataRefOrLiteral),
COBOLPackage.getCicsQuerySecurityStmt_LogMessage()void setLogMessage(DataRefOrLiteral value)
Log Message' containment reference.
value - the new value of the 'Log Message' containment reference.getLogMessage()DataRef getRead()
The value is a representation of the CICS value data area specified in the READ option; if that option is not used, the value is null.
setRead(DataRef),
COBOLPackage.getCicsQuerySecurityStmt_Read()void setRead(DataRef value)
Read' containment reference.
value - the new value of the 'Read' containment reference.getRead()DataRef getUpdate()
The value is a representation of the CICS value data area specified in the UPDATE option; if that option is not used, the value is null.
setUpdate(DataRef),
COBOLPackage.getCicsQuerySecurityStmt_Update()void setUpdate(DataRef value)
Update' containment reference.
value - the new value of the 'Update' containment reference.getUpdate()DataRef getControl()
The value is a representation of the CICS value data area specified in the CONTROL option; if that option is not used, the value is null.
setControl(DataRef),
COBOLPackage.getCicsQuerySecurityStmt_Control()void setControl(DataRef value)
Control' containment reference.
value - the new value of the 'Control' containment reference.getControl()DataRef getAlter()
The value is a representation of the CICS value data area specified in the ALTER option; if that option is not used, the value is null.
setAlter(DataRef),
COBOLPackage.getCicsQuerySecurityStmt_Alter()void setAlter(DataRef value)
Alter' containment reference.
value - the new value of the 'Alter' containment reference.getAlter()boolean isLog()
The value is true if the LOG option is specified; false otherwise.
setLog(boolean),
COBOLPackage.getCicsQuerySecurityStmt_Log()void setLog(boolean value)
Log' attribute.
value - the new value of the 'Log' attribute.isLog()boolean isNoLog()
The value is true if the NOLOG option is specified; false otherwise.
setNoLog(boolean),
COBOLPackage.getCicsQuerySecurityStmt_NoLog()