Interface SyndContent

    • Method Detail

      • getType

        String getType()
        Returns the content type.

        When used for the description of an entry, if null 'text/plain' must be assumed.

        Returns:
        the content type, null if none.
      • setType

        void setType​(String type)
        Sets the content type.

        When used for the description of an entry, if null 'text/plain' must be assumed.

        Parameters:
        type - the content type to set, null if none.
      • getMode

        String getMode()
        Gets the content mode (needed for Atom 0.3 support).
        Returns:
        type the content, null if none.
      • setMode

        void setMode​(String mode)
        Sets the content mode (needed for Atom 0.3 support).
        Parameters:
        mode - the content mode to set, null if none.
      • getValue

        String getValue()
        Returns the content value.

        Returns:
        the content value, null if none.
      • setValue

        void setValue​(String value)
        Sets the content value.

        Parameters:
        value - the content value to set, null if none.