Skip to main content

XmpPdfAExtensionValueType Class

A value type definition in a PDF/A extension schema.

Declaration

public class XmpPdfAExtensionValueType extends JavaObject

Inherited Members

com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
com.devexpress.system.JavaObject
XmpPdfAExtensionValueType

XmpPdfAExtensionValueType(String type, String namespaceUri, String prefix, String description, List<XmpPdfAExtensionField> fields)

Initializes a new instance of the XmpPdfAExtensionValueType class with the specified value type information.

Declaration

public XmpPdfAExtensionValueType(String type, String namespaceUri, String prefix, String description, List<XmpPdfAExtensionField> fields)

Parameters

Name Type Description
type String

The value type name.

namespaceUri String

The namespace URI of the value type.

prefix String

The namespace prefix of the value type.

description String

The value type description.

fields java.util.List<XmpPdfAExtensionField>

The list of fields defined for the value type.

Methods

getDescription() Method

Returns the value type description.

Declaration

public String getDescription()

Returns

Type Description
String

The value type description.

getFields() Method

Returns the fields defined for the value type.

Declaration

public List<XmpPdfAExtensionField> getFields()

Returns

Type Description
java.util.List<XmpPdfAExtensionField>

The list of fields defined for the value type.

getNamespaceUri() Method

Returns the namespace URI of the value type.

Declaration

public String getNamespaceUri()

Returns

Type Description
String

The namespace URI.

getPrefix() Method

Returns the namespace prefix of the value type.

Declaration

public String getPrefix()

Returns

Type Description
String

The namespace prefix.

getType() Method

Returns the value type name.

Declaration

public String getType()

Returns

Type Description
String

The value type name.