|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.messaging.jaxm.ebxml.Description
This class represents the description field in the ebxml headers.
Constructor Summary | |
Description(java.lang.String lang)
Create a description object passing it the language to be used for description. |
Method Summary | |
java.lang.String |
getLang()
Returns the language of the description. |
java.lang.String |
getText()
Returns the text of the description object. |
void |
setText(java.lang.String text)
Set the content of the description. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Description(java.lang.String lang)
Method Detail |
public void setText(java.lang.String text)
public java.lang.String getText()
public java.lang.String getLang()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |