Java API

oracle.uddi.message.datatype.business
Class BusinessEntityExt

java.lang.Object
  |
  +--oracle.uddi.message.UddiElement
        |
        +--oracle.uddi.message.datatype.business.BusinessEntityExt

public class BusinessEntityExt
extends UddiElement

General information:

This class represents an UDDI base data structure tModel, used for implementation specific extensions.

Element description:

It maps to businessEntityExt element, which is one of the basic UDDI data structures.


Field Summary
TypeField
static java.lang.String UDDI_TAG
           
 
Constructor Summary
BusinessEntityExt()
           
 
Method Summary
TypeMethod
 BusinessEntity getBusinessEntity()
           
 java.lang.String getTagName()
           
 void init()
           
 void setBusinessEntity(BusinessEntity businessEntity)
           
 
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

BusinessEntityExt

public BusinessEntityExt()
Method Detail

init

public void init()
Overrides:
init in class UddiElement

getTagName

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

getBusinessEntity

public BusinessEntity getBusinessEntity()

setBusinessEntity

public void setBusinessEntity(BusinessEntity businessEntity)

Java API

Copyright © 2001 - Oracle Corporation