Class OptionsType.PageTransitions.Add
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected TransitionTypepageTransition
-
Constructor Summary
Constructors Constructor Description Add()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransitionTypegetPageTransition()Gets the value of the pageTransition property.booleanisSetPageTransition()voidsetPageTransition(TransitionType value)Sets the value of the pageTransition property.
-
-
-
Field Detail
-
pageTransition
protected TransitionType pageTransition
-
-
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 isTransitionType
-
isSetPageTransition
public boolean isSetPageTransition()
-
-