Class CustomDescriptionType


  • public class CustomDescriptionType
    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 some custom attribute to be listed in the document's metadata.</p>
     

    Java class for CustomDescriptionType complex type.

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

    
     <complexType name="CustomDescriptionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="key" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • CustomDescriptionType

        public CustomDescriptionType()
    • Method Detail

      • getKey

        public String getKey()
        Gets the value of the key property.
        Returns:
        possible object is String
      • setKey

        public void setKey​(String value)
        Sets the value of the key property.
        Parameters:
        value - allowed object is String
      • isSetKey

        public boolean isSetKey()
      • getValue

        public String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

        public void setValue​(String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • isSetValue

        public boolean isSetValue()