|
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.ServiceInfo
ServiceInfo structure is used to represent a service in the service list response from a find_service call.
| Constructor Summary | |
ServiceInfo()
Class constructor. |
|
| Method Summary | |
java.lang.String |
getBusinessKey()
Gets the value of the business key. |
Name |
getName()
Gets the name. |
java.lang.String |
getServiceKey()
Gets the value of the service key. |
void |
setBusinessKey(java.lang.String value)
Sets the value of the business key. |
void |
setName(Name value)
Sets the name. |
void |
setName(java.lang.String value)
Sets the name string. |
void |
setServiceKey(java.lang.String value)
Sets the value of the service key. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public ServiceInfo()
| Method Detail |
public Name getName()
public void setName(java.lang.String value)
value - the new name string.public void setName(Name value)
value - the new name.public java.lang.String getServiceKey()
public void setServiceKey(java.lang.String value)
value - the new value of the service key.public java.lang.String getBusinessKey()
public void setBusinessKey(java.lang.String value)
value - the new value of the business key.
|
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 | |||||||||