com.ibm.uddi.datatypes
Class Name

java.lang.Object
  extended bycom.ibm.uddi.datatypes.LanguageString
      extended bycom.ibm.uddi.datatypes.Name
All Implemented Interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.

public class Name
extends com.ibm.uddi.datatypes.LanguageString

Corresponds to UDDI v2.0 'name' element.

See Also:
Serialized Form

Field Summary
static java.lang.String JAVA_COPYRIGHT
          Deprecated.  
 
Constructor Summary
Name(java.lang.String name)
          Deprecated. Constructs a Name with the specified text.
Name(java.lang.String name, java.lang.String language)
          Deprecated. Constructs a Name with the specified text and language.
 
Method Summary
 java.lang.String getNameLanguage()
          Deprecated. Returns the language of the Name.
 java.lang.String getNameString()
          Deprecated. Returns the text of the Name.
 void setNameLanguage(java.lang.String language)
          Deprecated. Sets the language of the Name.
 void setNameString(java.lang.String nameString)
          Deprecated. Sets the text of the Name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JAVA_COPYRIGHT

public static final java.lang.String JAVA_COPYRIGHT
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

Name

public Name(java.lang.String name)
Deprecated. 
Constructs a Name with the specified text.

Parameters:
name - the text of the Name.

Name

public Name(java.lang.String name,
            java.lang.String language)
Deprecated. 
Constructs a Name with the specified text and language.

Parameters:
name - the text of the Name.
language - the language of the Name.
Method Detail

getNameLanguage

public java.lang.String getNameLanguage()
Deprecated. 
Returns the language of the Name.

Returns:
the language of the Name.

getNameString

public java.lang.String getNameString()
Deprecated. 
Returns the text of the Name.

Returns:
the text of the Name.

setNameString

public void setNameString(java.lang.String nameString)
Deprecated. 
Sets the text of the Name.

Parameters:
nameString - the text of the Name.

setNameLanguage

public void setNameLanguage(java.lang.String language)
Deprecated. 
Sets the language of the Name.

Parameters:
language - the language of the Name.