public class XmpType extends BaseToolboxType
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>
| Modifier and Type | Field and Description |
|---|---|
protected XmpFileDataType |
data |
protected XmpDataFormatType |
dataFormat |
protected XmpNamespaceType |
namespace |
| Constructor and Description |
|---|
XmpType() |
| Modifier and Type | Method and Description |
|---|---|
XmpFileDataType |
getData()
Gets the value of the data property.
|
XmpDataFormatType |
getDataFormat()
Gets the value of the dataFormat property.
|
XmpNamespaceType |
getNamespace()
Gets the value of the namespace property.
|
boolean |
isSetData() |
boolean |
isSetDataFormat() |
boolean |
isSetNamespace() |
void |
setData(XmpFileDataType value)
Sets the value of the data property.
|
void |
setDataFormat(XmpDataFormatType value)
Sets the value of the dataFormat property.
|
void |
setNamespace(XmpNamespaceType value)
Sets the value of the namespace property.
|
protected XmpNamespaceType namespace
protected XmpFileDataType data
protected XmpDataFormatType dataFormat
public XmpNamespaceType getNamespace()
XmpNamespaceTypepublic void setNamespace(XmpNamespaceType value)
value - allowed object is
XmpNamespaceTypepublic boolean isSetNamespace()
public XmpFileDataType getData()
XmpFileDataTypepublic void setData(XmpFileDataType value)
value - allowed object is
XmpFileDataTypepublic boolean isSetData()
public XmpDataFormatType getDataFormat()
XmpDataFormatTypepublic void setDataFormat(XmpDataFormatType value)
value - allowed object is
XmpDataFormatTypepublic boolean isSetDataFormat()
Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.