public class RotateType extends BaseToolboxType implements ParameterInterface
Java class for RotateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RotateType">
<complexContent>
<extension base="{http://schema.webpdf.de/1.0/operation}BaseToolboxType">
<attribute name="pages" type="{http://www.w3.org/2001/XMLSchema}string" default="1" />
<attribute name="degrees" default="90">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
<maxInclusive value="360"/>
</restriction>
</simpleType>
</attribute>
<attribute name="pageOrientation" type="{http://schema.webpdf.de/1.0/operation}PageOrientationType" default="any" />
<attribute name="pageGroup" type="{http://schema.webpdf.de/1.0/operation}PageGroupType" default="all" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
degrees |
protected PageGroupType |
pageGroup |
protected PageOrientationType |
pageOrientation |
protected String |
pages |
| Constructor and Description |
|---|
RotateType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDegrees()
Gets the value of the degrees property.
|
PageGroupType |
getPageGroup()
Gets the value of the pageGroup property.
|
PageOrientationType |
getPageOrientation()
Gets the value of the pageOrientation property.
|
String |
getPages()
Gets the value of the pages property.
|
boolean |
isSetDegrees() |
boolean |
isSetPageGroup() |
boolean |
isSetPageOrientation() |
boolean |
isSetPages() |
void |
setDegrees(int value)
Sets the value of the degrees property.
|
void |
setPageGroup(PageGroupType value)
Sets the value of the pageGroup property.
|
void |
setPageOrientation(PageOrientationType value)
Sets the value of the pageOrientation property.
|
void |
setPages(String value)
Sets the value of the pages property.
|
void |
unsetDegrees() |
protected String pages
protected Integer degrees
protected PageOrientationType pageOrientation
protected PageGroupType pageGroup
public String getPages()
Stringpublic void setPages(String value)
value - allowed object is
Stringpublic boolean isSetPages()
public int getDegrees()
Integerpublic void setDegrees(int value)
value - allowed object is
Integerpublic boolean isSetDegrees()
public void unsetDegrees()
public PageOrientationType getPageOrientation()
PageOrientationTypepublic void setPageOrientation(PageOrientationType value)
value - allowed object is
PageOrientationTypepublic boolean isSetPageOrientation()
public PageGroupType getPageGroup()
PageGroupTypepublic void setPageGroup(PageGroupType value)
value - allowed object is
PageGroupTypepublic boolean isSetPageGroup()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.