Uses of Class
org.uddi4j.datatype.Name

Packages that use Name
org.uddi4j.datatype.business   
org.uddi4j.datatype.service   
org.uddi4j.datatype.tmodel   
org.uddi4j.request   
org.uddi4j.response   
 

Uses of Name in org.uddi4j.datatype.business
 

Methods in org.uddi4j.datatype.business that return Name
 Name BusinessEntity.getName()
          Deprecated. This method has been deprecated. Use () or () instead
 Name BusinessEntity.getDefaultName()
           
 

Methods in org.uddi4j.datatype.business with parameters of type Name
 void BusinessEntity.setName(Name s)
          Deprecated. This method has been deprecated. Use (Vector) or (Name) instead
 void BusinessEntity.setDefaultName(Name name)
          This method stores this name as the Default Name (i.e., places it in the first location in the Vector).
 

Uses of Name in org.uddi4j.datatype.service
 

Methods in org.uddi4j.datatype.service that return Name
 Name BusinessService.getName()
          Deprecated. This method has been deprecated. Use () or () instead
 Name BusinessService.getDefaultName()
           
 

Methods in org.uddi4j.datatype.service with parameters of type Name
 void BusinessService.setName(Name s)
          Deprecated. This method has been deprecated. Use (Vector) or (Name) instead
 void BusinessService.setDefaultName(Name name)
          This method stores this name as the Default Name (i.e., places it in the first location in the Vector)
 

Uses of Name in org.uddi4j.datatype.tmodel
 

Methods in org.uddi4j.datatype.tmodel that return Name
 Name TModel.getName()
           
 

Methods in org.uddi4j.datatype.tmodel with parameters of type Name
 void TModel.setName(Name s)
           
 

Uses of Name in org.uddi4j.request
 

Methods in org.uddi4j.request that return Name
 Name FindTModel.getName()
           
 Name FindService.getName()
          Deprecated. This method has been deprecated. Use FindService.getNameVector() or FindService.getDefaultName()
 Name FindService.getDefaultName()
           
 Name FindBusiness.getName()
          Deprecated. This method has been deprecated. Use FindBusiness.getNameVector() or FindBusiness.getDefaultName()
 Name FindBusiness.getDefaultName()
           
 

Methods in org.uddi4j.request with parameters of type Name
 void FindTModel.setName(Name s)
           
 void FindService.setName(Name s)
          Deprecated. This method has been deprecated. Use FindService.setNameVector(Vector) or FindService.setDefaultName(Name)
 void FindService.setDefaultName(Name name)
          This method stores this name as the Default Name (i.e., places it in the first location in the Vector)
 void FindBusiness.setName(Name s)
          Deprecated. This method has been deprecated. Use FindBusiness.setNameVector(Vector) or FindBusiness.setDefaultName(Name)
 void FindBusiness.setDefaultName(Name name)
          This method stores this name as the Default Name (i.e., places it in the first location in the Vector)
 

Uses of Name in org.uddi4j.response
 

Methods in org.uddi4j.response that return Name
 Name TModelInfo.getName()
           
 Name ServiceInfo.getName()
          Deprecated. This method has been deprecated. Use () or () instead
 Name ServiceInfo.getDefaultName()
           
 Name RelatedBusinessInfo.getName()
          Deprecated. This method has been deprecated. Use RelatedBusinessInfo.getNameVector() or RelatedBusinessInfo.getDefaultName() instead
 Name RelatedBusinessInfo.getDefaultName()
          Get the default name.
 Name BusinessInfo.getName()
          Deprecated. This method has been deprecated. Use () or () instead.
 Name BusinessInfo.getDefaultName()
          Get default name
 

Methods in org.uddi4j.response with parameters of type Name
 void TModelInfo.setName(Name s)
           
 void ServiceInfo.setName(Name s)
          Deprecated. This method has been deprecated. Use (Vector) or (Name) instead
 void ServiceInfo.setDefaultName(Name name)
          This method stores this name as the Default Name (i.e., places it in the first location in the Vector).
 void RelatedBusinessInfo.setName(Name s)
          Deprecated. This method has been deprecated. Use RelatedBusinessInfo.setNameVector(Vector) or RelatedBusinessInfo.setDefaultName(Name) instead
 void RelatedBusinessInfo.setDefaultName(Name name)
          This method stores this name as the Default Name (i.e., places it in the first location in the Vector).
 void BusinessInfo.setName(Name s)
          Deprecated. This method has been deprecated. Use BusinessInfo.setNameVector( Vector ) or BusinessInfo.setDefaultName( Name ) instead
 void BusinessInfo.setDefaultName(Name name)
          This method stores this name as the Default Name (i.e., places it in the first location in the Vector).
 



Copyright © 2001 International Business Machines Corporation, Hewlett-Packard Company. All Rights Reserved.