BEA Systems, Inc.

weblogic.uddi.client.structures.datatypes
Class Email

java.lang.Object
  extended by weblogic.uddi.client.structures.datatypes.TextNode
      extended by weblogic.uddi.client.structures.datatypes.Email

public class Email
extends TextNode

The email structure store a string. As the name suggest it is used for storing an email. It has as optional useType attribute for descriptive purposes. The attribute is not optional if more than one email element is used.


Field Summary
 
Fields inherited from class weblogic.uddi.client.structures.datatypes.TextNode
value
 
Constructor Summary
Email()
          Class constructor.
Email(String val)
          Class constructor specifying the initialization value.
Email(String ut, String val)
          Class constructor specifying the initialization values.
 
Method Summary
 String getUseType()
          Gets the value of the use type.
 void setUseType(String value)
          Sets the value of the use type.
 
Methods inherited from class weblogic.uddi.client.structures.datatypes.TextNode
getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Email

public Email()
Class constructor.


Email

public Email(String val)
Class constructor specifying the initialization value.

Parameters:
val - the value of the email.

Email

public Email(String ut,
             String val)
Class constructor specifying the initialization values.

Parameters:
ut - the use type of the email.
val - the value of the email.
Method Detail

getUseType

public String getUseType()
Gets the value of the use type.

Returns:
the current value of the use type.

setUseType

public void setUseType(String value)
Sets the value of the use type.

Parameters:
value - the new value of the use type.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.