|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.uddi.datatypes.LanguageString | +--com.ibm.uddi.datatypes.Description
Corresponds to UDDI v2.0 'description' element.
Field Summary | |
static java.lang.String |
java_copyright
|
Constructor Summary | |
Description(java.lang.String description)
Constructs a Description with the specified text. |
|
Description(java.lang.String description,
java.lang.String language)
Constructs a Description with the specified text and language. |
Method Summary | |
java.lang.String |
getDescriptionLanguage()
Returns the language of the Description. |
java.lang.String |
getDescriptionString()
Returns the text of the Description. |
protected java.lang.String |
getLanguage()
Returns the language of the LanguageString. |
protected java.lang.String |
getString()
Returns the text of the LanguageString. |
void |
setDescriptionLanguage(java.lang.String language)
Sets the language of the Description. |
void |
setDescriptionString(java.lang.String descriptionString)
Sets the text of the Description. |
protected void |
setLanguage(java.lang.String language)
Sets the language of the LanguageString. |
protected void |
setString(java.lang.String contents)
Sets the text of the LanguageString. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String java_copyright
Constructor Detail |
public Description(java.lang.String description)
description
- the text of the description.public Description(java.lang.String description, java.lang.String language)
description
- the text of the description.language
- the language of the description.Method Detail |
public java.lang.String getDescriptionLanguage()
public java.lang.String getDescriptionString()
public void setDescriptionString(java.lang.String descriptionString)
descriptionString
- the text of the Description.public void setDescriptionLanguage(java.lang.String language)
language
- the language of the Description.protected java.lang.String getLanguage()
protected void setLanguage(java.lang.String language)
language
- the language of the LanguageString.protected java.lang.String getString()
protected void setString(java.lang.String contents)
contents
- the text of the LanguageString.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |