Class SimpleShapeAnnotationType

  • Direct Known Subclasses:
    CircleAnnotationType, SquareAnnotationType

    public class SimpleShapeAnnotationType
    extends BaseAnnotationType
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p105796_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p913707_="https://jakarta.ee/xml/ns/jaxb" xmlns:p931759_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">A common base type for simple shape (currently circle and square) annotations.</p>
     

    Java class for SimpleShapeAnnotationType complex type.

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

    
     <complexType name="SimpleShapeAnnotationType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}BaseAnnotationType">
           <all>
             <element name="position" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <choice minOccurs="0">
                       <element name="rectangle" type="{http://schema.webpdf.de/1.0/operation}RectangleType"/>
                     </choice>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="border" type="{http://schema.webpdf.de/1.0/operation}BorderType" minOccurs="0"/>
           </all>
           <attribute name="interiorColor" type="{http://schema.webpdf.de/1.0/operation}RgbColorType" default="#000000" />
           <attribute name="drawMode" type="{http://schema.webpdf.de/1.0/operation}DrawModeType" default="fillAndStroke" />
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • SimpleShapeAnnotationType

        public SimpleShapeAnnotationType()
    • Method Detail

      • isSetPosition

        public boolean isSetPosition()
      • getBorder

        public BorderType getBorder()
        Gets the value of the border property.
        Returns:
        possible object is BorderType
      • setBorder

        public void setBorder​(BorderType value)
        Sets the value of the border property.
        Parameters:
        value - allowed object is BorderType
      • isSetBorder

        public boolean isSetBorder()
      • getInteriorColor

        public String getInteriorColor()
        Gets the value of the interiorColor property.
        Returns:
        possible object is String
      • setInteriorColor

        public void setInteriorColor​(String value)
        Sets the value of the interiorColor property.
        Parameters:
        value - allowed object is String
      • isSetInteriorColor

        public boolean isSetInteriorColor()
      • getDrawMode

        public DrawModeType getDrawMode()
        Gets the value of the drawMode property.
        Returns:
        possible object is DrawModeType
      • setDrawMode

        public void setDrawMode​(DrawModeType value)
        Sets the value of the drawMode property.
        Parameters:
        value - allowed object is DrawModeType
      • isSetDrawMode

        public boolean isSetDrawMode()