|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The BOXMLDocument interface provides the client programming model for a Business Document. The Business Document can be created in one of two ways:
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.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
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. |
Field Detail |
public static final java.lang.String COPYRIGHT
Method Detail |
public commonj.sdo.DataObject getDataObject()
public java.lang.String getRootElementURI()
public java.lang.String getRootElementName()
public java.lang.String getXMLVersion()
public void setXMLVersion(java.lang.String xmlVersion)
public java.lang.String getEncoding()
public void setEncoding(java.lang.String encoding)
encoding
- The XML encoding of the Business Document
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |