ComplexTypeBase

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

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

Methods

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

ParameterTypeDescription
prefixjava.lang.StringThe prefix.
namespaceUrijava.lang.StringThe namespace URI.

add(String key, Object value)

public void add(String key, Object value)

Adds the specified key.

Parameters:

ParameterTypeDescription
keyjava.lang.StringThe string representation of key that is identified with added value.
valuejava.lang.ObjectThe value to add to.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int