Class MoveType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseToolboxType
-
- net.webpdf.wsclient.schema.operation.MoveType
-
- All Implemented Interfaces:
ParameterInterface
public class MoveType extends BaseToolboxType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:xs="http://www.w3.org/2001/XMLSchema">The move operation element can be used to change the order of the document's pages.</p>
Java class for MoveType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MoveType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/operation}BaseToolboxType"> <attribute name="mode" type="{http://schema.webpdf.de/1.0/operation}MoveModeType" default="afterPage" /> <attribute name="targetPosition" default="1"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="1"/> </restriction> </simpleType> </attribute> <attribute name="pages" type="{http://www.w3.org/2001/XMLSchema}string" default="1" /> <attribute name="order" type="{http://schema.webpdf.de/1.0/operation}OrderType" default="preserve" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected MoveModeTypemodeprotected OrderTypeorderprotected Stringpagesprotected IntegertargetPosition
-
Constructor Summary
Constructors Constructor Description MoveType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MoveModeTypegetMode()Gets the value of the mode property.OrderTypegetOrder()Gets the value of the order property.StringgetPages()Gets the value of the pages property.intgetTargetPosition()Gets the value of the targetPosition property.booleanisSetMode()booleanisSetOrder()booleanisSetPages()booleanisSetTargetPosition()voidsetMode(MoveModeType value)Sets the value of the mode property.voidsetOrder(OrderType value)Sets the value of the order property.voidsetPages(String value)Sets the value of the pages property.voidsetTargetPosition(int value)Sets the value of the targetPosition property.voidunsetTargetPosition()
-
-
-
Field Detail
-
mode
protected MoveModeType mode
-
targetPosition
protected Integer targetPosition
-
pages
protected String pages
-
order
protected OrderType order
-
-
Method Detail
-
getMode
public MoveModeType getMode()
Gets the value of the mode property.- Returns:
- possible object is
MoveModeType
-
setMode
public void setMode(MoveModeType value)
Sets the value of the mode property.- Parameters:
value- allowed object isMoveModeType
-
isSetMode
public boolean isSetMode()
-
getTargetPosition
public int getTargetPosition()
Gets the value of the targetPosition property.- Returns:
- possible object is
Integer
-
setTargetPosition
public void setTargetPosition(int value)
Sets the value of the targetPosition property.- Parameters:
value- allowed object isInteger
-
isSetTargetPosition
public boolean isSetTargetPosition()
-
unsetTargetPosition
public void unsetTargetPosition()
-
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()
-
getOrder
public OrderType getOrder()
Gets the value of the order property.- Returns:
- possible object is
OrderType
-
setOrder
public void setOrder(OrderType value)
Sets the value of the order property.- Parameters:
value- allowed object isOrderType
-
isSetOrder
public boolean isSetOrder()
-
-