org.apache.ws.jaxme.pm.ino
Interface InoObject
- Element, JMElement
public interface InoObject
Interface of a document stored in Tamino.
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.
|
getInoDocname
public String getInoDocname()
Returns the objects document name. May be null,
because a document is typically not required.
getInoId
public String getInoId()
Returns the objects ino:id. May be null,
because an ino:id is no longer required
nowadays.
setInoDocname
public void setInoDocname(String pDocname)
Sets the objects document name. May be null,
because a document is typically not required.
setInoId
public void setInoId(String pId)
Sets the objects ino:id. May be null,
because an ino:id is no longer required
nowadays.