ComplexTypeBase
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.psd.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 |
---|---|
add(String key, Object value) | Adds the specified key. |
equals(Object arg0) | |
getClass() | |
getNamespaceUri() | Gets the default namespace URI. |
getPrefix() | Gets the prefix. |
getXmpRepresentation() | Gets the string contained value in XMP format. |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
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. |
add(String key, Object value)
public void add(String key, Object value)
Adds the specified key.
Parameters:
Parameter | Type | Description |
---|---|---|
key | java.lang.String | The string representation of key that is identified with added value. |
value | java.lang.Object | The value to add to. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getNamespaceUri()
public String getNamespaceUri()
Gets the default namespace URI.
Returns: java.lang.String - The default namespace URI.
getPrefix()
public String getPrefix()
Gets the prefix.
Returns: java.lang.String - The prefix.
getXmpRepresentation()
public String getXmpRepresentation()
Gets the string contained value in XMP format.
Returns: java.lang.String - Returns the string contained value in XMP format.
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |