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

Interface CicsSoapFaultCreateStmt

    • Method Detail

      • getFaultCode

        DataRefOrLiteral getFaultCode()
        Returns the value of the 'Fault Code' containment reference.

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

        Returns:
        the value of the 'Fault Code' containment reference.
        See Also:
        setFaultCode(DataRefOrLiteral), COBOLPackage.getCicsSoapFaultCreateStmt_FaultCode()
      • setFaultCode

        void setFaultCode(DataRefOrLiteral value)
        Sets the value of the 'Fault Code' containment reference.
        Parameters:
        value - the new value of the 'Fault Code' containment reference.
        See Also:
        getFaultCode()
      • isClient

        boolean isClient()
        Returns the value of the 'Client' attribute.

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

        Returns:
        the value of the 'Client' attribute.
        See Also:
        setClient(boolean), COBOLPackage.getCicsSoapFaultCreateStmt_Client()
      • setClient

        void setClient(boolean value)
        Sets the value of the 'Client' attribute.
        Parameters:
        value - the new value of the 'Client' attribute.
        See Also:
        isClient()
      • isServer

        boolean isServer()
        Returns the value of the 'Server' attribute.

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

        Returns:
        the value of the 'Server' attribute.
        See Also:
        setServer(boolean), COBOLPackage.getCicsSoapFaultCreateStmt_Server()
      • setServer

        void setServer(boolean value)
        Sets the value of the 'Server' attribute.
        Parameters:
        value - the new value of the 'Server' attribute.
        See Also:
        isServer()
      • isSender

        boolean isSender()
        Returns the value of the 'Sender' attribute.

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

        Returns:
        the value of the 'Sender' attribute.
        See Also:
        setSender(boolean), COBOLPackage.getCicsSoapFaultCreateStmt_Sender()
      • setSender

        void setSender(boolean value)
        Sets the value of the 'Sender' attribute.
        Parameters:
        value - the new value of the 'Sender' attribute.
        See Also:
        isSender()
      • isReceiver

        boolean isReceiver()
        Returns the value of the 'Receiver' attribute.

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

        Returns:
        the value of the 'Receiver' attribute.
        See Also:
        setReceiver(boolean), COBOLPackage.getCicsSoapFaultCreateStmt_Receiver()
      • setReceiver

        void setReceiver(boolean value)
        Sets the value of the 'Receiver' attribute.
        Parameters:
        value - the new value of the 'Receiver' attribute.
        See Also:
        isReceiver()
      • getFaultCodeStr

        DataRefOrLiteral getFaultCodeStr()
        Returns the value of the 'Fault Code Str' containment reference.

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

        Returns:
        the value of the 'Fault Code Str' containment reference.
        See Also:
        setFaultCodeStr(DataRefOrLiteral), COBOLPackage.getCicsSoapFaultCreateStmt_FaultCodeStr()
      • setFaultCodeStr

        void setFaultCodeStr(DataRefOrLiteral value)
        Sets the value of the 'Fault Code Str' containment reference.
        Parameters:
        value - the new value of the 'Fault Code Str' containment reference.
        See Also:
        getFaultCodeStr()
      • getFaultCodeLen

        DataRefOrLiteral getFaultCodeLen()
        Returns the value of the 'Fault Code Len' containment reference.

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

        Returns:
        the value of the 'Fault Code Len' containment reference.
        See Also:
        setFaultCodeLen(DataRefOrLiteral), COBOLPackage.getCicsSoapFaultCreateStmt_FaultCodeLen()
      • setFaultCodeLen

        void setFaultCodeLen(DataRefOrLiteral value)
        Sets the value of the 'Fault Code Len' containment reference.
        Parameters:
        value - the new value of the 'Fault Code Len' containment reference.
        See Also:
        getFaultCodeLen()
      • getFaultString

        DataRefOrLiteral getFaultString()
        Returns the value of the 'Fault String' containment reference.

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

        Returns:
        the value of the 'Fault String' containment reference.
        See Also:
        setFaultString(DataRefOrLiteral), COBOLPackage.getCicsSoapFaultCreateStmt_FaultString()
      • setFaultString

        void setFaultString(DataRefOrLiteral value)
        Sets the value of the 'Fault String' containment reference.
        Parameters:
        value - the new value of the 'Fault String' containment reference.
        See Also:
        getFaultString()
      • getFaultStrLen

        DataRefOrLiteral getFaultStrLen()
        Returns the value of the 'Fault Str Len' containment reference.

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

        Returns:
        the value of the 'Fault Str Len' containment reference.
        See Also:
        setFaultStrLen(DataRefOrLiteral), COBOLPackage.getCicsSoapFaultCreateStmt_FaultStrLen()
      • setFaultStrLen

        void setFaultStrLen(DataRefOrLiteral value)
        Sets the value of the 'Fault Str Len' containment reference.
        Parameters:
        value - the new value of the 'Fault Str Len' containment reference.
        See Also:
        getFaultStrLen()
      • getNatLang

        DataRefOrLiteral getNatLang()
        Returns the value of the 'Nat Lang' containment reference.

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

        Returns:
        the value of the 'Nat Lang' containment reference.
        See Also:
        setNatLang(DataRefOrLiteral), COBOLPackage.getCicsSoapFaultCreateStmt_NatLang()
      • setNatLang

        void setNatLang(DataRefOrLiteral value)
        Sets the value of the 'Nat Lang' containment reference.
        Parameters:
        value - the new value of the 'Nat Lang' containment reference.
        See Also:
        getNatLang()
      • getRole

        DataRefOrLiteral getRole()
        Returns the value of the 'Role' containment reference.

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

        Returns:
        the value of the 'Role' containment reference.
        See Also:
        setRole(DataRefOrLiteral), COBOLPackage.getCicsSoapFaultCreateStmt_Role()
      • setRole

        void setRole(DataRefOrLiteral value)
        Sets the value of the 'Role' containment reference.
        Parameters:
        value - the new value of the 'Role' containment reference.
        See Also:
        getRole()
      • getRoleLength

        DataRefOrLiteral getRoleLength()
        Returns the value of the 'Role Length' containment reference.

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

        Returns:
        the value of the 'Role Length' containment reference.
        See Also:
        setRoleLength(DataRefOrLiteral), COBOLPackage.getCicsSoapFaultCreateStmt_RoleLength()
      • setRoleLength

        void setRoleLength(DataRefOrLiteral value)
        Sets the value of the 'Role Length' containment reference.
        Parameters:
        value - the new value of the 'Role Length' containment reference.
        See Also:
        getRoleLength()
      • getFaultActor

        DataRefOrLiteral getFaultActor()
        Returns the value of the 'Fault Actor' containment reference.

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

        Returns:
        the value of the 'Fault Actor' containment reference.
        See Also:
        setFaultActor(DataRefOrLiteral), COBOLPackage.getCicsSoapFaultCreateStmt_FaultActor()
      • setFaultActor

        void setFaultActor(DataRefOrLiteral value)
        Sets the value of the 'Fault Actor' containment reference.
        Parameters:
        value - the new value of the 'Fault Actor' containment reference.
        See Also:
        getFaultActor()
      • getFaultActLen

        DataRefOrLiteral getFaultActLen()
        Returns the value of the 'Fault Act Len' containment reference.

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

        Returns:
        the value of the 'Fault Act Len' containment reference.
        See Also:
        setFaultActLen(DataRefOrLiteral), COBOLPackage.getCicsSoapFaultCreateStmt_FaultActLen()
      • setFaultActLen

        void setFaultActLen(DataRefOrLiteral value)
        Sets the value of the 'Fault Act Len' containment reference.
        Parameters:
        value - the new value of the 'Fault Act Len' containment reference.
        See Also:
        getFaultActLen()
      • getDetail

        DataRefOrLiteral getDetail()
        Returns the value of the 'Detail' containment reference.

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

        Returns:
        the value of the 'Detail' containment reference.
        See Also:
        setDetail(DataRefOrLiteral), COBOLPackage.getCicsSoapFaultCreateStmt_Detail()
      • setDetail

        void setDetail(DataRefOrLiteral value)
        Sets the value of the 'Detail' containment reference.
        Parameters:
        value - the new value of the 'Detail' containment reference.
        See Also:
        getDetail()
      • getDetailLength

        DataRefOrLiteral getDetailLength()
        Returns the value of the 'Detail Length' containment reference.

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

        Returns:
        the value of the 'Detail Length' containment reference.
        See Also:
        setDetailLength(DataRefOrLiteral), COBOLPackage.getCicsSoapFaultCreateStmt_DetailLength()
      • setDetailLength

        void setDetailLength(DataRefOrLiteral value)
        Sets the value of the 'Detail Length' containment reference.
        Parameters:
        value - the new value of the 'Detail Length' containment reference.
        See Also:
        getDetailLength()
      • getFromCCSId

        DataRefOrLiteral getFromCCSId()
        Returns the value of the 'From CCS Id' containment reference.

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

        Returns:
        the value of the 'From CCS Id' containment reference.
        See Also:
        setFromCCSId(DataRefOrLiteral), COBOLPackage.getCicsSoapFaultCreateStmt_FromCCSId()
      • setFromCCSId

        void setFromCCSId(DataRefOrLiteral value)
        Sets the value of the 'From CCS Id' containment reference.
        Parameters:
        value - the new value of the 'From CCS Id' containment reference.
        See Also:
        getFromCCSId()