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.getDefaultName()
           
 Name BusinessEntity.getName()
          Deprecated. This method has been deprecated. Use () or () instead
 

Methods in org.uddi4j.datatype.business with parameters of type Name
 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).
 void BusinessEntity.setName(Name s)
          Deprecated. This method has been deprecated. Use (Vector) or (Name) instead
 

Uses of Name in org.uddi4j.datatype.service
 

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

Methods in org.uddi4j.datatype.service with parameters of type Name
 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)
 void BusinessService.setName(Name s)
          Deprecated. This method has been deprecated. Use (Vector) or (Name) instead
 

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 FindBusiness.getDefaultName()
           
 Name FindService.getDefaultName()
           
 Name FindBusiness.getName()
          Deprecated. This method has been deprecated. Use FindBusiness.getNameVector() or FindBusiness.getDefaultName()
 Name FindService.getName()
          Deprecated. This method has been deprecated. Use FindService.getNameVector() or FindService.getDefaultName()
 Name FindTModel.getName()
           
 

Methods in org.uddi4j.request with parameters of type 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)
 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 FindService.setName(Name s)
          Deprecated. This method has been deprecated. Use FindService.setNameVector(Vector) or FindService.setDefaultName(Name)
 void FindTModel.setName(Name s)
           
 

Uses of Name in org.uddi4j.response
 

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

Methods in org.uddi4j.response with parameters of type Name
 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).
 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 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 BusinessInfo.setName(Name s)
          Deprecated. This method has been deprecated. Use BusinessInfo.setNameVector( Vector ) or BusinessInfo.setDefaultName( Name ) instead
 void RelatedBusinessInfo.setName(Name s)
          Deprecated. This method has been deprecated. Use RelatedBusinessInfo.setNameVector(Vector) or RelatedBusinessInfo.setDefaultName(Name) instead
 void ServiceInfo.setName(Name s)
          Deprecated. This method has been deprecated. Use (Vector) or (Name) instead
 void TModelInfo.setName(Name s)
           
 



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