Class RotateType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseToolboxType
-
- net.webpdf.wsclient.schema.operation.RotateType
-
- All Implemented Interfaces:
ParameterInterface
public class RotateType extends BaseToolboxType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The rotate operation element can be used to rotate pages in the document.</p>
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" /> <attribute name="orientationDetectMode" type="{http://schema.webpdf.de/1.0/operation}OrientationDetectionType" default="value" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Integerdegreesprotected OrientationDetectionTypeorientationDetectModeprotected PageGroupTypepageGroupprotected PageOrientationTypepageOrientationprotected Stringpages
-
Constructor Summary
Constructors Constructor Description RotateType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDegrees()Gets the value of the degrees property.OrientationDetectionTypegetOrientationDetectMode()Gets the value of the orientationDetectMode property.PageGroupTypegetPageGroup()Gets the value of the pageGroup property.PageOrientationTypegetPageOrientation()Gets the value of the pageOrientation property.StringgetPages()Gets the value of the pages property.booleanisSetDegrees()booleanisSetOrientationDetectMode()booleanisSetPageGroup()booleanisSetPageOrientation()booleanisSetPages()voidsetDegrees(int value)Sets the value of the degrees property.voidsetOrientationDetectMode(OrientationDetectionType value)Sets the value of the orientationDetectMode property.voidsetPageGroup(PageGroupType value)Sets the value of the pageGroup property.voidsetPageOrientation(PageOrientationType value)Sets the value of the pageOrientation property.voidsetPages(String value)Sets the value of the pages property.voidunsetDegrees()
-
-
-
Field Detail
-
pages
protected String pages
-
degrees
protected Integer degrees
-
pageOrientation
protected PageOrientationType pageOrientation
-
pageGroup
protected PageGroupType pageGroup
-
orientationDetectMode
protected OrientationDetectionType orientationDetectMode
-
-
Method Detail
-
getPages
public String getPages()
Gets the value of the pages property.- Returns:
- possible object is
String
-
setPages
public void setPages(String value)
Sets the value of the pages property.- Parameters:
value- allowed object isString
-
isSetPages
public boolean isSetPages()
-
getDegrees
public int getDegrees()
Gets the value of the degrees property.- Returns:
- possible object is
Integer
-
setDegrees
public void setDegrees(int value)
Sets the value of the degrees property.- Parameters:
value- allowed object isInteger
-
isSetDegrees
public boolean isSetDegrees()
-
unsetDegrees
public void unsetDegrees()
-
getPageOrientation
public PageOrientationType getPageOrientation()
Gets the value of the pageOrientation property.- Returns:
- possible object is
PageOrientationType
-
setPageOrientation
public void setPageOrientation(PageOrientationType value)
Sets the value of the pageOrientation property.- Parameters:
value- allowed object isPageOrientationType
-
isSetPageOrientation
public boolean isSetPageOrientation()
-
getPageGroup
public PageGroupType getPageGroup()
Gets the value of the pageGroup property.- Returns:
- possible object is
PageGroupType
-
setPageGroup
public void setPageGroup(PageGroupType value)
Sets the value of the pageGroup property.- Parameters:
value- allowed object isPageGroupType
-
isSetPageGroup
public boolean isSetPageGroup()
-
getOrientationDetectMode
public OrientationDetectionType getOrientationDetectMode()
Gets the value of the orientationDetectMode property.- Returns:
- possible object is
OrientationDetectionType
-
setOrientationDetectMode
public void setOrientationDetectMode(OrientationDetectionType value)
Sets the value of the orientationDetectMode property.- Parameters:
value- allowed object isOrientationDetectionType
-
isSetOrientationDetectMode
public boolean isSetOrientationDetectMode()
-
-