|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.uddi4j.UDDIElement
org.uddi4j.datatype.service.BusinessService
public class BusinessService
Represents the businessService element within the UDDI version 2.0 schema. This class contains the following types of methods:
Element description:
Primary Data type: Describes a logical service type in business terms.
Field Summary | |
---|---|
protected org.w3c.dom.Element |
base
|
static java.lang.String |
UDDI_TAG
|
Fields inherited from class org.uddi4j.UDDIElement |
---|
GENERIC, SOAPNS, XMLNS, XMLNS_PREFIX |
Constructor Summary | |
---|---|
BusinessService()
Default constructor. |
|
BusinessService(org.w3c.dom.Element base)
Construct the object from a DOM tree. |
|
BusinessService(java.lang.String serviceKey)
Construct the object with required fields. |
|
BusinessService(java.lang.String serviceKey,
java.lang.String name,
BindingTemplates bindingTemplates)
Deprecated. Name, and bindingTemplates are no longer required in UDDI version 2 errata 3. For the required fields constructor, use BusinessService(String) instead. |
Method Summary | |
---|---|
BindingTemplates |
getBindingTemplates()
|
java.lang.String |
getBusinessKey()
|
CategoryBag |
getCategoryBag()
|
java.lang.String |
getDefaultDescriptionString()
Get default description string. |
Name |
getDefaultName()
|
java.lang.String |
getDefaultNameString()
|
java.util.Vector |
getDescriptionVector()
Get description. |
Name |
getName()
Deprecated. This method has been deprecated. Use () or
() instead |
java.lang.String |
getNameString()
Deprecated. This method has been deprecated. Use () or
() instead |
java.util.Vector |
getNameVector()
Get all names. |
java.lang.String |
getServiceKey()
|
void |
saveToXML(org.w3c.dom.Element parent)
Save an object to the DOM tree. |
void |
setBindingTemplates(BindingTemplates s)
|
void |
setBusinessKey(java.lang.String s)
|
void |
setCategoryBag(CategoryBag s)
|
void |
setDefaultDescriptionString(java.lang.String s)
Set default description string. |
void |
setDefaultName(Name name)
This method stores this name as the Default Name (i.e., places it in the first location in the Vector) |
void |
setDefaultNameString(java.lang.String value,
java.lang.String lang)
This method stores this String , in the given language, as the Default Name (i.e., places it in the first location in the Vector.) |
void |
setDescriptionVector(java.util.Vector s)
Set description vector. |
void |
setName(Name s)
Deprecated. This method has been deprecated. Use (Vector) or
(Name) instead |
void |
setName(java.lang.String s)
Deprecated. This method has been deprecated. Use (Vector) or
(String, String) instead |
void |
setNameVector(java.util.Vector s)
|
void |
setServiceKey(java.lang.String s)
|
Methods inherited from class org.uddi4j.UDDIElement |
---|
getChildElementsByTagName, getText |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String UDDI_TAG
protected org.w3c.dom.Element base
Constructor Detail |
---|
public BusinessService()
public BusinessService(java.lang.String serviceKey, java.lang.String name, BindingTemplates bindingTemplates)
BusinessService(String)
instead.
serviceKey
- Stringname
- StringbindingTemplates
- public BusinessService(java.lang.String serviceKey)
serviceKey
- Stringpublic BusinessService(org.w3c.dom.Element base) throws UDDIException
base
- Element with the name appropriate for this class.
UDDIException
- Thrown if DOM tree contains a SOAP fault
or a disposition report indicating a UDDI error.Method Detail |
---|
public void setServiceKey(java.lang.String s)
public void setBusinessKey(java.lang.String s)
public void setName(Name s)
(Vector)
or
(Name)
instead
public void setName(java.lang.String s)
(Vector)
or
(String, String)
instead
public void setDefaultName(Name name)
public void setDefaultNameString(java.lang.String value, java.lang.String lang)
public void setNameVector(java.util.Vector s)
s
- Vector of Name objectspublic void setBindingTemplates(BindingTemplates s)
public void setCategoryBag(CategoryBag s)
public void setDescriptionVector(java.util.Vector s)
s
- Vector of Description objects.public void setDefaultDescriptionString(java.lang.String s)
s
- Stringpublic java.lang.String getServiceKey()
public java.lang.String getBusinessKey()
public Name getName()
()
or
()
instead
public java.lang.String getNameString()
()
or
()
instead
public Name getDefaultName()
public java.lang.String getDefaultNameString()
public java.util.Vector getNameVector()
public BindingTemplates getBindingTemplates()
public CategoryBag getCategoryBag()
public java.util.Vector getDescriptionVector()
public java.lang.String getDefaultDescriptionString()
public void saveToXML(org.w3c.dom.Element parent)
saveToXML
in class UDDIElement
parent
- Object will serialize as a child element under the
passed in parent element.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |