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

      • ImageType

        public ImageType()
    • 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 is String
      • 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 is Integer
      • 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 is Integer
      • 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 is String
      • 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 is Integer
      • 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 is Integer
      • isSetBitsPerComponent

        public boolean isSetBitsPerComponent()
      • unsetBitsPerComponent

        public void unsetBitsPerComponent()