public class PopupType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
isOpen |
protected RectangleType |
rectangle |
| Constructor and Description |
|---|
PopupType() |
| Modifier and Type | Method and Description |
|---|---|
RectangleType |
getRectangle()
Gets the value of the rectangle property.
|
boolean |
isIsOpen()
Gets the value of the isOpen property.
|
boolean |
isSetIsOpen() |
boolean |
isSetRectangle() |
void |
setIsOpen(boolean value)
Sets the value of the isOpen property.
|
void |
setRectangle(RectangleType value)
Sets the value of the rectangle property.
|
void |
unsetIsOpen() |
protected RectangleType rectangle
protected Boolean isOpen
public RectangleType getRectangle()
RectangleTypepublic void setRectangle(RectangleType value)
value - allowed object is
RectangleTypepublic boolean isSetRectangle()
public boolean isIsOpen()
Booleanpublic void setIsOpen(boolean value)
value - allowed object is
Booleanpublic boolean isSetIsOpen()
public void unsetIsOpen()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.