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

Packages that use ServiceInfos
org.apache.ws.scout.model.uddi.v2   
 

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

Fields in org.apache.ws.scout.model.uddi.v2 declared as ServiceInfos
protected  ServiceInfos ServiceList.serviceInfos
           
protected  ServiceInfos BusinessInfo.serviceInfos
           
 

Methods in org.apache.ws.scout.model.uddi.v2 that return ServiceInfos
 ServiceInfos ObjectFactory.createServiceInfos()
          Create an instance of ServiceInfos
 ServiceInfos ServiceList.getServiceInfos()
          Gets the value of the serviceInfos property.
 ServiceInfos BusinessInfo.getServiceInfos()
          Gets the value of the serviceInfos property.
 

Methods in org.apache.ws.scout.model.uddi.v2 that return types with arguments of type ServiceInfos
 javax.xml.bind.JAXBElement<ServiceInfos> ObjectFactory.createServiceInfos(ServiceInfos value)
          Create an instance of JAXBElement<ServiceInfos>}
 

Methods in org.apache.ws.scout.model.uddi.v2 with parameters of type ServiceInfos
 javax.xml.bind.JAXBElement<ServiceInfos> ObjectFactory.createServiceInfos(ServiceInfos value)
          Create an instance of JAXBElement<ServiceInfos>}
 void ServiceList.setServiceInfos(ServiceInfos value)
          Sets the value of the serviceInfos property.
 void BusinessInfo.setServiceInfos(ServiceInfos value)
          Sets the value of the serviceInfos property.
 



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