ComplexTypeBase

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

ConstructorDescription
ComplexTypeBase(String prefix, String namespaceUri)Initializes a new instance of the ComplexTypeBase class.

Methods

MethodDescription
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:

ParameterTypeDescription
prefixjava.lang.StringThe prefix.
namespaceUrijava.lang.StringThe 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.