Interface ContentModule

    • Method Detail

      • getEncodeds

        List<String> getEncodeds()
        Returns a List of Strings containing the New Syntax Encoded values are in the element.
        Returns:
        List of content Strings
      • setEncodeds

        void setEncodeds​(List<String> encodeds)
        Sets a List of Strings containing the New Syntax Encoded values are in the element.
      • getContentItems

        List<ContentItem> getContentItems()
        Contains a list of ContentItems that represent the "Original Syntax" set.
        Returns:
        List of ContentItems.
        See Also:
        com.totsp.xml.syndication.content.ContentItem
      • setContentItems

        void setContentItems​(List<ContentItem> list)
        Contains a list of ContentItems that represent the "Original Syntax" set.
        Parameters:
        List - of ContentItems.
        See Also:
        com.totsp.xml.syndication.content.ContentItem
      • getContents

        List<String> getContents()
        Returns a List of Strings containing whatever new or original syntax items are in the element.
        Returns:
        List of content Strings
      • setContents

        void setContents​(List<String> contents)
        Sets a List of Strings containing whatever new or original syntax items are in the element.