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

Interface CicsPostStmt

    • Method Detail

      • getInterval

        DataRefOrLiteral getInterval()
        Returns the value of the 'Interval' containment reference.

        The value is a representation of the hhmmss specified in the INTERVAL option; if that option is not used, the value is null.

        Returns:
        the value of the 'Interval' containment reference.
        See Also:
        setInterval(DataRefOrLiteral), COBOLPackage.getCicsPostStmt_Interval()
      • setInterval

        void setInterval(DataRefOrLiteral value)
        Sets the value of the 'Interval' containment reference.
        Parameters:
        value - the new value of the 'Interval' containment reference.
        See Also:
        getInterval()
      • getTime

        DataRefOrLiteral getTime()
        Returns the value of the 'Time' containment reference.

        The value is a representation of the hhmmss specified in the TIME option; if that option is not used, the value is null.

        Returns:
        the value of the 'Time' containment reference.
        See Also:
        setTime(DataRefOrLiteral), COBOLPackage.getCicsPostStmt_Time()
      • setTime

        void setTime(DataRefOrLiteral value)
        Sets the value of the 'Time' containment reference.
        Parameters:
        value - the new value of the 'Time' containment reference.
        See Also:
        getTime()
      • isAfter

        boolean isAfter()
        Returns the value of the 'After' attribute.

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

        Returns:
        the value of the 'After' attribute.
        See Also:
        setAfter(boolean), COBOLPackage.getCicsPostStmt_After()
      • setAfter

        void setAfter(boolean value)
        Sets the value of the 'After' attribute.
        Parameters:
        value - the new value of the 'After' attribute.
        See Also:
        isAfter()
      • getHours

        DataRefOrLiteral getHours()
        Returns the value of the 'Hours' containment reference.

        The value is a representation of the data value specified in the HOURS option; if that option is not used, the value is null.

        Returns:
        the value of the 'Hours' containment reference.
        See Also:
        setHours(DataRefOrLiteral), COBOLPackage.getCicsPostStmt_Hours()
      • setHours

        void setHours(DataRefOrLiteral value)
        Sets the value of the 'Hours' containment reference.
        Parameters:
        value - the new value of the 'Hours' containment reference.
        See Also:
        getHours()
      • getMinutes

        DataRefOrLiteral getMinutes()
        Returns the value of the 'Minutes' containment reference.

        The value is a representation of the data value specified in the MINUTES option; if that option is not used, the value is null.

        Returns:
        the value of the 'Minutes' containment reference.
        See Also:
        setMinutes(DataRefOrLiteral), COBOLPackage.getCicsPostStmt_Minutes()
      • setMinutes

        void setMinutes(DataRefOrLiteral value)
        Sets the value of the 'Minutes' containment reference.
        Parameters:
        value - the new value of the 'Minutes' containment reference.
        See Also:
        getMinutes()
      • getSeconds

        DataRefOrLiteral getSeconds()
        Returns the value of the 'Seconds' containment reference.

        The value is a representation of the data value specified in the SECONDS option; if that option is not used, the value is null.

        Returns:
        the value of the 'Seconds' containment reference.
        See Also:
        setSeconds(DataRefOrLiteral), COBOLPackage.getCicsPostStmt_Seconds()
      • setSeconds

        void setSeconds(DataRefOrLiteral value)
        Sets the value of the 'Seconds' containment reference.
        Parameters:
        value - the new value of the 'Seconds' containment reference.
        See Also:
        getSeconds()
      • isAt

        boolean isAt()
        Returns the value of the 'At' attribute.

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

        Returns:
        the value of the 'At' attribute.
        See Also:
        setAt(boolean), COBOLPackage.getCicsPostStmt_At()
      • setAt

        void setAt(boolean value)
        Sets the value of the 'At' attribute.
        Parameters:
        value - the new value of the 'At' attribute.
        See Also:
        isAt()
      • getSet

        DataRef getSet()
        Returns the value of the 'Set' containment reference.

        The value is a representation of the pointer reference specified in the SET option.

        Returns:
        the value of the 'Set' containment reference.
        See Also:
        setSet(DataRef), COBOLPackage.getCicsPostStmt_Set()
      • setSet

        void setSet(DataRef value)
        Sets the value of the 'Set' containment reference.
        Parameters:
        value - the new value of the 'Set' containment reference.
        See Also:
        getSet()
      • getReqId

        DataRefOrLiteral getReqId()
        Returns the value of the 'Req Id' containment reference.

        The value is a representation of the name specified in the REQID option; if that option is not used, the value is null.

        Returns:
        the value of the 'Req Id' containment reference.
        See Also:
        setReqId(DataRefOrLiteral), COBOLPackage.getCicsPostStmt_ReqId()
      • setReqId

        void setReqId(DataRefOrLiteral value)
        Sets the value of the 'Req Id' containment reference.
        Parameters:
        value - the new value of the 'Req Id' containment reference.
        See Also:
        getReqId()