Skip to main content

XmpPdfAExtensionDescriptor Class

A descriptor for a PDF/A extension schema.

Declaration

public class XmpPdfAExtensionDescriptor 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
XmpPdfAExtensionDescriptor

Constructors

XmpPdfAExtensionDescriptor(String namespaceUri, String prefix, String schemaName, List<XmpPdfAExtensionProperty> properties, List<XmpPdfAExtensionValueType> valueTypes) Constructor

Initializes a new instance of the XmpPdfAExtensionDescriptor class with the specified schema information and value types.

Declaration

public XmpPdfAExtensionDescriptor(String namespaceUri, String prefix, String schemaName, List<XmpPdfAExtensionProperty> properties, List<XmpPdfAExtensionValueType> valueTypes)

Parameters

Name Type Description
namespaceUri String

The namespace URI of the schema.

prefix String

The namespace prefix of the schema.

schemaName String

The schema name.

properties java.util.List<XmpPdfAExtensionProperty>

The list of schema properties.

valueTypes java.util.List<XmpPdfAExtensionValueType>

The list of value types used by the schema.

XmpPdfAExtensionDescriptor(String namespaceUri, String prefix, String schemaName, List<XmpPdfAExtensionProperty> properties) Constructor

Initializes a new instance of the XmpPdfAExtensionDescriptor class with the specified schema information.

Declaration

public XmpPdfAExtensionDescriptor(String namespaceUri, String prefix, String schemaName, List<XmpPdfAExtensionProperty> properties)

Parameters

Name Type Description
namespaceUri String

The namespace URI of the schema.

prefix String

The namespace prefix of the schema.

schemaName String

The schema name.

properties java.util.List<XmpPdfAExtensionProperty>

The list of schema properties.

Methods

getNamespaceUri() Method

Returns the namespace URI of the schema.

Declaration

public String getNamespaceUri()

Returns

Type Description
String

The namespace URI.

getPrefix() Method

Returns the namespace prefix of the schema.

Declaration

public String getPrefix()

Returns

Type Description
String

The namespace prefix.

getProperties() Method

Returns properties defined in the schema.

Declaration

public List<XmpPdfAExtensionProperty> getProperties()

Returns

Type Description
java.util.List<XmpPdfAExtensionProperty>

The list of schema properties.

getSchemaName() Method

Returns the schema name.

Declaration

public String getSchemaName()

Returns

Type Description
String

The schema name.

getValueTypes() Method

Returns value types defined in the schema.

Declaration

public List<XmpPdfAExtensionValueType> getValueTypes()

Returns

Type Description
java.util.List<XmpPdfAExtensionValueType>

The list of schema value types.