com.ibm.websphere.wim.model

Interface ResponseControl

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getTicket()
      Returns the value of the 'Ticket' attribute.
      boolean isComplete()
      Returns the value of the 'Complete' attribute.
      boolean isSetComplete()
      Returns whether the value of the 'Complete' attribute is set.
      void setComplete(boolean value)
      Sets the value of the 'Complete' attribute.
      void setTicket(java.lang.String value)
      Sets the value of the 'Ticket' attribute.
      void unsetComplete()
      Unsets the value of the 'Complete' attribute.