com.ibm.uddi.datatypes

Class Description

  1. java.lang.Object
  2. extended bycom.ibm.uddi.datatypes.Description
All implemented interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.
  1. public class Description
  2. extends java.lang.Object
Corresponds to UDDI v2.0 'description' element.
See Also:
Serialized Form

Constructor Summary

Constructor and Description
Description(java.lang.String description)
Deprecated. Constructs a Description with the specified text.
Description(java.lang.String description,java.lang.String language)
Deprecated. Constructs a Description with the specified text and language.

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getDescriptionLanguage()
Deprecated. Returns the language of the Description.
  1. java.lang.String
getDescriptionString()
Deprecated. Returns the text of the Description.
  1. protected
  2. java.lang.String
getLanguage()
Deprecated. Returns the language of the LanguageString.
  1. protected
  2. java.lang.String
getString()
Deprecated. Returns the text of the LanguageString.
  1. void
setDescriptionLanguage(java.lang.String language)
Deprecated. Sets the language of the Description.
  1. void
setDescriptionString(java.lang.String descriptionString)
Deprecated. Sets the text of the Description.
  1. protected
  2. void
setLanguage(java.lang.String language)
Deprecated. Sets the language of the LanguageString.
  1. protected
  2. void
setString(java.lang.String contents)
Deprecated. Sets the text of the LanguageString.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

Description

  1. public Description(java.lang.String description)
Deprecated.
Constructs a Description with the specified text.
Parameters:
description - the text of the description.

Description

  1. public Description(java.lang.String description,
  2. java.lang.String language)
Deprecated.
Constructs a Description with the specified text and language.
Parameters:
description - the text of the description.
language - the language of the description.

Method Detail

getDescriptionLanguage

  1. public java.lang.String getDescriptionLanguage( )
Deprecated.
Returns the language of the Description.
Returns:
the language of the Description.

getDescriptionString

  1. public java.lang.String getDescriptionString( )
Deprecated.
Returns the text of the Description.
Returns:
the text of the Description.

setDescriptionString

  1. public void setDescriptionString( java.lang.String descriptionString)
Deprecated.
Sets the text of the Description.
Parameters:
descriptionString - the text of the Description.

setDescriptionLanguage

  1. public void setDescriptionLanguage( java.lang.String language)
Deprecated.
Sets the language of the Description.
Parameters:
language - the language of the Description.

getLanguage

  1. protected java.lang.String getLanguage( )
Deprecated.
Returns the language of the LanguageString.
Returns:
the language of the LanguageString.

setLanguage

  1. protected void setLanguage(java.lang.String language)
Deprecated.
Sets the language of the LanguageString.
Parameters:
language - the language of the LanguageString.

getString

  1. protected java.lang.String getString( )
Deprecated.
Returns the text of the LanguageString.
Returns:
the text of the LanguageString.

setString

  1. protected void setString(java.lang.String contents)
Deprecated.
Sets the text of the LanguageString.
Parameters:
contents - the text of the LanguageString.