org.hccp.atom
Class InlineOtherContent

java.lang.Object
  |
  +--org.hccp.atom.InlineOtherContent
All Implemented Interfaces:
Content

public class InlineOtherContent
extends java.lang.Object
implements Content


Constructor Summary
InlineOtherContent()
           
 
Method Summary
 java.lang.String getText()
           
 org.hccp.atom.Type getType()
           
 void setText(java.lang.String text)
           
 void setType(org.hccp.atom.Type type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InlineOtherContent

public InlineOtherContent()
Method Detail

getType

public org.hccp.atom.Type getType()
Specified by:
getType in interface Content

setType

public void setType(org.hccp.atom.Type type)

getText

public java.lang.String getText()

setText

public void setText(java.lang.String text)