public class PageIntervalType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
even |
protected Boolean |
odd |
protected String |
pages |
| Constructor and Description |
|---|
PageIntervalType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPages()
Gets the value of the pages property.
|
boolean |
isEven()
Gets the value of the even property.
|
boolean |
isOdd()
Gets the value of the odd property.
|
boolean |
isSetEven() |
boolean |
isSetOdd() |
boolean |
isSetPages() |
void |
setEven(boolean value)
Sets the value of the even property.
|
void |
setOdd(boolean value)
Sets the value of the odd property.
|
void |
setPages(String value)
Sets the value of the pages property.
|
void |
unsetEven() |
void |
unsetOdd() |
public boolean isOdd()
Booleanpublic void setOdd(boolean value)
value - allowed object is
Booleanpublic boolean isSetOdd()
public void unsetOdd()
public boolean isEven()
Booleanpublic void setEven(boolean value)
value - allowed object is
Booleanpublic boolean isSetEven()
public void unsetEven()
public String getPages()
Stringpublic void setPages(String value)
value - allowed object is
Stringpublic boolean isSetPages()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.