|
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.Phone
Phone class.
| Field Summary | |
protected java.lang.String |
phone
The telephone number information. |
protected UseType |
useType
Optional attribute that is used to for descriptive purpose. |
| Constructor Summary | |
Phone(java.lang.String phone)
Phone constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Checks whether an object is equal to this Phone. |
java.lang.String |
getPhone()
Gets the telephone number. |
UseType |
getUseType()
Gets some descriptive information for the phone number. |
void |
setUseType(UseType useType)
Sets some descriptive information for the phone number. |
java.lang.String |
toString()
String representation of this Phone. |
java.lang.Object |
visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
Visits this Phone. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.String phone
protected UseType useType
| Constructor Detail |
public Phone(java.lang.String phone)
phone - The telephone number.| Method Detail |
public java.lang.String getPhone()
public UseType getUseType()
public void setUseType(UseType useType)
useType - Some descriptive information for the phone number.public java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
visit in interface inspireit.uddi.util.visitors.UDDIElementvisitor - The Visitor visiting this Phone.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 | |||||||||