Uses of Class
org.uddi.api_v3.Name

Packages that use Name
org.uddi.api_v3   
 

Uses of Name in org.uddi.api_v3
 

Fields in org.uddi.api_v3 declared as Name
protected  Name TModelInfo.name
           
protected  Name TModel.name
           
protected  Name FindTModel.name
           
 

Fields in org.uddi.api_v3 with type parameters of type Name
protected  List<Name> ServiceInfo.name
           
protected  List<Name> RelatedBusinessInfo.name
           
protected  List<Name> FindService.name
           
protected  List<Name> FindBusiness.name
           
protected  List<Name> BusinessService.name
           
protected  List<Name> BusinessInfo.name
           
protected  List<Name> BusinessEntity.name
           
 

Methods in org.uddi.api_v3 that return Name
 Name ObjectFactory.createName()
          Create an instance of Name
 Name TModelInfo.getName()
          Gets the value of the name property.
 Name TModel.getName()
          Gets the value of the name property.
 Name FindTModel.getName()
          Gets the value of the name property.
 

Methods in org.uddi.api_v3 that return types with arguments of type Name
 javax.xml.bind.JAXBElement<Name> ObjectFactory.createName(Name value)
          Create an instance of JAXBElement<Name>}
 List<Name> ServiceInfo.getName()
          Gets the value of the name property.
 List<Name> RelatedBusinessInfo.getName()
          Gets the value of the name property.
 List<Name> FindService.getName()
          Gets the value of the name property.
 List<Name> FindBusiness.getName()
          Gets the value of the name property.
 List<Name> BusinessService.getName()
          Gets the value of the name property.
 List<Name> BusinessInfo.getName()
          Gets the value of the name property.
 List<Name> BusinessEntity.getName()
          Gets the value of the name property.
 

Methods in org.uddi.api_v3 with parameters of type Name
 javax.xml.bind.JAXBElement<Name> ObjectFactory.createName(Name value)
          Create an instance of JAXBElement<Name>}
 void TModelInfo.setName(Name value)
          Sets the value of the name property.
 void TModel.setName(Name value)
          Sets the value of the name property.
 void FindTModel.setName(Name value)
          Sets the value of the name property.
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.