|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object weblogic.uddi.client.structures.datatypes.BusinessInfo
public class BusinessInfo
Each businessInfo structure contains company name and description data, along with a collection element named serviceInfos.
Constructor Summary | |
---|---|
BusinessInfo()
Class constructor. |
Method Summary | |
---|---|
void |
addDescription(String value)
Adds a new description to the descriptions. |
String |
getBusinessKey()
Get the business key. |
Vector |
getDescriptionVector()
Get the description. |
Name |
getName()
Get the name. |
ServiceInfos |
getServiceInfos()
Get the service infos. |
void |
setBusinessKey(String value)
Sets the value of the business key. |
void |
setDescriptionVector(Vector value)
Sets the values for descriptions. |
void |
setName(Name value)
Sets the name. |
void |
setName(String value)
Sets the name string. |
void |
setServiceInfos(ServiceInfos value)
Set the service infos. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BusinessInfo()
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 getBusinessKey()
public void setBusinessKey(String value)
value
- the new value of the business key.public Vector getDescriptionVector()
public void addDescription(String value)
value
- the new description.public void setDescriptionVector(Vector value)
value
- A set of descriptions to be includedpublic ServiceInfos getServiceInfos()
public void setServiceInfos(ServiceInfos value)
value
- the new service infos.
|
Copyright 1996, 2011, 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. Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |