org.apache.ws.jaxme.pm.ino

Interface InoObject

All Superinterfaces:
Element, JMElement

public interface InoObject
extends JMElement

Interface of a document stored in Tamino.
Author:
Jochen Wiedmann

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.

Methods inherited from interface org.apache.ws.jaxme.JMElement

getQName

Method Details

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.