ComplexTypeBase
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.xmp.types.XmpTypeBase
public class ComplexTypeBase extends XmpTypeBase
Represents base abstraction for XMP Complex value type.
See more: XMP Specification Part 2, Chapter 1.2.2
Constructors
Constructor | Description |
---|---|
ComplexTypeBase(String prefix, String namespaceUri) | Initializes a new instance of the ComplexTypeBase class. |
Methods
Method | Description |
---|---|
getPrefix() | Gets the prefix. |
getNamespaceUri() | Gets the default namespace URI. |
getXmpRepresentation() | Gets the string contained value in XMP format. |
ComplexTypeBase(String prefix, String namespaceUri)
public ComplexTypeBase(String prefix, String namespaceUri)
Initializes a new instance of the ComplexTypeBase
class.
Parameters:
Parameter | Type | Description |
---|---|---|
prefix | java.lang.String | The prefix. |
namespaceUri | java.lang.String | The namespace URI. |
getPrefix()
public String getPrefix()
Gets the prefix.
Returns: java.lang.String - The prefix.
getNamespaceUri()
public String getNamespaceUri()
Gets the default namespace URI.
Returns: java.lang.String - The default namespace URI.
getXmpRepresentation()
public String getXmpRepresentation()
Gets the string contained value in XMP format.
Returns: java.lang.String - Returns the string contained value in XMP format.