Class AnnotatedContent


  • public class AnnotatedContent
    extends Object
    Stores the rendered annotated content along with a list of annotation stubs allowing to display an annotated document and the annotation markers on it.

    Java class for AnnotatedContent complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="AnnotatedContent">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="content" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="annotations" type="{http://www.xwiki.org}AnnotationStub" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • AnnotatedContent

        public AnnotatedContent()
    • Method Detail

      • getContent

        public String getContent()
        Gets the value of the content property.
        Returns:
        possible object is String
      • setContent

        public void setContent​(String value)
        Sets the value of the content property.
        Parameters:
        value - allowed object is String
      • getAnnotations

        public List<AnnotationStub> getAnnotations()
        Gets the value of the annotations property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the annotations property.

        For example, to add a new item, do as follows:

            getAnnotations().add(newItem);
         

        Objects of the following type(s) are allowed in the list AnnotationStub