|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--inspireit.uddi.base.EMail
EMail class.
| Field Summary | |
protected java.lang.String |
email
The E-mail information. |
protected UseType |
useType
Optional attribute that is used to for descriptive purpose. |
| Constructor Summary | |
EMail(java.lang.String email)
EMail constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Checks whether an object is equal to this EMail. |
UseType |
getUseType()
Gets some descriptive information for the E-mail address. |
void |
setUseType(UseType useType)
Sets some descriptive information for the E-mail address. |
java.lang.String |
toString()
Gets a String representation of the EMail. |
java.lang.Object |
visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
Visits this EMail. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.String email
protected UseType useType
| Constructor Detail |
public EMail(java.lang.String email)
email - The E-mail adress.| Method Detail |
public UseType getUseType()
public void setUseType(UseType useType)
useType - Some descriptive information for the E-mail address.public java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
visit in interface inspireit.uddi.util.visitors.UDDIElementvisitor - The Visitor visiting this EMail.public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - The object to test for equality.
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||