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
 java.lang.String getInoDocname()
          Returns the objects document name.
 java.lang.String getInoId()
          Returns the objects ino:id.
 void setInoDocname(java.lang.String pDocname)
          Sets the objects document name.
 void setInoId(java.lang.String pId)
          Sets the objects ino:id.
 
Methods inherited from interface org.apache.ws.jaxme.JMElement
getQName
 

Method Detail

setInoDocname

void setInoDocname(java.lang.String pDocname)
Sets the objects document name. May be null, because a document is typically not required.


setInoId

void setInoId(java.lang.String pId)
Sets the objects ino:id. May be null, because an ino:id is no longer required nowadays.


getInoDocname

java.lang.String getInoDocname()
Returns the objects document name. May be null, because a document is typically not required.


getInoId

java.lang.String getInoId()
Returns the objects ino:id. May be null, because an ino:id is no longer required nowadays.