com.ibm.etools.cobol.application.model.cobol

Interface CicsBifDigestStmt

    • Method Detail

      • getRecord

        DataRef getRecord()
        Returns the value of the 'Record' containment reference.

        The value is a representation of the data value specified in the RECORD option.

        Returns:
        the value of the 'Record' containment reference.
        See Also:
        setRecord(DataRef), COBOLPackage.getCicsBifDigestStmt_Record()
      • setRecord

        void setRecord(DataRef value)
        Sets the value of the 'Record' containment reference.
        Parameters:
        value - the new value of the 'Record' containment reference.
        See Also:
        getRecord()
      • getRecordLen

        DataRefOrLiteral getRecordLen()
        Returns the value of the 'Record Len' containment reference.

        The value is a representation of the data value specified in the RECORDLEN option.

        Returns:
        the value of the 'Record Len' containment reference.
        See Also:
        setRecordLen(DataRefOrLiteral), COBOLPackage.getCicsBifDigestStmt_RecordLen()
      • setRecordLen

        void setRecordLen(DataRefOrLiteral value)
        Sets the value of the 'Record Len' containment reference.
        Parameters:
        value - the new value of the 'Record Len' containment reference.
        See Also:
        getRecordLen()
      • getDigestType

        DataRef getDigestType()
        Returns the value of the 'Digest Type' containment reference.

        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.

        Returns:
        the value of the 'Digest Type' containment reference.
        See Also:
        setDigestType(DataRef), COBOLPackage.getCicsBifDigestStmt_DigestType()
      • setDigestType

        void setDigestType(DataRef value)
        Sets the value of the 'Digest Type' containment reference.
        Parameters:
        value - the new value of the 'Digest Type' containment reference.
        See Also:
        getDigestType()
      • getResult

        DataRef getResult()
        Returns the value of the 'Result' containment reference.

        The value is a representation of the data area specified in the RESULT option.

        Returns:
        the value of the 'Result' containment reference.
        See Also:
        setResult(DataRef), COBOLPackage.getCicsBifDigestStmt_Result()
      • setResult

        void setResult(DataRef value)
        Sets the value of the 'Result' containment reference.
        Parameters:
        value - the new value of the 'Result' containment reference.
        See Also:
        getResult()
      • isHex

        boolean isHex()
        Returns the value of the 'Hex' attribute.

        The value is true if the HEX option is used; false otherwise.

        Returns:
        the value of the 'Hex' attribute.
        See Also:
        setHex(boolean), COBOLPackage.getCicsBifDigestStmt_Hex()
      • setHex

        void setHex(boolean value)
        Sets the value of the 'Hex' attribute.
        Parameters:
        value - the new value of the 'Hex' attribute.
        See Also:
        isHex()
      • isBinary

        boolean isBinary()
        Returns the value of the 'Binary' attribute.

        The value is true if the BINARY option is used; false otherwise.

        Returns:
        the value of the 'Binary' attribute.
        See Also:
        setBinary(boolean), COBOLPackage.getCicsBifDigestStmt_Binary()
      • setBinary

        void setBinary(boolean value)
        Sets the value of the 'Binary' attribute.
        Parameters:
        value - the new value of the 'Binary' attribute.
        See Also:
        isBinary()
      • isBase64

        boolean isBase64()
        Returns the value of the 'Base64' attribute.

        The value is true if the BASE64 option is used; false otherwise.

        Returns:
        the value of the 'Base64' attribute.
        See Also:
        setBase64(boolean), COBOLPackage.getCicsBifDigestStmt_Base64()
      • setBase64

        void setBase64(boolean value)
        Sets the value of the 'Base64' attribute.
        Parameters:
        value - the new value of the 'Base64' attribute.
        See Also:
        isBase64()