|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.juddi.datatype.Name
Used in BusinessEntity as the Name of the BusinessEntity, in BusinessService as the name of the BusinessService and in TModel as the name of the TModel.
Constructor Summary | |
Name()
Construct a new initialized name instance. |
|
Name(java.lang.String name)
Construct a new name from a String. |
|
Name(java.lang.String name,
java.lang.String lang)
Construct a new name with a given name. |
Method Summary | |
java.lang.String |
getLanguageCode()
Returns the LanguageCode of this Name object. |
java.lang.String |
getValue()
Returns the name of this name-object. |
void |
setLanguageCode(java.lang.String newLang)
Sets the name of this name-object to the new given name. |
void |
setValue(java.lang.String newName)
Sets the name of this name-object to the new given name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Name()
public Name(java.lang.String name)
name
- The name of the new name-object.public Name(java.lang.String name, java.lang.String lang)
name
- The name of the new name-object.lang
- The language of the new name-object.Method Detail |
public void setValue(java.lang.String newName)
newName
- The new name for this name-object.public java.lang.String getValue()
public void setLanguageCode(java.lang.String newLang)
newLang
- The new name for this name-object.public java.lang.String getLanguageCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |