|
Oracle | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectweblogic.uddi.client.structures.datatypes.ServiceInfo
public class 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 | |
|---|---|
String |
getBusinessKey()
Gets the value of the business key. |
Name |
getName()
Gets the name. |
String |
getServiceKey()
Gets the value of the service key. |
void |
setBusinessKey(String value)
Sets the value of the business key. |
void |
setName(Name value)
Sets the name. |
void |
setName(String value)
Sets the name string. |
void |
setServiceKey(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(String value)
value - the new name string.public void setName(Name value)
value - the new name.public String getServiceKey()
public void setServiceKey(String value)
value - the new value of the service key.public String getBusinessKey()
public void setBusinessKey(String value)
value - the new value of the business key.
|
Documentation is available at http://edocs.bea.com/wls/docs103 Copyright 1996,2008, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||