Class DescriptionType

  • All Implemented Interfaces:
    ParameterInterface

    public class DescriptionType
    extends BaseToolboxType
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The description operation element can be used to change the description for documents.</p>
     

    Java class for DescriptionType complex type.

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

    
     <complexType name="DescriptionType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}BaseToolboxType">
           <sequence>
             <element name="custom" type="{http://schema.webpdf.de/1.0/operation}DescriptionCustomType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="author" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="creator" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="keywords" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="producer" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="subject" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="allowEmptyValues" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • DescriptionType

        public DescriptionType()
    • Method Detail

      • getCustom

        public List<DescriptionCustomType> 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 DescriptionCustomType

        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()
      • getAuthor

        public String getAuthor()
        Gets the value of the author property.
        Returns:
        possible object is String
      • setAuthor

        public void setAuthor​(String value)
        Sets the value of the author property.
        Parameters:
        value - allowed object is String
      • isSetAuthor

        public boolean isSetAuthor()
      • 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()
      • getKeywords

        public String getKeywords()
        Gets the value of the keywords property.
        Returns:
        possible object is String
      • setKeywords

        public void setKeywords​(String value)
        Sets the value of the keywords property.
        Parameters:
        value - allowed object is String
      • isSetKeywords

        public boolean isSetKeywords()
      • 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()
      • 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()
      • isAllowEmptyValues

        public boolean isAllowEmptyValues()
        Gets the value of the allowEmptyValues property.
        Returns:
        possible object is Boolean
      • setAllowEmptyValues

        public void setAllowEmptyValues​(boolean value)
        Sets the value of the allowEmptyValues property.
        Parameters:
        value - allowed object is Boolean
      • isSetAllowEmptyValues

        public boolean isSetAllowEmptyValues()
      • unsetAllowEmptyValues

        public void unsetAllowEmptyValues()