Class XmpType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseToolboxType
-
- net.webpdf.wsclient.schema.operation.XmpType
-
- All Implemented Interfaces:
ParameterInterface
public class XmpType extends BaseToolboxType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p175014_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p244397_="https://jakarta.ee/xml/ns/jaxb" 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 Summary
Fields Modifier and Type Field Description protected XmpFileDataTypedataprotected XmpDataFormatTypedataFormatprotected XmpNamespaceTypenamespace
-
Constructor Summary
Constructors Constructor Description XmpType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XmpFileDataTypegetData()Gets the value of the data property.XmpDataFormatTypegetDataFormat()Gets the value of the dataFormat property.XmpNamespaceTypegetNamespace()Gets the value of the namespace property.booleanisSetData()booleanisSetDataFormat()booleanisSetNamespace()voidsetData(XmpFileDataType value)Sets the value of the data property.voidsetDataFormat(XmpDataFormatType value)Sets the value of the dataFormat property.voidsetNamespace(XmpNamespaceType value)Sets the value of the namespace property.
-
-
-
Field Detail
-
namespace
protected XmpNamespaceType namespace
-
data
protected XmpFileDataType data
-
dataFormat
protected XmpDataFormatType dataFormat
-
-
Method Detail
-
getNamespace
public XmpNamespaceType getNamespace()
Gets the value of the namespace property.- Returns:
- possible object is
XmpNamespaceType
-
setNamespace
public void setNamespace(XmpNamespaceType value)
Sets the value of the namespace property.- Parameters:
value- allowed object isXmpNamespaceType
-
isSetNamespace
public boolean isSetNamespace()
-
getData
public XmpFileDataType getData()
Gets the value of the data property.- Returns:
- possible object is
XmpFileDataType
-
setData
public void setData(XmpFileDataType value)
Sets the value of the data property.- Parameters:
value- allowed object isXmpFileDataType
-
isSetData
public boolean isSetData()
-
getDataFormat
public XmpDataFormatType getDataFormat()
Gets the value of the dataFormat property.- Returns:
- possible object is
XmpDataFormatType
-
setDataFormat
public void setDataFormat(XmpDataFormatType value)
Sets the value of the dataFormat property.- Parameters:
value- allowed object isXmpDataFormatType
-
isSetDataFormat
public boolean isSetDataFormat()
-
-