Class OptionsType.PageTransitions.Remove
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.OptionsType.PageTransitions.Remove
-
- Enclosing class:
- OptionsType.PageTransitions
public static class OptionsType.PageTransitions.Remove 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="transitionSelection" type="{http://schema.webpdf.de/1.0/operation}SelectionTransitionType"/> </choice> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected SelectionTransitionTypetransitionSelection
-
Constructor Summary
Constructors Constructor Description Remove()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SelectionTransitionTypegetTransitionSelection()Gets the value of the transitionSelection property.booleanisSetTransitionSelection()voidsetTransitionSelection(SelectionTransitionType value)Sets the value of the transitionSelection property.
-
-
-
Field Detail
-
transitionSelection
protected SelectionTransitionType transitionSelection
-
-
Method Detail
-
getTransitionSelection
public SelectionTransitionType getTransitionSelection()
Gets the value of the transitionSelection property.- Returns:
- possible object is
SelectionTransitionType
-
setTransitionSelection
public void setTransitionSelection(SelectionTransitionType value)
Sets the value of the transitionSelection property.- Parameters:
value- allowed object isSelectionTransitionType
-
isSetTransitionSelection
public boolean isSetTransitionSelection()
-
-