Class ImageType
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.info.ImageType
-
public class ImageType 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 an image resource of a PDF document.</p>
Java class for ImageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImageType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="objectKey" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="width" type="{http://www.w3.org/2001/XMLSchema}int" default="0" /> <attribute name="height" type="{http://www.w3.org/2001/XMLSchema}int" default="0" /> <attribute name="suffix" 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="bitsPerComponent" 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 ImageType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBitsPerComponent()Gets the value of the bitsPerComponent property.intgetHeight()Gets the value of the height property.StringgetObjectKey()Gets the value of the objectKey property.intgetPage()Gets the value of the page property.StringgetSuffix()Gets the value of the suffix property.intgetWidth()Gets the value of the width property.booleanisSetBitsPerComponent()booleanisSetHeight()booleanisSetObjectKey()booleanisSetPage()booleanisSetSuffix()booleanisSetWidth()voidsetBitsPerComponent(int value)Sets the value of the bitsPerComponent property.voidsetHeight(int value)Sets the value of the height property.voidsetObjectKey(String value)Sets the value of the objectKey property.voidsetPage(int value)Sets the value of the page property.voidsetSuffix(String value)Sets the value of the suffix property.voidsetWidth(int value)Sets the value of the width property.voidunsetBitsPerComponent()voidunsetHeight()voidunsetPage()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()
-
getWidth
public int getWidth()
Gets the value of the width property.- Returns:
- possible object is
Integer
-
setWidth
public void setWidth(int value)
Sets the value of the width property.- Parameters:
value- allowed object isInteger
-
isSetWidth
public boolean isSetWidth()
-
unsetWidth
public void unsetWidth()
-
getHeight
public int getHeight()
Gets the value of the height property.- Returns:
- possible object is
Integer
-
setHeight
public void setHeight(int value)
Sets the value of the height property.- Parameters:
value- allowed object isInteger
-
isSetHeight
public boolean isSetHeight()
-
unsetHeight
public void unsetHeight()
-
getSuffix
public String getSuffix()
Gets the value of the suffix property.- Returns:
- possible object is
String
-
setSuffix
public void setSuffix(String value)
Sets the value of the suffix property.- Parameters:
value- allowed object isString
-
isSetSuffix
public boolean isSetSuffix()
-
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()
-
getBitsPerComponent
public int getBitsPerComponent()
Gets the value of the bitsPerComponent property.- Returns:
- possible object is
Integer
-
setBitsPerComponent
public void setBitsPerComponent(int value)
Sets the value of the bitsPerComponent property.- Parameters:
value- allowed object isInteger
-
isSetBitsPerComponent
public boolean isSetBitsPerComponent()
-
unsetBitsPerComponent
public void unsetBitsPerComponent()
-
-