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:p625630_="https://jakarta.ee/xml/ns/jaxb" xmlns:p755083_="urn:jaxb.jvnet.org:plugin: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 Summary
Fields Modifier and Type Field Description protected XmpFileDataTypedataprotected XmpDataFormatTypedataFormat<?protected 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()<?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
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p625630_="https://jakarta.ee/xml/ns/jaxb" xmlns:p755083_="urn:jaxb.jvnet.org:plugin: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>
-
-
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()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p625630_="https://jakarta.ee/xml/ns/jaxb" xmlns:p755083_="urn:jaxb.jvnet.org:plugin: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
-
setDataFormat
public void setDataFormat(XmpDataFormatType value)
Sets the value of the dataFormat property.- Parameters:
value- allowed object isXmpDataFormatType- See Also:
getDataFormat()
-
isSetDataFormat
public boolean isSetDataFormat()
-
-