Class DescriptionType


  • public class DescriptionType
    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">The document's description contains a number of metadata attributes, that further describe the author, creation, contents etc of the document.</p>
     

    Java class for DescriptionType complex type.

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

    
     <complexType name="DescriptionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="author" type="{http://schema.webpdf.de/1.0/extraction/info}AuthorType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="keywords" type="{http://schema.webpdf.de/1.0/extraction/info}KeywordType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="custom" type="{http://schema.webpdf.de/1.0/extraction/info}CustomDescriptionType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="subject" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="creator" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="producer" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="application" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="creationDate" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="modificationDate" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • DescriptionType

        public DescriptionType()
    • Method Detail

      • getAuthor

        public List<AuthorType> getAuthor()
        Gets the value of the author property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the author property.

        For example, to add a new item, do as follows:

            getAuthor().add(newItem);
         

        Objects of the following type(s) are allowed in the list AuthorType

        Returns:
        The value of the author property.
      • isSetAuthor

        public boolean isSetAuthor()
      • unsetAuthor

        public void unsetAuthor()
      • getKeywords

        public List<KeywordType> getKeywords()
        Gets the value of the keywords property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the keywords property.

        For example, to add a new item, do as follows:

            getKeywords().add(newItem);
         

        Objects of the following type(s) are allowed in the list KeywordType

        Returns:
        The value of the keywords property.
      • isSetKeywords

        public boolean isSetKeywords()
      • unsetKeywords

        public void unsetKeywords()
      • getCustom

        public List<CustomDescriptionType> getCustom()
        Gets the value of the custom property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the custom property.

        For example, to add a new item, do as follows:

            getCustom().add(newItem);
         

        Objects of the following type(s) are allowed in the list CustomDescriptionType

        Returns:
        The value of the custom property.
      • isSetCustom

        public boolean isSetCustom()
      • unsetCustom

        public void unsetCustom()
      • getTitle

        public String getTitle()
        Gets the value of the title property.
        Returns:
        possible object is String
      • setTitle

        public void setTitle​(String value)
        Sets the value of the title property.
        Parameters:
        value - allowed object is String
      • isSetTitle

        public boolean isSetTitle()
      • getSubject

        public String getSubject()
        Gets the value of the subject property.
        Returns:
        possible object is String
      • setSubject

        public void setSubject​(String value)
        Sets the value of the subject property.
        Parameters:
        value - allowed object is String
      • isSetSubject

        public boolean isSetSubject()
      • getCreator

        public String getCreator()
        Gets the value of the creator property.
        Returns:
        possible object is String
      • setCreator

        public void setCreator​(String value)
        Sets the value of the creator property.
        Parameters:
        value - allowed object is String
      • isSetCreator

        public boolean isSetCreator()
      • getProducer

        public String getProducer()
        Gets the value of the producer property.
        Returns:
        possible object is String
      • setProducer

        public void setProducer​(String value)
        Sets the value of the producer property.
        Parameters:
        value - allowed object is String
      • isSetProducer

        public boolean isSetProducer()
      • getApplication

        public String getApplication()
        Gets the value of the application property.
        Returns:
        possible object is String
      • setApplication

        public void setApplication​(String value)
        Sets the value of the application property.
        Parameters:
        value - allowed object is String
      • isSetApplication

        public boolean isSetApplication()
      • getCreationDate

        public String getCreationDate()
        Gets the value of the creationDate property.
        Returns:
        possible object is String
      • setCreationDate

        public void setCreationDate​(String value)
        Sets the value of the creationDate property.
        Parameters:
        value - allowed object is String
      • isSetCreationDate

        public boolean isSetCreationDate()
      • getModificationDate

        public String getModificationDate()
        Gets the value of the modificationDate property.
        Returns:
        possible object is String
      • setModificationDate

        public void setModificationDate​(String value)
        Sets the value of the modificationDate property.
        Parameters:
        value - allowed object is String
      • isSetModificationDate

        public boolean isSetModificationDate()