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 |
---|---|
void |
add(String key,
Object value)
Adds the specified key.
|
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 void add(String key, Object value)
Adds the specified key.
key
- The string representation of key that is identified with added value.value
- The value to add to.public String getXmpRepresentation()
Gets the string contained value in XMP format.
getXmpRepresentation
in interface IXmpType
getXmpRepresentation
in class XmpTypeBase