org.uddi.api_v3
Class Email

java.lang.Object
  extended by org.uddi.api_v3.Email
All Implemented Interfaces:
Serializable

public class Email
extends Object
implements Serializable

Java class for email complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="email">
   <simpleContent>
     <extension base="<urn:uddi-org:api_v3>validationTypeString255">
       <attribute name="useType" type="{urn:uddi-org:api_v3}useType" default="" />
     </extension>
   </simpleContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String useType
           
protected  String value
           
 
Constructor Summary
Email()
           
 
Method Summary
 String getUseType()
          Gets the value of the useType property.
 String getValue()
          Gets the value of the value property.
 void setUseType(String value)
          Sets the value of the useType property.
 void setValue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

useType

protected String useType
Constructor Detail

Email

public Email()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getUseType

public String getUseType()
Gets the value of the useType property.

Returns:
possible object is String

setUseType

public void setUseType(String value)
Sets the value of the useType property.

Parameters:
value - allowed object is String


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.