XmpPdfAExtensionDescriptor Class
A descriptor for a PDF/A extension schema.
Declaration
public class XmpPdfAExtensionDescriptor extends JavaObject
Inherited Members
Inheritance
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. |