Class AnnotationType.Add

  • Enclosing class:
    AnnotationType

    public static class AnnotationType.Add
    extends Object

    Java class for anonymous complex type.

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

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice maxOccurs="unbounded">
             <element name="text" type="{http://schema.webpdf.de/1.0/operation}TextAnnotationType"/>
             <element name="markup" type="{http://schema.webpdf.de/1.0/operation}MarkupAnnotationType"/>
             <element name="redact" type="{http://schema.webpdf.de/1.0/operation}RedactAnnotationType"/>
             <element name="freetext" type="{http://schema.webpdf.de/1.0/operation}FreeTextAnnotationType"/>
             <element name="rubberstamp" type="{http://schema.webpdf.de/1.0/operation}RubberStampAnnotationType"/>
             <element name="circle" type="{http://schema.webpdf.de/1.0/operation}CircleAnnotationType"/>
             <element name="square" type="{http://schema.webpdf.de/1.0/operation}SquareAnnotationType"/>
             <element name="line" type="{http://schema.webpdf.de/1.0/operation}LineAnnotationType"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Add

        public Add()
    • Method Detail

      • getText

        public List<TextAnnotationType> getText()
        Gets the value of the text 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 Jakarta XML Binding object. This is why there is not a set method for the text property.

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

            getText().add(newItem);
         

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

        Returns:
        The value of the text property.
      • getMarkup

        public List<MarkupAnnotationType> getMarkup()
        Gets the value of the markup 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 Jakarta XML Binding object. This is why there is not a set method for the markup property.

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

            getMarkup().add(newItem);
         

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

        Returns:
        The value of the markup property.
      • getRedact

        public List<RedactAnnotationType> getRedact()
        Gets the value of the redact 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 Jakarta XML Binding object. This is why there is not a set method for the redact property.

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

            getRedact().add(newItem);
         

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

        Returns:
        The value of the redact property.
      • getFreetext

        public List<FreeTextAnnotationType> getFreetext()
        Gets the value of the freetext 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 Jakarta XML Binding object. This is why there is not a set method for the freetext property.

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

            getFreetext().add(newItem);
         

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

        Returns:
        The value of the freetext property.
      • getRubberstamp

        public List<RubberStampAnnotationType> getRubberstamp()
        Gets the value of the rubberstamp 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 Jakarta XML Binding object. This is why there is not a set method for the rubberstamp property.

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

            getRubberstamp().add(newItem);
         

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

        Returns:
        The value of the rubberstamp property.
      • getCircle

        public List<CircleAnnotationType> getCircle()
        Gets the value of the circle 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 Jakarta XML Binding object. This is why there is not a set method for the circle property.

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

            getCircle().add(newItem);
         

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

        Returns:
        The value of the circle property.
      • getSquare

        public List<SquareAnnotationType> getSquare()
        Gets the value of the square 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 Jakarta XML Binding object. This is why there is not a set method for the square property.

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

            getSquare().add(newItem);
         

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

        Returns:
        The value of the square property.
      • getLine

        public List<LineAnnotationType> getLine()
        Gets the value of the line 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 Jakarta XML Binding object. This is why there is not a set method for the line property.

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

            getLine().add(newItem);
         

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

        Returns:
        The value of the line property.