Uses of Class
org.uddi.api_v3.TModel

Packages that use TModel
org.uddi.api_v3   
org.uddi.repl_v3   
org.uddi.vs_v3   
 

Uses of TModel in org.uddi.api_v3
 

Fields in org.uddi.api_v3 with type parameters of type TModel
protected  List<TModel> TModelDetail.tModel
           
protected  List<TModel> SaveTModel.tModel
           
 

Methods in org.uddi.api_v3 that return TModel
 TModel ObjectFactory.createTModel()
          Create an instance of TModel
 

Methods in org.uddi.api_v3 that return types with arguments of type TModel
 javax.xml.bind.JAXBElement<TModel> ObjectFactory.createTModel(TModel value)
          Create an instance of JAXBElement<TModel>}
 List<TModel> TModelDetail.getTModel()
          Gets the value of the tModel property.
 List<TModel> SaveTModel.getTModel()
          Gets the value of the tModel property.
 

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

Uses of TModel in org.uddi.repl_v3
 

Fields in org.uddi.repl_v3 declared as TModel
protected  TModel ChangeRecordNewData.tModel
           
 

Methods in org.uddi.repl_v3 that return TModel
 TModel ChangeRecordNewData.getTModel()
          Gets the value of the tModel property.
 

Methods in org.uddi.repl_v3 with parameters of type TModel
 void ChangeRecordNewData.setTModel(TModel value)
          Sets the value of the tModel property.
 

Uses of TModel in org.uddi.vs_v3
 

Fields in org.uddi.vs_v3 with type parameters of type TModel
protected  List<TModel> ValidateValues.tModel
           
 

Methods in org.uddi.vs_v3 that return types with arguments of type TModel
 List<TModel> ValidateValues.getTModel()
          Gets the value of the tModel property.
 



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