public class XmpComplexType extends XmpTypeBase
Represents base abstraction for XMP Complex value type.
Constructor and Description |
---|
XmpComplexType(String prefix,
String namespaceUri)
Initializes a new instance of the
XmpComplexType class. |
Modifier and Type | Method and Description |
---|---|
String |
getNamespaceUri()
Gets default namespace URI.
|
String |
getPrefix()
Gets default prefix.
|
String |
getXmpRepresentation()
Returns string contained value in XMP format.
|
toBool, toDateTime, toFloat, toGuid, toInt, toString, toStringArray
public final String getPrefix()
Gets default prefix.
Value: The prefix.public final String getNamespaceUri()
Gets default namespace URI.
Value: The namespace URI.public String getXmpRepresentation()
Returns string contained value in XMP format.
getXmpRepresentation
in interface IXmpType
getXmpRepresentation
in class XmpTypeBase
string
contained XMP representation.Copyright © 2017. All rights reserved.