oracle.uddi.message.util
Class OverviewDoc
java.lang.Object
|
+--oracle.uddi.message.UddiElement
|
+--oracle.uddi.message.util.OverviewDoc
- public class OverviewDoc
- extends UddiElement
General information:
This class represents an element within the UDDI API schema
Element description:
It maps to overviewDoc
element, which is usually used in
various data structures to hold a reference to external documents,
with optional description.
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
UDDI_TAG
public static final java.lang.String UDDI_TAG
ELT_OVERVIEWURL
public static final java.lang.String ELT_OVERVIEWURL
OverviewDoc
public OverviewDoc()
init
public void init()
- Overrides:
- init in class UddiElement
getTagName
public java.lang.String getTagName()
- Overrides:
- getTagName in class UddiElement
setDefaultDescription
public void setDefaultDescription(java.lang.String defaultDesc)
- Set the default description, i.e.,
the description without any language qualifier.
Existing default description, if present, will be replaced.
- Parameters:
defaultDesc
- the default description
getFirstDescription
public java.lang.String getFirstDescription()
- Return the first description string, irrespective of the language.
getDescriptionList
public java.util.List getDescriptionList()
setDescriptionList
public void setDescriptionList(java.util.List listDescription)
getOverviewURL
public java.lang.String getOverviewURL()
setOverviewURL
public void setOverviewURL(java.lang.String overviewURL)
Copyright © 2001 - Oracle Corporation