Class DocumentType.Pages.Page
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.info.PageType
-
- net.webpdf.wsclient.schema.extraction.info.DocumentType.Pages.Page
-
- Enclosing class:
- DocumentType.Pages
public static class DocumentType.Pages.Page extends PageType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://schema.webpdf.de/1.0/extraction/info}PageType"> <sequence> <element name="boxes" type="{http://schema.webpdf.de/1.0/extraction/info}BoxesType"/> </sequence> </extension> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Page()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BoxesTypegetBoxes()Gets the value of the boxes property.booleanisSetBoxes()voidsetBoxes(BoxesType value)Sets the value of the boxes property.-
Methods inherited from class net.webpdf.wsclient.schema.extraction.info.PageType
getHeight, getLabel, getNumber, getObjectKey, getRotation, getWidth, isSetHeight, isSetLabel, isSetNumber, isSetObjectKey, isSetRotation, isSetWidth, setHeight, setLabel, setNumber, setObjectKey, setRotation, setWidth, unsetHeight, unsetNumber, unsetRotation, unsetWidth
-
-
-
-
Field Detail
-
boxes
protected BoxesType boxes
-
-