Class AnnotationAddRequest


  • public class AnnotationAddRequest
    extends AnnotationUpdateRequest
    Extends the annotation update request by adding the set of 'special' fields for annotation selection.

    Java class for AnnotationAddRequest complex type.

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

     <complexType name="AnnotationAddRequest">
       <complexContent>
         <extension base="{http://www.xwiki.org}AnnotationUpdateRequest">
           <sequence>
             <element name="selection" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="selectionOffset" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="selectionContext" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>