Class PageType
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.info.PageType
-
- Direct Known Subclasses:
DocumentType.Pages.Page
public class PageType 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">This type is used to describe a page of a PDF document.</p>
Java class for PageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PageType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="objectKey" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="number" default="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> <attribute name="label" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="width" default="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}float"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> <attribute name="height" default="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}float"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> <attribute name="rotation" default="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description PageType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetHeight()Gets the value of the height property.StringgetLabel()Gets the value of the label property.intgetNumber()Gets the value of the number property.StringgetObjectKey()Gets the value of the objectKey property.intgetRotation()Gets the value of the rotation property.floatgetWidth()Gets the value of the width property.booleanisSetHeight()booleanisSetLabel()booleanisSetNumber()booleanisSetObjectKey()booleanisSetRotation()booleanisSetWidth()voidsetHeight(float value)Sets the value of the height property.voidsetLabel(String value)Sets the value of the label property.voidsetNumber(int value)Sets the value of the number property.voidsetObjectKey(String value)Sets the value of the objectKey property.voidsetRotation(int value)Sets the value of the rotation property.voidsetWidth(float value)Sets the value of the width property.voidunsetHeight()voidunsetNumber()voidunsetRotation()voidunsetWidth()
-
-
-
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()
-
getNumber
public int getNumber()
Gets the value of the number property.- Returns:
- possible object is
Integer
-
setNumber
public void setNumber(int value)
Sets the value of the number property.- Parameters:
value- allowed object isInteger
-
isSetNumber
public boolean isSetNumber()
-
unsetNumber
public void unsetNumber()
-
getLabel
public String getLabel()
Gets the value of the label property.- Returns:
- possible object is
String
-
setLabel
public void setLabel(String value)
Sets the value of the label property.- Parameters:
value- allowed object isString
-
isSetLabel
public boolean isSetLabel()
-
getWidth
public float getWidth()
Gets the value of the width property.- Returns:
- possible object is
Float
-
setWidth
public void setWidth(float value)
Sets the value of the width property.- Parameters:
value- allowed object isFloat
-
isSetWidth
public boolean isSetWidth()
-
unsetWidth
public void unsetWidth()
-
getHeight
public float getHeight()
Gets the value of the height property.- Returns:
- possible object is
Float
-
setHeight
public void setHeight(float value)
Sets the value of the height property.- Parameters:
value- allowed object isFloat
-
isSetHeight
public boolean isSetHeight()
-
unsetHeight
public void unsetHeight()
-
getRotation
public int getRotation()
Gets the value of the rotation property.- Returns:
- possible object is
Integer
-
setRotation
public void setRotation(int value)
Sets the value of the rotation property.- Parameters:
value- allowed object isInteger
-
isSetRotation
public boolean isSetRotation()
-
unsetRotation
public void unsetRotation()
-
-