Class DocumentType.Pages
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.info.DocumentType.Pages
-
- Enclosing class:
- DocumentType
public static class DocumentType.Pages extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="page" maxOccurs="unbounded" minOccurs="0"> <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> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDocumentType.Pages.PageJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected List<DocumentType.Pages.Page>page
-
Constructor Summary
Constructors Constructor Description Pages()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DocumentType.Pages.Page>getPage()Gets the value of the page property.booleanisSetPage()voidunsetPage()
-
-
-
Field Detail
-
page
protected List<DocumentType.Pages.Page> page
-
-
Method Detail
-
getPage
public List<DocumentType.Pages.Page> getPage()
Gets the value of the page property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the page property.For example, to add a new item, do as follows:
getPage().add(newItem);Objects of the following type(s) are allowed in the list
DocumentType.Pages.Page- Returns:
- The value of the page property.
-
isSetPage
public boolean isSetPage()
-
unsetPage
public void unsetPage()
-
-