com.ibm.websphere.wim.model

Interface RequestControl

    • Method Detail

      • setRequiredInteractionStyle

        void setRequiredInteractionStyle(java.lang.String value)
        Sets the value of the 'Required Interaction Style' attribute.
        Parameters:
        value - the new value of the 'Required Interaction Style' attribute.
        See Also:
        getRequiredInteractionStyle()
        Generated:
      • getTicket

        java.lang.String getTicket()
        Returns the value of the 'Ticket' attribute.
        See Also:
        setTicket(String), ModelPackage.getRequestControl_Ticket()
        Model:
        unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
        Generated:
        Return:
        the value of the 'Ticket' attribute.
      • setTicket

        void setTicket(java.lang.String value)
        Sets the value of the 'Ticket' attribute.
        Parameters:
        value - the new value of the 'Ticket' attribute.
        See Also:
        getTicket()
        Generated: