|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.uddi.datatypes.ServiceInfo
Corresponds to UDDI v2.0 'serviceInfo' element.
Field Summary | |
---|---|
static java.lang.String |
JAVA_COPYRIGHT
Deprecated. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String JAVA_COPYRIGHT
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.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |