Class PopupType
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.info.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanisOpenprotected RectangleTyperectangle
-
Constructor Summary
Constructors Constructor Description PopupType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RectangleTypegetRectangle()Gets the value of the rectangle property.booleanisIsOpen()Gets the value of the isOpen property.booleanisSetIsOpen()booleanisSetRectangle()voidsetIsOpen(boolean value)Sets the value of the isOpen property.voidsetRectangle(RectangleType value)Sets the value of the rectangle property.voidunsetIsOpen()
-
-
-
Field Detail
-
rectangle
protected RectangleType rectangle
-
isOpen
protected Boolean isOpen
-
-
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 isRectangleType
-
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 isBoolean
-
isSetIsOpen
public boolean isSetIsOpen()
-
unsetIsOpen
public void unsetIsOpen()
-
-