Uses of Class
org.uddi.api_v3.InfoSelection

Packages that use InfoSelection
org.uddi.api_v3   
 

Uses of InfoSelection in org.uddi.api_v3
 

Fields in org.uddi.api_v3 declared as InfoSelection
protected  InfoSelection GetRegisteredInfo.infoSelection
           
 

Methods in org.uddi.api_v3 that return InfoSelection
static InfoSelection InfoSelection.fromValue(String v)
           
 InfoSelection GetRegisteredInfo.getInfoSelection()
          Gets the value of the infoSelection property.
static InfoSelection InfoSelection.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InfoSelection[] InfoSelection.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.uddi.api_v3 that return types with arguments of type InfoSelection
 javax.xml.bind.JAXBElement<InfoSelection> ObjectFactory.createInfoSelection(InfoSelection value)
          Create an instance of JAXBElement<InfoSelection>}
 

Methods in org.uddi.api_v3 with parameters of type InfoSelection
 javax.xml.bind.JAXBElement<InfoSelection> ObjectFactory.createInfoSelection(InfoSelection value)
          Create an instance of JAXBElement<InfoSelection>}
 void GetRegisteredInfo.setInfoSelection(InfoSelection value)
          Sets the value of the infoSelection property.
 



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