Uses of Class
com.sun.xml.registry.uddi.bindings_v2_2.Name

Packages that use Name
com.sun.xml.registry.uddi.bindings_v2_2   
 

Uses of Name in com.sun.xml.registry.uddi.bindings_v2_2
 

Fields in com.sun.xml.registry.uddi.bindings_v2_2 declared as Name
protected  Name TModel.name
           
protected  Name FindTModel.name
           
protected  Name TModelInfo.name
           
 

Fields in com.sun.xml.registry.uddi.bindings_v2_2 with type parameters of type Name
protected  List<Name> BusinessEntity.name
           
protected  List<Name> ServiceInfo.name
           
protected  List<Name> FindBusiness.name
           
protected  List<Name> BusinessService.name
           
protected  List<Name> FindService.name
           
protected  List<Name> RelatedBusinessInfo.name
           
protected  List<Name> BusinessInfo.name
           
 

Methods in com.sun.xml.registry.uddi.bindings_v2_2 that return Name
 Name ObjectFactory.createName()
          Create an instance of Name
 Name TModel.getName()
          Gets the value of the name property.
 Name FindTModel.getName()
          Gets the value of the name property.
 Name TModelInfo.getName()
          Gets the value of the name property.
 

Methods in com.sun.xml.registry.uddi.bindings_v2_2 that return types with arguments of type Name
 JAXBElement<Name> ObjectFactory.createName(Name value)
          Create an instance of JAXBElement<Name>}
 List<Name> BusinessEntity.getName()
          Gets the value of the name property.
 List<Name> ServiceInfo.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> FindService.getName()
          Gets the value of the name property.
 List<Name> RelatedBusinessInfo.getName()
          Gets the value of the name property.
 List<Name> BusinessInfo.getName()
          Gets the value of the name property.
 

Methods in com.sun.xml.registry.uddi.bindings_v2_2 with parameters of type Name
 JAXBElement<Name> ObjectFactory.createName(Name value)
          Create an instance of JAXBElement<Name>}
 void TModel.setName(Name value)
          Sets the value of the name property.
 void FindTModel.setName(Name value)
          Sets the value of the name property.
 void TModelInfo.setName(Name value)
          Sets the value of the name property.
 



Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.