Class 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>
     
    • Constructor Detail

      • BoxesType

        public BoxesType()
    • 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 is RectangleType
      • 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 is RectangleType
      • 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 is RectangleType
      • 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 is RectangleType
      • isSetTrimBox

        public boolean isSetTrimBox()
      • setArtBox

        public void setArtBox​(RectangleType value)
        Sets the value of the artBox property.
        Parameters:
        value - allowed object is RectangleType
      • isSetArtBox

        public boolean isSetArtBox()