Uses of Class
com.ibm.uddi.datatype.Name

Packages that use Name
com.ibm.uddi.datatype.business   
com.ibm.uddi.datatype.service   
com.ibm.uddi.datatype.tmodel   
com.ibm.uddi.request   
com.ibm.uddi.response   
 

Uses of Name in com.ibm.uddi.datatype.business
 

Methods in com.ibm.uddi.datatype.business that return Name
 Name BusinessEntity.getName()
           
 

Methods in com.ibm.uddi.datatype.business with parameters of type Name
 void BusinessEntity.setName(Name s)
           
 

Uses of Name in com.ibm.uddi.datatype.service
 

Methods in com.ibm.uddi.datatype.service that return Name
 Name BusinessService.getName()
           
 

Methods in com.ibm.uddi.datatype.service with parameters of type Name
 void BusinessService.setName(Name s)
           
 

Uses of Name in com.ibm.uddi.datatype.tmodel
 

Methods in com.ibm.uddi.datatype.tmodel that return Name
 Name TModel.getName()
           
 

Methods in com.ibm.uddi.datatype.tmodel with parameters of type Name
 void TModel.setName(Name s)
           
 

Uses of Name in com.ibm.uddi.request
 

Methods in com.ibm.uddi.request that return Name
 Name FindTModel.getName()
           
 Name FindBusiness.getName()
           
 Name FindService.getName()
           
 

Methods in com.ibm.uddi.request with parameters of type Name
 void FindTModel.setName(Name s)
           
 void FindBusiness.setName(Name s)
           
 void FindService.setName(Name s)
           
 

Uses of Name in com.ibm.uddi.response
 

Methods in com.ibm.uddi.response that return Name
 Name TModelInfo.getName()
           
 Name ServiceInfo.getName()
           
 Name BusinessInfo.getName()
           
 

Methods in com.ibm.uddi.response with parameters of type Name
 void TModelInfo.setName(Name s)
           
 void ServiceInfo.setName(Name s)
           
 void BusinessInfo.setName(Name s)
           
 



Copyright © 2001, International Business Machines Corporation. All Rights Reserved.