|
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.BusinessService
public class BusinessService
BusinessService represent a logical service classification.
Constructor Summary | |
---|---|
BusinessService()
Class constructor. |
Method Summary | |
---|---|
void |
addDescription(String value)
adds a new description to the set of descriptions. |
BindingTemplates |
getBindingTemplates()
Get BindingTemplates |
String |
getBusinessKey()
Get the current Business Key value |
CategoryBag |
getCategoryBag()
Get the current Category Bag information |
Vector |
getDescriptionVector()
Gets the set of descriptions. |
Name |
getName()
Gets the name. |
String |
getServiceKey()
Gets the current value of Service Key |
void |
setBindingTemplates(BindingTemplates value)
Sets a new BindingTemplates |
void |
setBusinessKey(String value)
Set a new Business Key value |
void |
setCategoryBag(CategoryBag value)
Set new CategoryBag |
void |
setDescriptionVector(Vector value)
Gets the set of descriptions. |
void |
setName(Name value)
Sets the name. |
void |
setName(String value)
Sets the name string. |
void |
setServiceKey(String value)
Set new Service Key value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BusinessService()
Method Detail |
---|
public void setName(Name value)
value
- the new name.public void setName(String value)
value
- the new name string.public Name getName()
public Vector getDescriptionVector()
public void setDescriptionVector(Vector value)
value
- the new set of descriptions.public void addDescription(String value)
value
- the new description.public void setBindingTemplates(BindingTemplates value)
value
- New BindingTemplates structure.public BindingTemplates getBindingTemplates()
public void setCategoryBag(CategoryBag value)
value
- New CategoryBagpublic CategoryBag getCategoryBag()
public void setServiceKey(String value)
value
- New Service Key valuepublic String getServiceKey()
public void setBusinessKey(String value)
value
- New BusinessKey valuepublic String getBusinessKey()
|
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 |