Class PopupType


  • public class PopupType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">Defines a set of attributes concerning the annotation's popup.</p>
     

    Java class for PopupType complex type.

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

    
     <complexType name="PopupType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="rectangle" type="{http://schema.webpdf.de/1.0/extraction/info}RectangleType"/>
           </sequence>
           <attribute name="isOpen" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • PopupType

        public PopupType()
    • Method Detail

      • getRectangle

        public RectangleType getRectangle()
        Gets the value of the rectangle property.
        Returns:
        possible object is RectangleType
      • setRectangle

        public void setRectangle​(RectangleType value)
        Sets the value of the rectangle property.
        Parameters:
        value - allowed object is RectangleType
      • isSetRectangle

        public boolean isSetRectangle()
      • isIsOpen

        public boolean isIsOpen()
        Gets the value of the isOpen property.
        Returns:
        possible object is Boolean
      • setIsOpen

        public void setIsOpen​(boolean value)
        Sets the value of the isOpen property.
        Parameters:
        value - allowed object is Boolean
      • isSetIsOpen

        public boolean isSetIsOpen()
      • unsetIsOpen

        public void unsetIsOpen()