Class PageIntervalType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.PageIntervalType
-
public class PageIntervalType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p112675_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p263167_="https://jakarta.ee/xml/ns/jaxb" xmlns:p878401_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to define the document page range to which new elements should be added. Can be used to define a fixed interval from one page to another page.</p>
Java class for PageIntervalType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="PageIntervalType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="odd" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="even" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="pages" type="{http://www.w3.org/2001/XMLSchema}string" default="*" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description PageIntervalType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPages()<?booleanisEven()<?booleanisOdd()<?booleanisSetEven()booleanisSetOdd()booleanisSetPages()voidsetEven(boolean value)Sets the value of the even property.voidsetOdd(boolean value)Sets the value of the odd property.voidsetPages(String value)Sets the value of the pages property.voidunsetEven()voidunsetOdd()
-
-
-
Field Detail
-
odd
protected Boolean odd
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p112675_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p263167_="https://jakarta.ee/xml/ns/jaxb" xmlns:p878401_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">If true, the elements are also placed on pages with odd-numbered pages.</p>
-
even
protected Boolean even
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p112675_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p263167_="https://jakarta.ee/xml/ns/jaxb" xmlns:p878401_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">If true, the elements are also placed on even-numbered pages.</p>
-
pages
protected String pages
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p112675_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p263167_="https://jakarta.ee/xml/ns/jaxb" xmlns:p878401_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Defines the pages of the PDF document to which new elements should be added. Either a single page or a range of pages (e.g., "1-5") can be defined. (Can only be used to define a single contiguous interval of consecutive pages.)</p>
-
-
Method Detail
-
isOdd
public boolean isOdd()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p112675_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p263167_="https://jakarta.ee/xml/ns/jaxb" xmlns:p878401_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">If true, the elements are also placed on pages with odd-numbered pages.</p>
- Returns:
- possible object is
Boolean
-
setOdd
public void setOdd(boolean value)
Sets the value of the odd property.
-
isSetOdd
public boolean isSetOdd()
-
unsetOdd
public void unsetOdd()
-
isEven
public boolean isEven()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p112675_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p263167_="https://jakarta.ee/xml/ns/jaxb" xmlns:p878401_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">If true, the elements are also placed on even-numbered pages.</p>
- Returns:
- possible object is
Boolean
-
setEven
public void setEven(boolean value)
Sets the value of the even property.
-
isSetEven
public boolean isSetEven()
-
unsetEven
public void unsetEven()
-
getPages
public String getPages()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p112675_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p263167_="https://jakarta.ee/xml/ns/jaxb" xmlns:p878401_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Defines the pages of the PDF document to which new elements should be added. Either a single page or a range of pages (e.g., "1-5") can be defined. (Can only be used to define a single contiguous interval of consecutive pages.)</p>
- Returns:
- possible object is
String
-
setPages
public void setPages(String value)
Sets the value of the pages property.- Parameters:
value- allowed object isString- See Also:
getPages()
-
isSetPages
public boolean isSetPages()
-
-