org.apache.ws.jaxme.pm.ino
public interface InoObject extends JMElement
Interface of a document stored in Tamino.
| Method Summary | |
|---|---|
| String | getInoDocname() Returns the objects document name. |
| String | getInoId() Returns the objects ino:id. |
| void | setInoDocname(String pDocname) Sets the objects document name. |
| void | setInoId(String pId) Sets the objects ino:id. |