Class 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>
     
    • Constructor Detail

      • MoveType

        public MoveType()
    • Method Detail

      • setMode

        public void setMode​(MoveModeType value)
        Sets the value of the mode property.
        Parameters:
        value - allowed object is MoveModeType
      • 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 is Integer
      • 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 is String
      • 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 is OrderType
      • isSetOrder

        public boolean isSetOrder()