| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getDigestType()
Returns the value of the 'Digest Type' containment reference.
|
DataRef |
getRecord()
Returns the value of the 'Record' containment reference.
|
DataRefOrLiteral |
getRecordLen()
Returns the value of the 'Record Len' containment reference.
|
DataRef |
getResult()
Returns the value of the 'Result' containment reference.
|
boolean |
isBase64()
Returns the value of the 'Base64' attribute.
|
boolean |
isBinary()
Returns the value of the 'Binary' attribute.
|
boolean |
isHex()
Returns the value of the 'Hex' attribute.
|
void |
setBase64(boolean value)
Sets the value of the '
Base64' attribute. |
void |
setBinary(boolean value)
Sets the value of the '
Binary' attribute. |
void |
setDigestType(DataRef value)
Sets the value of the '
Digest Type' containment reference. |
void |
setHex(boolean value)
Sets the value of the '
Hex' attribute. |
void |
setRecord(DataRef value)
Sets the value of the '
Record' containment reference. |
void |
setRecordLen(DataRefOrLiteral value)
Sets the value of the '
Record Len' containment reference. |
void |
setResult(DataRef value)
Sets the value of the '
Result' 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
DataRef getRecord()
The value is a representation of the data value specified in the RECORD option.
setRecord(DataRef),
COBOLPackage.getCicsBifDigestStmt_Record()void setRecord(DataRef value)
Record' containment reference.
value - the new value of the 'Record' containment reference.getRecord()DataRefOrLiteral getRecordLen()
The value is a representation of the data value specified in the RECORDLEN option.
setRecordLen(DataRefOrLiteral),
COBOLPackage.getCicsBifDigestStmt_RecordLen()void setRecordLen(DataRefOrLiteral value)
Record Len' containment reference.
value - the new value of the 'Record Len' containment reference.getRecordLen()DataRef getDigestType()
The value is a representation of the CICS value data area specified in the DIGESTTYPE option; if that option is not used, the value is null.
setDigestType(DataRef),
COBOLPackage.getCicsBifDigestStmt_DigestType()void setDigestType(DataRef value)
Digest Type' containment reference.
value - the new value of the 'Digest Type' containment reference.getDigestType()DataRef getResult()
The value is a representation of the data area specified in the RESULT option.
setResult(DataRef),
COBOLPackage.getCicsBifDigestStmt_Result()void setResult(DataRef value)
Result' containment reference.
value - the new value of the 'Result' containment reference.getResult()boolean isHex()
The value is true if the HEX option is used; false otherwise.
setHex(boolean),
COBOLPackage.getCicsBifDigestStmt_Hex()void setHex(boolean value)
Hex' attribute.
value - the new value of the 'Hex' attribute.isHex()boolean isBinary()
The value is true if the BINARY option is used; false otherwise.
setBinary(boolean),
COBOLPackage.getCicsBifDigestStmt_Binary()void setBinary(boolean value)
Binary' attribute.
value - the new value of the 'Binary' attribute.isBinary()boolean isBase64()
The value is true if the BASE64 option is used; false otherwise.
setBase64(boolean),
COBOLPackage.getCicsBifDigestStmt_Base64()void setBase64(boolean value)
Base64' attribute.
value - the new value of the 'Base64' attribute.isBase64()