CustomXmlPart

Inheritance: java.lang.Object

public class CustomXmlPart

Represents a Custom XML Data Storage Part (custom XML data within a package).

Methods

MethodDescription
equals(Object arg0)
getClass()
getData()Gets the XML content of this Custom XML Data Storage Part.
getID()Gets the id of the custom xml part.
getSchemaData()Gets the XML content of this Custom XML Schema Data Storage Part.
hashCode()
notify()
notifyAll()
setData(byte[] value)Sets the XML content of this Custom XML Data Storage Part.
setID(String value)Sets the id of the custom xml part.
setSchemaData(byte[] value)Sets the XML content of this Custom XML Schema Data Storage Part.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

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

getData()

public byte[] getData()

Gets the XML content of this Custom XML Data Storage Part.

Returns: byte[]

getID()

public String getID()

Gets the id of the custom xml part.

Returns: java.lang.String

getSchemaData()

public byte[] getSchemaData()

Gets the XML content of this Custom XML Schema Data Storage Part.

Returns: byte[]

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setData(byte[] value)

public void setData(byte[] value)

Sets the XML content of this Custom XML Data Storage Part.

Parameters:

ParameterTypeDescription
valuebyte[]

setID(String value)

public void setID(String value)

Sets the id of the custom xml part.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setSchemaData(byte[] value)

public void setSchemaData(byte[] value)

Sets the XML content of this Custom XML Schema Data Storage Part.

Parameters:

ParameterTypeDescription
valuebyte[]

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int