Class KeywordType


  • public class KeywordType
    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 keyword the document can be associated with.</p>
     

    Java class for KeywordType complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="KeywordType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="keyword" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • keyword

        protected String keyword
    • Constructor Detail

      • KeywordType

        public KeywordType()
    • Method Detail

      • getKeyword

        public String getKeyword()
        Gets the value of the keyword property.
        Returns:
        possible object is String
      • setKeyword

        public void setKeyword​(String value)
        Sets the value of the keyword property.
        Parameters:
        value - allowed object is String
      • isSetKeyword

        public boolean isSetKeyword()