|
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.BusinessEntity
public class BusinessEntity
BusinessEntity represents information about a business or entity.
Constructor Summary | |
---|---|
BusinessEntity()
Class constructor. |
Method Summary | |
---|---|
void |
addDescription(String value)
Adds a new description to the set of descriptions. |
String |
getAuthorizedName()
Gets the value of the authorized name. |
String |
getBusinessKey()
Gets the value of the business key. |
BusinessServices |
getBusinessServices()
Gets the business services. |
CategoryBag |
getCategoryBag()
Gets the category bag. |
Contacts |
getContacts()
Gets the value of the contacts. |
Vector |
getDescriptionVector()
Gets the set of descriptions. |
DiscoveryURLs |
getDiscoveryURLs()
Gets the value of the discovery URL. |
IdentifierBag |
getIdentifierBag()
Gets the identifier bag. |
Name |
getName()
Gets the name. |
String |
getOperator()
Gets the value of the operator. |
void |
setAuthorizedName(String value)
Sets the value of the authorized name. |
void |
setBusinessKey(String value)
Sets the value of the business key. |
void |
setBusinessServices(BusinessServices value)
Sets the business services. |
void |
setCategoryBag(CategoryBag value)
Sets the category bag. |
void |
setContacts(Contacts value)
Sets the value of the contacts. |
void |
setDescriptionVector(Vector value)
Sets the new set of descriptions. |
void |
setDiscoveryURLs(DiscoveryURLs value)
Sets the value of the discovery URL. |
void |
setIdentifierBag(IdentifierBag value)
Sets the identifier bag. |
void |
setName(Name value)
Sets the name. |
void |
setName(String value)
Sets the name string. |
void |
setOperator(String value)
Sets the value of the operator. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BusinessEntity()
Method Detail |
---|
public void setDiscoveryURLs(DiscoveryURLs value)
value
- the new value of the discovery URL.public DiscoveryURLs getDiscoveryURLs()
public void setName(String value)
value
- the new name string.public void setName(Name value)
value
- the new name.public Name getName()
public void addDescription(String value)
value
- the new description.public void setDescriptionVector(Vector value)
value
- the new set of descriptions.public Vector getDescriptionVector()
public void setContacts(Contacts value)
value
- the new value of the contacts.public Contacts getContacts()
public void setBusinessServices(BusinessServices value)
value
- new business services.public BusinessServices getBusinessServices()
public void setIdentifierBag(IdentifierBag value)
value
- new identifier bag.public IdentifierBag getIdentifierBag()
public void setCategoryBag(CategoryBag value)
value
- new category bag.public CategoryBag getCategoryBag()
public void setBusinessKey(String value)
value
- the new value of the business key.public String getBusinessKey()
public void setOperator(String value)
value
- the new value of the operator.public String getOperator()
public void setAuthorizedName(String value)
value
- the new value of the authorized name.public String getAuthorizedName()
|
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 |