Uses of Class
org.apache.ws.scout.model.uddi.v2.Name

Packages that use Name
org.apache.ws.scout.model.uddi.v2   
org.apache.ws.scout.registry   
 

Uses of Name in org.apache.ws.scout.model.uddi.v2
 

Fields in org.apache.ws.scout.model.uddi.v2 declared as Name
protected  Name TModelInfo.name
           
protected  Name TModel.name
           
protected  Name FindTModel.name
           
 

Fields in org.apache.ws.scout.model.uddi.v2 with type parameters of type Name
protected  java.util.List<Name> ServiceInfo.name
           
protected  java.util.List<Name> RelatedBusinessInfo.name
           
protected  java.util.List<Name> FindService.name
           
protected  java.util.List<Name> FindBusiness.name
           
protected  java.util.List<Name> BusinessService.name
           
protected  java.util.List<Name> BusinessInfo.name
           
protected  java.util.List<Name> BusinessEntity.name
           
 

Methods in org.apache.ws.scout.model.uddi.v2 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.apache.ws.scout.model.uddi.v2 that return types with arguments of type Name
 javax.xml.bind.JAXBElement<Name> ObjectFactory.createName(Name value)
          Create an instance of JAXBElement<Name>}
 java.util.List<Name> ServiceInfo.getName()
          Gets the value of the name property.
 java.util.List<Name> RelatedBusinessInfo.getName()
          Gets the value of the name property.
 java.util.List<Name> FindService.getName()
          Gets the value of the name property.
 java.util.List<Name> FindBusiness.getName()
          Gets the value of the name property.
 java.util.List<Name> BusinessService.getName()
          Gets the value of the name property.
 java.util.List<Name> BusinessInfo.getName()
          Gets the value of the name property.
 java.util.List<Name> BusinessEntity.getName()
          Gets the value of the name property.
 

Methods in org.apache.ws.scout.model.uddi.v2 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.
 

Uses of Name in org.apache.ws.scout.registry
 

Methods in org.apache.ws.scout.registry with parameters of type Name
 BusinessList RegistryImpl.findBusiness(Name[] nameArray, DiscoveryURLs discoveryURLs, IdentifierBag identifierBag, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          Used to locate information about one or more businesses.
 BusinessList IRegistry.findBusiness(Name[] nameArray, DiscoveryURLs discoveryURLs, IdentifierBag identifierBag, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          Used to locate information about one or more businesses.
 ServiceList RegistryImpl.findService(java.lang.String businessKey, Name[] nameArray, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          "Used to locate specific services within a registered businessEntity.
 ServiceList IRegistry.findService(java.lang.String businessKey, Name[] nameArray, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          "Used to locate specific services within a registered businessEntity.
 



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