Class OptionsType.PageTransitions.Add

  • Enclosing class:
    OptionsType.PageTransitions

    public static class OptionsType.PageTransitions.Add
    extends Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <element name="pageTransition" type="{http://schema.webpdf.de/1.0/operation}TransitionType"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Add

        public Add()
    • Method Detail

      • getPageTransition

        public TransitionType getPageTransition()
        Gets the value of the pageTransition property.
        Returns:
        possible object is TransitionType
      • setPageTransition

        public void setPageTransition​(TransitionType value)
        Sets the value of the pageTransition property.
        Parameters:
        value - allowed object is TransitionType
      • isSetPageTransition

        public boolean isSetPageTransition()