|
|||||||||
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.Name
Corresponds to UDDI v2.0 'name' element.
Field Summary | |
static java.lang.String |
java_copyright
|
Constructor Summary | |
Name(java.lang.String name)
Constructs a Name with the specified text. |
|
Name(java.lang.String name,
java.lang.String language)
Constructs a Name with the specified text and language. |
Method Summary | |
protected java.lang.String |
getLanguage()
Returns the language of the LanguageString. |
java.lang.String |
getNameLanguage()
Returns the language of the Name. |
java.lang.String |
getNameString()
Returns the text of the Name. |
protected java.lang.String |
getString()
Returns the text of the LanguageString. |
protected void |
setLanguage(java.lang.String language)
Sets the language of the LanguageString. |
void |
setNameLanguage(java.lang.String language)
Sets the language of the Name. |
void |
setNameString(java.lang.String nameString)
Sets the text of the Name. |
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 Name(java.lang.String name)
name
- the text of the Name.public Name(java.lang.String name, java.lang.String language)
name
- the text of the Name.language
- the language of the Name.Method Detail |
public java.lang.String getNameLanguage()
public java.lang.String getNameString()
public void setNameString(java.lang.String nameString)
nameString
- the text of the Name.public void setNameLanguage(java.lang.String language)
language
- the language of the Name.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 |