Uses of Class
org.apache.juddi.datatype.Name

Packages that use Name
org.apache.juddi.datatype.business   
org.apache.juddi.datatype.publisher   
org.apache.juddi.datatype.request   
org.apache.juddi.datatype.response   
org.apache.juddi.datatype.service   
org.apache.juddi.datatype.tmodel   
 

Uses of Name in org.apache.juddi.datatype.business
 

Methods in org.apache.juddi.datatype.business with parameters of type Name
 void BusinessEntity.addName(Name name)
          Add a name to this business entity.
 

Uses of Name in org.apache.juddi.datatype.publisher
 

Methods in org.apache.juddi.datatype.publisher with parameters of type Name
 void Publisher.setName(Name name)
          Sets the name of this Publisher to the given name.
 

Uses of Name in org.apache.juddi.datatype.request
 

Methods in org.apache.juddi.datatype.request that return Name
 Name FindTModel.getName()
          Returns the name argument of the search.
 Name FindPublisher.getName()
          Returns the name argument of the search.
 

Methods in org.apache.juddi.datatype.request with parameters of type Name
 void FindBusiness.addName(Name nameValue)
          Sets the name argument of the search to the given name.
 void FindService.addName(Name nameValue)
          Sets the name argument of the search to the given name.
 void FindTModel.setName(Name newname)
          Sets the name argument of the search to the given name.
 void FindPublisher.setName(Name newname)
          Sets the name argument of the search to the given name.
 

Uses of Name in org.apache.juddi.datatype.response
 

Methods in org.apache.juddi.datatype.response that return Name
 Name TModelInfo.getName()
           
 Name PublisherInfo.getName()
           
 

Methods in org.apache.juddi.datatype.response with parameters of type Name
 void RelatedBusinessInfo.addName(Name name)
           
 void ServiceInfo.addName(Name name)
           
 void BusinessInfo.addName(Name name)
           
 void TModelInfo.setName(Name name)
          Sets the name of this tModel to the given name.
 void PublisherInfo.setName(Name name)
          Sets the name of this tModel to the given name.
 

Uses of Name in org.apache.juddi.datatype.service
 

Methods in org.apache.juddi.datatype.service with parameters of type Name
 void BusinessService.addName(Name name)
          Add a name to this BusinessService.
 

Uses of Name in org.apache.juddi.datatype.tmodel
 

Methods in org.apache.juddi.datatype.tmodel that return Name
 Name TModel.getName()
          Returns the name of this tModel.
 

Methods in org.apache.juddi.datatype.tmodel with parameters of type Name
 void TModel.setName(Name name)
          Sets the name of this tModel to the given name.
 



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.