com.ibm.websphere.wim.model

Interface PageControl

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      byte[] getCookie()
      Returns the value of the 'Cookie' attribute.
      int getSize()
      Returns the value of the 'Size' attribute.
      boolean isSetSize()
      Returns whether the value of the 'Size' attribute is set.
      void setCookie(byte[] value)
      Sets the value of the 'Cookie' attribute.
      void setSize(int value)
      Sets the value of the 'Size' attribute.
      void unsetSize()
      Unsets the value of the 'Size' attribute.
    • Method Detail

      • getCookie

        byte[] getCookie()
        Returns the value of the 'Cookie' attribute.
        See Also:
        setCookie(byte[]), ModelPackage.getPageControl_Cookie()
        Model:
        unique="false" dataType="org.eclipse.emf.ecore.xml.type.HexBinary"
        Generated:
        Return:
        the value of the 'Cookie' attribute.
      • setCookie

        void setCookie(byte[] value)
        Sets the value of the 'Cookie' attribute.
        Parameters:
        value - the new value of the 'Cookie' attribute.
        See Also:
        getCookie()
        Generated:
      • setSize

        void setSize(int value)
        Sets the value of the 'Size' attribute.
        Parameters:
        value - the new value of the 'Size' attribute.
        See Also:
        isSetSize(), unsetSize(), getSize()
        Generated:
      • isSetSize

        boolean isSetSize()
        Returns whether the value of the 'Size' attribute is set.
        See Also:
        unsetSize(), getSize(), setSize(int)
        Generated:
        Return:
        whether the value of the 'Size' attribute is set.