Uses of Class
org.apache.juddi.model.TmodelIdentifier

Packages that use TmodelIdentifier
org.apache.juddi.mapping   
org.apache.juddi.model   
 

Uses of TmodelIdentifier in org.apache.juddi.mapping
 

Method parameters in org.apache.juddi.mapping with type arguments of type TmodelIdentifier
static void MappingApiToModel.mapTModelIdentifiers(org.uddi.api_v3.IdentifierBag apiIdentifierBag, List<TmodelIdentifier> modelIdentifierList, Tmodel modelTModel)
           
static void MappingModelToApi.mapTModelIdentifiers(List<TmodelIdentifier> modelIdentifierList, org.uddi.api_v3.IdentifierBag apiIdentifierBag, org.uddi.api_v3.TModel apiTModel)
           
 

Uses of TmodelIdentifier in org.apache.juddi.model
 

Methods in org.apache.juddi.model that return types with arguments of type TmodelIdentifier
 List<TmodelIdentifier> Tmodel.getTmodelIdentifiers()
           
 

Method parameters in org.apache.juddi.model with type arguments of type TmodelIdentifier
 void Tmodel.setTmodelIdentifiers(List<TmodelIdentifier> tmodelIdentifiers)
           
 

Constructor parameters in org.apache.juddi.model with type arguments of type TmodelIdentifier
Tmodel(String entityKey, String authorizedName, String operator, String name, String langCode, boolean deleted, Date modified, List<OverviewDoc> overviewDocs, List<TmodelDescr> tmodelDescrs, List<TmodelIdentifier> tmodelIdentifiers, TmodelCategoryBag categoryBag)
           
 



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