|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.xml.messaging.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)
String
- the language for the content.Method Detail |
public void setText(java.lang.String text)
String
- the content.public java.lang.String getText()
public java.lang.String getLang()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |