Class HeaderFooterType.Pages
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.HeaderFooterType.Pages
-
- Enclosing class:
- HeaderFooterType
public static class HeaderFooterType.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"> <choice> <element name="pageInterval" type="{http://schema.webpdf.de/1.0/operation}PageIntervalType" minOccurs="0"/> </choice> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected PageIntervalTypepageInterval
-
Constructor Summary
Constructors Constructor Description Pages()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PageIntervalTypegetPageInterval()Gets the value of the pageInterval property.booleanisSetPageInterval()voidsetPageInterval(PageIntervalType value)Sets the value of the pageInterval property.
-
-
-
Field Detail
-
pageInterval
protected PageIntervalType pageInterval
-
-
Method Detail
-
getPageInterval
public PageIntervalType getPageInterval()
Gets the value of the pageInterval property.- Returns:
- possible object is
PageIntervalType
-
setPageInterval
public void setPageInterval(PageIntervalType value)
Sets the value of the pageInterval property.- Parameters:
value- allowed object isPageIntervalType
-
isSetPageInterval
public boolean isSetPageInterval()
-
-