Class XmpType

  • All Implemented Interfaces:
    ParameterInterface

    public class XmpType
    extends BaseToolboxType
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p216045_="https://jakarta.ee/xml/ns/jaxb" xmlns:p46056_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The xmp operation element can be used to add XMP metadata to the document.</p>
     

    Java class for XmpType complex type

    .

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

    
     <complexType name="XmpType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}BaseToolboxType">
           <all>
             <element name="namespace" type="{http://schema.webpdf.de/1.0/operation}XmpNamespaceType"/>
             <element name="data" type="{http://schema.webpdf.de/1.0/operation}XmpFileDataType"/>
           </all>
           <attribute name="dataFormat" default="json">
             <simpleType>
               <restriction base="{http://schema.webpdf.de/1.0/operation}XmpDataFormatType">
                 <enumeration value="json"/>
               </restriction>
             </simpleType>
           </attribute>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • dataFormat

        protected XmpDataFormatType dataFormat
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p216045_="https://jakarta.ee/xml/ns/jaxb" xmlns:p46056_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Format for the XMP metadata being added. As of this writing, only "json" is supported.</p>
         
    • Constructor Detail

      • XmpType

        public XmpType()
    • Method Detail

      • setNamespace

        public void setNamespace​(XmpNamespaceType value)
        Sets the value of the namespace property.
        Parameters:
        value - allowed object is XmpNamespaceType
      • isSetNamespace

        public boolean isSetNamespace()
      • isSetData

        public boolean isSetData()
      • getDataFormat

        public XmpDataFormatType getDataFormat()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p216045_="https://jakarta.ee/xml/ns/jaxb" xmlns:p46056_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Format for the XMP metadata being added. As of this writing, only "json" is supported.</p>
         
        Returns:
        possible object is XmpDataFormatType
      • isSetDataFormat

        public boolean isSetDataFormat()