Java API

oracle.uddi.message.util
Class IdentifierBag

java.lang.Object
  |
  +--oracle.uddi.message.UddiElement
        |
        +--oracle.uddi.message.util.UddiElementBag
              |
              +--oracle.uddi.message.util.IdentifierBag

public class IdentifierBag
extends UddiElementBag

General information:

This class represents an element within the UDDI API schema

Element description:

It maps to IdentifierBag element, which is used categorization.


Field Summary
TypeField
static java.lang.String UDDI_TAG
           
 
Constructor Summary
IdentifierBag()
           
 
Method Summary
TypeMethod
 java.lang.String getTagName()
           
 void init()
           
 
Methods inherited from class oracle.uddi.message.util.UddiElementBag
addUddiElement, getOrCreateUddiElementIterator, getOrCreateUddiElementList, getUddiElement, getUddiElementIterator, getUddiElementList, initWithEmptyList, removeUddiElement, setUddiElementIterator, setUddiElementList
 
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
Constructor Detail

IdentifierBag

public IdentifierBag()
Method Detail

init

public void init()
Overrides:
init in class UddiElementBag

getTagName

public java.lang.String getTagName()
Overrides:
getTagName in class UddiElement

Java API

Copyright © 2001 - Oracle Corporation