public interface BOXMLDocument
The BOXMLSerializer mechanism enables the creation of a Business Document in memory by composing together a root element, its target namespace, and an existing Business Object.
Business Documents can be serialized and deserialized using the BOXMLSerialization service.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
commonj.sdo.DataObject |
getDataObject()
Returns the Business Object associated with the Business Document.
|
java.lang.String |
getEncoding()
Returns the XML encoding of the Business Document.
|
java.lang.String |
getRootElementName()
Returns the name of the root element of the Business Document.
|
java.lang.String |
getRootElementURI()
Returns the target namespace of the Business Document.
|
java.lang.String |
getXMLVersion()
Returns the XML version of the Business Document, or null if it is
not specified.
|
void |
setEncoding(java.lang.String encoding)
Sets the XML encoding of the Business Document.
|
void |
setXMLVersion(java.lang.String xmlVersion)
Sets the XML version of the Business Document.
|
static final java.lang.String COPYRIGHT
commonj.sdo.DataObject getDataObject()
java.lang.String getRootElementURI()
java.lang.String getRootElementName()
java.lang.String getXMLVersion()
void setXMLVersion(java.lang.String xmlVersion)
The
- XML version of the Business Documentjava.lang.String getEncoding()
void setEncoding(java.lang.String encoding)
encoding
- The XML encoding of the Business Document