public class MoveType extends BaseToolboxType
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>
| Modifier and Type | Field and Description |
|---|---|
protected MoveModeType |
mode |
protected OrderType |
order |
protected String |
pages |
protected Integer |
targetPosition |
| Constructor and Description |
|---|
MoveType() |
| Modifier and Type | Method and Description |
|---|---|
MoveModeType |
getMode()
Gets the value of the mode property.
|
OrderType |
getOrder()
Gets the value of the order property.
|
String |
getPages()
Gets the value of the pages property.
|
int |
getTargetPosition()
Gets the value of the targetPosition property.
|
boolean |
isSetMode() |
boolean |
isSetOrder() |
boolean |
isSetPages() |
boolean |
isSetTargetPosition() |
void |
setMode(MoveModeType value)
Sets the value of the mode property.
|
void |
setOrder(OrderType value)
Sets the value of the order property.
|
void |
setPages(String value)
Sets the value of the pages property.
|
void |
setTargetPosition(int value)
Sets the value of the targetPosition property.
|
void |
unsetTargetPosition() |
protected MoveModeType mode
protected Integer targetPosition
protected String pages
protected OrderType order
public MoveModeType getMode()
MoveModeTypepublic void setMode(MoveModeType value)
value - allowed object is
MoveModeTypepublic boolean isSetMode()
public int getTargetPosition()
Integerpublic void setTargetPosition(int value)
value - allowed object is
Integerpublic boolean isSetTargetPosition()
public void unsetTargetPosition()
public String getPages()
Stringpublic void setPages(String value)
value - allowed object is
Stringpublic boolean isSetPages()
public OrderType getOrder()
OrderTypepublic void setOrder(OrderType value)
value - allowed object is
OrderTypepublic boolean isSetOrder()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.