Class TransitionType
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.info.TransitionType
-
public class TransitionType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">Defines a page transition for the full screen mode of the document.</p>
Java class for TransitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransitionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="objectKey" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="page" default="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> <attribute name="autoScroll" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="flyScale" type="{http://www.w3.org/2001/XMLSchema}float" default="1" /> <attribute name="flyAreaOpaque" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="duration" default="1"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}float"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> <attribute name="style" type="{http://schema.webpdf.de/1.0/extraction/info}TransitionStyleType" default="none" /> <attribute name="direction" type="{http://schema.webpdf.de/1.0/extraction/info}TransitionDirection" default="none" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanautoScrollprotected TransitionDirectiondirectionprotected Floatdurationprotected BooleanflyAreaOpaqueprotected FloatflyScaleprotected StringobjectKeyprotected Integerpageprotected TransitionStyleTypestyle
-
Constructor Summary
Constructors Constructor Description TransitionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransitionDirectiongetDirection()Gets the value of the direction property.floatgetDuration()Gets the value of the duration property.floatgetFlyScale()Gets the value of the flyScale property.StringgetObjectKey()Gets the value of the objectKey property.intgetPage()Gets the value of the page property.TransitionStyleTypegetStyle()Gets the value of the style property.booleanisAutoScroll()Gets the value of the autoScroll property.booleanisFlyAreaOpaque()Gets the value of the flyAreaOpaque property.booleanisSetAutoScroll()booleanisSetDirection()booleanisSetDuration()booleanisSetFlyAreaOpaque()booleanisSetFlyScale()booleanisSetObjectKey()booleanisSetPage()booleanisSetStyle()voidsetAutoScroll(boolean value)Sets the value of the autoScroll property.voidsetDirection(TransitionDirection value)Sets the value of the direction property.voidsetDuration(float value)Sets the value of the duration property.voidsetFlyAreaOpaque(boolean value)Sets the value of the flyAreaOpaque property.voidsetFlyScale(float value)Sets the value of the flyScale property.voidsetObjectKey(String value)Sets the value of the objectKey property.voidsetPage(int value)Sets the value of the page property.voidsetStyle(TransitionStyleType value)Sets the value of the style property.voidunsetAutoScroll()voidunsetDuration()voidunsetFlyAreaOpaque()voidunsetFlyScale()voidunsetPage()
-
-
-
Field Detail
-
objectKey
protected String objectKey
-
page
protected Integer page
-
autoScroll
protected Boolean autoScroll
-
flyScale
protected Float flyScale
-
flyAreaOpaque
protected Boolean flyAreaOpaque
-
duration
protected Float duration
-
style
protected TransitionStyleType style
-
direction
protected TransitionDirection direction
-
-
Method Detail
-
getObjectKey
public String getObjectKey()
Gets the value of the objectKey property.- Returns:
- possible object is
String
-
setObjectKey
public void setObjectKey(String value)
Sets the value of the objectKey property.- Parameters:
value- allowed object isString
-
isSetObjectKey
public boolean isSetObjectKey()
-
getPage
public int getPage()
Gets the value of the page property.- Returns:
- possible object is
Integer
-
setPage
public void setPage(int value)
Sets the value of the page property.- Parameters:
value- allowed object isInteger
-
isSetPage
public boolean isSetPage()
-
unsetPage
public void unsetPage()
-
isAutoScroll
public boolean isAutoScroll()
Gets the value of the autoScroll property.- Returns:
- possible object is
Boolean
-
setAutoScroll
public void setAutoScroll(boolean value)
Sets the value of the autoScroll property.- Parameters:
value- allowed object isBoolean
-
isSetAutoScroll
public boolean isSetAutoScroll()
-
unsetAutoScroll
public void unsetAutoScroll()
-
getFlyScale
public float getFlyScale()
Gets the value of the flyScale property.- Returns:
- possible object is
Float
-
setFlyScale
public void setFlyScale(float value)
Sets the value of the flyScale property.- Parameters:
value- allowed object isFloat
-
isSetFlyScale
public boolean isSetFlyScale()
-
unsetFlyScale
public void unsetFlyScale()
-
isFlyAreaOpaque
public boolean isFlyAreaOpaque()
Gets the value of the flyAreaOpaque property.- Returns:
- possible object is
Boolean
-
setFlyAreaOpaque
public void setFlyAreaOpaque(boolean value)
Sets the value of the flyAreaOpaque property.- Parameters:
value- allowed object isBoolean
-
isSetFlyAreaOpaque
public boolean isSetFlyAreaOpaque()
-
unsetFlyAreaOpaque
public void unsetFlyAreaOpaque()
-
getDuration
public float getDuration()
Gets the value of the duration property.- Returns:
- possible object is
Float
-
setDuration
public void setDuration(float value)
Sets the value of the duration property.- Parameters:
value- allowed object isFloat
-
isSetDuration
public boolean isSetDuration()
-
unsetDuration
public void unsetDuration()
-
getStyle
public TransitionStyleType getStyle()
Gets the value of the style property.- Returns:
- possible object is
TransitionStyleType
-
setStyle
public void setStyle(TransitionStyleType value)
Sets the value of the style property.- Parameters:
value- allowed object isTransitionStyleType
-
isSetStyle
public boolean isSetStyle()
-
getDirection
public TransitionDirection getDirection()
Gets the value of the direction property.- Returns:
- possible object is
TransitionDirection
-
setDirection
public void setDirection(TransitionDirection value)
Sets the value of the direction property.- Parameters:
value- allowed object isTransitionDirection
-
isSetDirection
public boolean isSetDirection()
-
-