public class ComplexTypeBase extends XmpTypeBase
Represents base abstraction for XMP Complex value type.
See more: XMP Specification Part 2, Chapter 1.2.2
Constructor and Description |
---|
ComplexTypeBase(String prefix,
String namespaceUri)
Initializes a new instance of the
ComplexTypeBase class. |
Modifier and Type | Method and Description |
---|---|
String |
getNamespaceUri()
Gets the default namespace URI.
|
String |
getPrefix()
Gets the prefix.
|
String |
getXmpRepresentation()
Gets the string contained value in XMP format.
|
public String getPrefix()
Gets the prefix.
public String getNamespaceUri()
Gets the default namespace URI.
public String getXmpRepresentation()
Gets the string contained value in XMP format.
getXmpRepresentation
in interface IXmpType
getXmpRepresentation
in class XmpTypeBase