Uses of Class
org.uddi.api_v3.OperationalInfo

Packages that use OperationalInfo
org.uddi.api_v3   
org.uddi.repl_v3   
 

Uses of OperationalInfo in org.uddi.api_v3
 

Fields in org.uddi.api_v3 with type parameters of type OperationalInfo
protected  List<OperationalInfo> OperationalInfos.operationalInfo
           
 

Methods in org.uddi.api_v3 that return OperationalInfo
 OperationalInfo ObjectFactory.createOperationalInfo()
          Create an instance of OperationalInfo
 

Methods in org.uddi.api_v3 that return types with arguments of type OperationalInfo
 javax.xml.bind.JAXBElement<OperationalInfo> ObjectFactory.createOperationalInfo(OperationalInfo value)
          Create an instance of JAXBElement<OperationalInfo>}
 List<OperationalInfo> OperationalInfos.getOperationalInfo()
          Gets the value of the operationalInfo property.
 

Methods in org.uddi.api_v3 with parameters of type OperationalInfo
 javax.xml.bind.JAXBElement<OperationalInfo> ObjectFactory.createOperationalInfo(OperationalInfo value)
          Create an instance of JAXBElement<OperationalInfo>}
 

Uses of OperationalInfo in org.uddi.repl_v3
 

Fields in org.uddi.repl_v3 declared as OperationalInfo
protected  OperationalInfo ChangeRecordNewData.operationalInfo
           
 

Methods in org.uddi.repl_v3 that return OperationalInfo
 OperationalInfo ChangeRecordNewData.getOperationalInfo()
          Gets the value of the operationalInfo property.
 

Methods in org.uddi.repl_v3 with parameters of type OperationalInfo
 void ChangeRecordNewData.setOperationalInfo(OperationalInfo value)
          Sets the value of the operationalInfo property.
 



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