org.apache.ws.jaxme.pm.ino.api4j
Class TJMElement
java.lang.Object
org.apache.ws.jaxme.pm.ino.api4j.TJMElement
- All Implemented Interfaces:
- com.softwareag.tamino.db.api.objectModel.sax.TSAXDocument, com.softwareag.tamino.db.api.objectModel.sax.TSAXElement
public class TJMElement
- extends java.lang.Object
- implements com.softwareag.tamino.db.api.objectModel.sax.TSAXDocument, com.softwareag.tamino.db.api.objectModel.sax.TSAXElement
JaxMe specific implementation of
TSAXElement
,
and TSAXDocument
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TJMElement
public TJMElement(InoObject pElement)
- Creates a new instance, which reads or writes
the given
InoObject
.
getJMElement
public InoObject getJMElement()
- Returns the
InoObject
, which is being
read, or written.
getRootElement
public com.softwareag.tamino.db.api.objectModel.sax.TSAXElement getRootElement()
- Specified by:
getRootElement
in interface com.softwareag.tamino.db.api.objectModel.sax.TSAXDocument
writeTo
public void writeTo(java.io.Writer pWriter)
- Specified by:
writeTo
in interface com.softwareag.tamino.db.api.objectModel.sax.TSAXDocument
- Specified by:
writeTo
in interface com.softwareag.tamino.db.api.objectModel.sax.TSAXElement
setDocname
public void setDocname(java.lang.String pDocname)
- Specified by:
setDocname
in interface com.softwareag.tamino.db.api.objectModel.sax.TSAXElement
setId
public void setId(java.lang.String pId)
- Specified by:
setId
in interface com.softwareag.tamino.db.api.objectModel.sax.TSAXElement
getDoctype
public java.lang.String getDoctype()
- Specified by:
getDoctype
in interface com.softwareag.tamino.db.api.objectModel.sax.TSAXElement
getDocname
public java.lang.String getDocname()
- Specified by:
getDocname
in interface com.softwareag.tamino.db.api.objectModel.sax.TSAXElement
getId
public java.lang.String getId()
- Specified by:
getId
in interface com.softwareag.tamino.db.api.objectModel.sax.TSAXElement