CustomXmlPart
Inheritance: java.lang.Object
public class CustomXmlPart
Represents a Custom XML Data Storage Part (custom XML data within a package).
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
value | byte[] |
setID(String value)
public void setID(String value)
Sets the id of the custom xml part.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setSchemaData(byte[] value)
public void setSchemaData(byte[] value)
Sets the XML content of this Custom XML Schema Data Storage Part.
Parameters:
Parameter | Type | Description |
---|---|---|
value | byte[] |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native 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 |