|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--weblogic.uddi.client.structures.datatypes.TextNode
|
+--weblogic.uddi.client.structures.datatypes.Phone
The phone structure store a string. As the name suggest it is used for storing a phone number. It has as optional useType attribute for descriptive purposes. The attribute is not optional if more than one phone element is used.
| Fields inherited from class weblogic.uddi.client.structures.datatypes.TextNode |
value |
| Constructor Summary | |
Phone()
Class constructor. |
|
Phone(java.lang.String val)
Class constructor specifying the initialization value. |
|
Phone(java.lang.String ut,
java.lang.String val)
Class constructor specifying the initialization values. |
|
| Method Summary | |
java.lang.String |
getUseType()
Gets the value of the use type. |
void |
setUseType(java.lang.String val)
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 |
public Phone()
public Phone(java.lang.String val)
val - the value of the phone.
public Phone(java.lang.String ut,
java.lang.String val)
ut - the use type of the phone.val - the value of the phone.| Method Detail |
public java.lang.String getUseType()
public void setUseType(java.lang.String val)
val - the new value of the use type.
|
Documentation is available at http://e-docs.bea.com/wls/docs81 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||