Class BoxesType
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.info.BoxesType
-
public class BoxesType 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 the boxes of a page.</p>
Java class for BoxesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BoxesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="mediaBox" type="{http://schema.webpdf.de/1.0/extraction/info}RectangleType"/> <element name="cropBox" type="{http://schema.webpdf.de/1.0/extraction/info}RectangleType" minOccurs="0"/> <element name="bleedBox" type="{http://schema.webpdf.de/1.0/extraction/info}RectangleType" minOccurs="0"/> <element name="trimBox" type="{http://schema.webpdf.de/1.0/extraction/info}RectangleType" minOccurs="0"/> <element name="artBox" type="{http://schema.webpdf.de/1.0/extraction/info}RectangleType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected RectangleTypeartBoxprotected RectangleTypebleedBoxprotected RectangleTypecropBoxprotected RectangleTypemediaBoxprotected RectangleTypetrimBox
-
Constructor Summary
Constructors Constructor Description BoxesType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RectangleTypegetArtBox()Gets the value of the artBox property.RectangleTypegetBleedBox()Gets the value of the bleedBox property.RectangleTypegetCropBox()Gets the value of the cropBox property.RectangleTypegetMediaBox()Gets the value of the mediaBox property.RectangleTypegetTrimBox()Gets the value of the trimBox property.booleanisSetArtBox()booleanisSetBleedBox()booleanisSetCropBox()booleanisSetMediaBox()booleanisSetTrimBox()voidsetArtBox(RectangleType value)Sets the value of the artBox property.voidsetBleedBox(RectangleType value)Sets the value of the bleedBox property.voidsetCropBox(RectangleType value)Sets the value of the cropBox property.voidsetMediaBox(RectangleType value)Sets the value of the mediaBox property.voidsetTrimBox(RectangleType value)Sets the value of the trimBox property.
-
-
-
Field Detail
-
mediaBox
protected RectangleType mediaBox
-
cropBox
protected RectangleType cropBox
-
bleedBox
protected RectangleType bleedBox
-
trimBox
protected RectangleType trimBox
-
artBox
protected RectangleType artBox
-
-
Method Detail
-
getMediaBox
public RectangleType getMediaBox()
Gets the value of the mediaBox property.- Returns:
- possible object is
RectangleType
-
setMediaBox
public void setMediaBox(RectangleType value)
Sets the value of the mediaBox property.- Parameters:
value- allowed object isRectangleType
-
isSetMediaBox
public boolean isSetMediaBox()
-
getCropBox
public RectangleType getCropBox()
Gets the value of the cropBox property.- Returns:
- possible object is
RectangleType
-
setCropBox
public void setCropBox(RectangleType value)
Sets the value of the cropBox property.- Parameters:
value- allowed object isRectangleType
-
isSetCropBox
public boolean isSetCropBox()
-
getBleedBox
public RectangleType getBleedBox()
Gets the value of the bleedBox property.- Returns:
- possible object is
RectangleType
-
setBleedBox
public void setBleedBox(RectangleType value)
Sets the value of the bleedBox property.- Parameters:
value- allowed object isRectangleType
-
isSetBleedBox
public boolean isSetBleedBox()
-
getTrimBox
public RectangleType getTrimBox()
Gets the value of the trimBox property.- Returns:
- possible object is
RectangleType
-
setTrimBox
public void setTrimBox(RectangleType value)
Sets the value of the trimBox property.- Parameters:
value- allowed object isRectangleType
-
isSetTrimBox
public boolean isSetTrimBox()
-
getArtBox
public RectangleType getArtBox()
Gets the value of the artBox property.- Returns:
- possible object is
RectangleType
-
setArtBox
public void setArtBox(RectangleType value)
Sets the value of the artBox property.- Parameters:
value- allowed object isRectangleType
-
isSetArtBox
public boolean isSetArtBox()
-
-