|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.uddi.datatypes.ServiceInfo
public class ServiceInfo
Corresponds to UDDI v2.0 'serviceInfo' element.
Constructor Summary | |
---|---|
ServiceInfo()
Deprecated. |
Method Summary | |
---|---|
java.lang.String |
getBusinessKey()
Deprecated. Returns the businessKey of this ServiceInfo. |
NameList |
getNames()
Deprecated. Returns the NameList of this ServiceInfo. |
java.lang.String |
getServiceKey()
Deprecated. Returns the serviceKey of this ServiceInfo. |
void |
setBusinessKey(java.lang.String businessKey)
Deprecated. Sets the businessKey of this ServiceInfo. |
void |
setNames(NameList names)
Deprecated. Sets the NameList of this ServiceInfo. |
void |
setServiceKey(java.lang.String serviceKey)
Deprecated. Sets the serviceKey of this ServiceInfo. |
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 NameList getNames()
NameList
of this ServiceInfo.
public void setNames(NameList names)
NameList
of this ServiceInfo.
names
- the NameList of this ServiceInfo.public java.lang.String getServiceKey()
public void setServiceKey(java.lang.String serviceKey)
serviceKey
- the serviceKey of this ServiceInfo.public java.lang.String getBusinessKey()
public void setBusinessKey(java.lang.String businessKey)
businessKey
- the businessKey of this ServiceInfo.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |