Java API

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.


Field Summary
TypeField
static java.lang.String ELT_OVERVIEWURL
           
static java.lang.String UDDI_TAG
           
 
Constructor Summary
OverviewDoc()
           
 
Method Summary
TypeMethod
 java.util.List getDescriptionList()
           
 java.lang.String getFirstDescription()
          Return the first description string, irrespective of the language.
 java.lang.String getOverviewURL()
           
 java.lang.String getTagName()
           
 void init()
           
 void setDefaultDescription(java.lang.String defaultDesc)
          Set the default description, i.e., the description without any language qualifier.
 void setDescriptionList(java.util.List listDescription)
           
 void setOverviewURL(java.lang.String overviewURL)
           
 
Methods inherited from class oracle.uddi.message.UddiElement
getElementName, getElementPrefix, getGeneric, getNamespaceUri, getVersion, marshall, unmarshall
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UDDI_TAG

public static final java.lang.String UDDI_TAG

ELT_OVERVIEWURL

public static final java.lang.String ELT_OVERVIEWURL
Constructor Detail

OverviewDoc

public OverviewDoc()
Method Detail

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)

Java API

Copyright © 2001 - Oracle Corporation