public class SelectionBoxType extends Object
Java class for SelectionBoxType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SelectionBoxType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="pages" type="{http://www.w3.org/2001/XMLSchema}string" default="*" />
<attribute name="box" type="{http://schema.webpdf.de/1.0/operation}PageBoxType" default="crop_box" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PageBoxType |
box |
protected String |
pages |
| Constructor and Description |
|---|
SelectionBoxType() |
| Modifier and Type | Method and Description |
|---|---|
PageBoxType |
getBox()
Gets the value of the box property.
|
String |
getPages()
Gets the value of the pages property.
|
boolean |
isSetBox() |
boolean |
isSetPages() |
void |
setBox(PageBoxType value)
Sets the value of the box property.
|
void |
setPages(String value)
Sets the value of the pages property.
|
protected String pages
protected PageBoxType box
public String getPages()
Stringpublic void setPages(String value)
value - allowed object is
Stringpublic boolean isSetPages()
public PageBoxType getBox()
PageBoxTypepublic void setBox(PageBoxType value)
value - allowed object is
PageBoxTypepublic boolean isSetBox()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.