Class DescriptionCustomType


  • public class DescriptionCustomType
    extends Object
     <?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">If you add another (optional) <code>&lt;custom .../&gt;</code> element to the description element, you can use it to store your own values in the PDF description. The element can occur multiple times and defines an additional entry for the description.
                     </p>
     

    Java class for DescriptionCustomType complex type.

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

    
     <complexType name="DescriptionCustomType">
       <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="" />
           <attribute name="remove" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • DescriptionCustomType

        public DescriptionCustomType()
    • 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()
      • isRemove

        public boolean isRemove()
        Gets the value of the remove property.
        Returns:
        possible object is Boolean
      • setRemove

        public void setRemove​(boolean value)
        Sets the value of the remove property.
        Parameters:
        value - allowed object is Boolean
      • isSetRemove

        public boolean isSetRemove()
      • unsetRemove

        public void unsetRemove()