public class CustomXmlPart
| Property Getters/Setters Summary | ||
|---|---|---|
byte[] | getData() | |
void | setData(byte[]value) | |
| Gets or sets the XML content of this InnerCustom XML Data Storage Part. | ||
java.lang.String | getID() | |
void | setID(java.lang.Stringvalue) | |
| Gets and sets the id of the custom xml part. | ||
byte[] | getSchemaData() | |
void | setSchemaData(byte[]value) | |
| Gets or sets the XML content of this InnerCustom XML Schema Data Storage Part. | ||
public byte[] getData() / public void setData(byte[] value)
public byte[] getSchemaData() / public void setSchemaData(byte[] value)
public java.lang.String getID() / public void setID(java.lang.String value)