Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

Uses of Class
weblogic.uddi.client.structures.datatypes.Name

Packages that use Name
weblogic.uddi.client.structures.datatypes Provides classes for UDDI client datatypes. 
weblogic.uddi.client.structures.request Provides classes for UDDI client requests. 
 

Uses of Name in weblogic.uddi.client.structures.datatypes
 

Methods in weblogic.uddi.client.structures.datatypes that return Name
 Name TModelInfo.getName()
          Gets the value of the name.
 Name TModel.getName()
          Gets the value of the name.
 Name ServiceInfo.getName()
          Gets the name.
 Name BusinessService.getName()
          Gets the name.
 Name BusinessInfo.getName()
          Get the name.
 Name BusinessEntity.getName()
          Gets the name.
 

Methods in weblogic.uddi.client.structures.datatypes with parameters of type Name
 void TModelInfo.setName(Name value)
          Sets the name.
 void TModel.setName(Name val)
          Sets the value of the name.
 void ServiceInfo.setName(Name value)
          Sets the name.
 void BusinessService.setName(Name value)
          Sets the name.
 void BusinessInfo.setName(Name value)
          Sets the name.
 void BusinessEntity.setName(Name value)
          Sets the name.
 

Uses of Name in weblogic.uddi.client.structures.request
 

Methods in weblogic.uddi.client.structures.request that return Name
 Name FindTModel.getName()
          Gets the value of name
 Name FindService.getName()
          Gets the value of name
 Name FindBusiness.getName()
          Gets the value of name
 

Methods in weblogic.uddi.client.structures.request with parameters of type Name
 void FindTModel.setName(Name value)
          Sets the value of name
 void FindService.setName(Name value)
          Sets the value of name
 void FindBusiness.setName(Name value)
          Sets the value of name
 


Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06