Class BackgroundContentType
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.info.BackgroundContentType
-
public class BackgroundContentType 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">An element of this type defines a background for a page of the document.</p>
Java class for BackgroundContentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BackgroundContentType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="pieceInfo" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="absoluteScaling" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="scale" default="1"> <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"/> <maxInclusive value="360"/> </restriction> </simpleType> </attribute> <attribute name="opacity" default="1.0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}float"> <minInclusive value="0"/> <maxInclusive value="1"/> </restriction> </simpleType> </attribute> <attribute name="color" type="{http://schema.webpdf.de/1.0/extraction/info}RgbColorType" default="#FFFFFF" /> <attribute name="alignment" type="{http://schema.webpdf.de/1.0/extraction/info}Alignment" default="top_left" /> <attribute name="horizOffset" type="{http://www.w3.org/2001/XMLSchema}float" default="0.0" /> <attribute name="vertOffset" type="{http://www.w3.org/2001/XMLSchema}float" default="0.0" /> <attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </restriction> </complexContent> </complexType> </element> <element name="bounds" type="{http://schema.webpdf.de/1.0/extraction/info}RectangleType"/> </sequence> <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="onprint" default="true"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}boolean"> </restriction> </simpleType> </attribute> <attribute name="onscreen" default="true"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}boolean"> </restriction> </simpleType> </attribute> <attribute name="isImage" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBackgroundContentType.PieceInfoJava class for anonymous complex type.
-
Constructor Summary
Constructors Constructor Description BackgroundContentType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RectangleTypegetBounds()Gets the value of the bounds property.StringgetObjectKey()Gets the value of the objectKey property.intgetPage()Gets the value of the page property.BackgroundContentType.PieceInfogetPieceInfo()Gets the value of the pieceInfo property.booleanisIsImage()Gets the value of the isImage property.booleanisOnprint()Gets the value of the onprint property.booleanisOnscreen()Gets the value of the onscreen property.booleanisSetBounds()booleanisSetIsImage()booleanisSetObjectKey()booleanisSetOnprint()booleanisSetOnscreen()booleanisSetPage()booleanisSetPieceInfo()voidsetBounds(RectangleType value)Sets the value of the bounds property.voidsetIsImage(boolean value)Sets the value of the isImage property.voidsetObjectKey(String value)Sets the value of the objectKey property.voidsetOnprint(boolean value)Sets the value of the onprint property.voidsetOnscreen(boolean value)Sets the value of the onscreen property.voidsetPage(int value)Sets the value of the page property.voidsetPieceInfo(BackgroundContentType.PieceInfo value)Sets the value of the pieceInfo property.voidunsetIsImage()voidunsetOnprint()voidunsetOnscreen()voidunsetPage()
-
-
-
Field Detail
-
pieceInfo
protected BackgroundContentType.PieceInfo pieceInfo
-
bounds
protected RectangleType bounds
-
objectKey
protected String objectKey
-
page
protected Integer page
-
onprint
protected Boolean onprint
-
onscreen
protected Boolean onscreen
-
isImage
protected Boolean isImage
-
-
Method Detail
-
getPieceInfo
public BackgroundContentType.PieceInfo getPieceInfo()
Gets the value of the pieceInfo property.- Returns:
- possible object is
BackgroundContentType.PieceInfo
-
setPieceInfo
public void setPieceInfo(BackgroundContentType.PieceInfo value)
Sets the value of the pieceInfo property.- Parameters:
value- allowed object isBackgroundContentType.PieceInfo
-
isSetPieceInfo
public boolean isSetPieceInfo()
-
getBounds
public RectangleType getBounds()
Gets the value of the bounds property.- Returns:
- possible object is
RectangleType
-
setBounds
public void setBounds(RectangleType value)
Sets the value of the bounds property.- Parameters:
value- allowed object isRectangleType
-
isSetBounds
public boolean isSetBounds()
-
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()
-
isOnprint
public boolean isOnprint()
Gets the value of the onprint property.- Returns:
- possible object is
Boolean
-
setOnprint
public void setOnprint(boolean value)
Sets the value of the onprint property.- Parameters:
value- allowed object isBoolean
-
isSetOnprint
public boolean isSetOnprint()
-
unsetOnprint
public void unsetOnprint()
-
isOnscreen
public boolean isOnscreen()
Gets the value of the onscreen property.- Returns:
- possible object is
Boolean
-
setOnscreen
public void setOnscreen(boolean value)
Sets the value of the onscreen property.- Parameters:
value- allowed object isBoolean
-
isSetOnscreen
public boolean isSetOnscreen()
-
unsetOnscreen
public void unsetOnscreen()
-
isIsImage
public boolean isIsImage()
Gets the value of the isImage property.- Returns:
- possible object is
Boolean
-
setIsImage
public void setIsImage(boolean value)
Sets the value of the isImage property.- Parameters:
value- allowed object isBoolean
-
isSetIsImage
public boolean isSetIsImage()
-
unsetIsImage
public void unsetIsImage()
-
-