Uses of Interface
net.opengis.cat.csw20.DistributedSearchType
- 
Packages that use DistributedSearchType Package Description net.opengis.cat.csw20 net.opengis.cat.csw20.impl 
- 
- 
Uses of DistributedSearchType in net.opengis.cat.csw20Methods in net.opengis.cat.csw20 that return DistributedSearchType Modifier and Type Method Description DistributedSearchTypeCsw20Factory. createDistributedSearchType()Returns a new object of class 'Distributed Search Type'.DistributedSearchTypeGetRecordsType. getDistributedSearch()Returns the value of the 'Distributed Search' containment reference.Methods in net.opengis.cat.csw20 with parameters of type DistributedSearchType Modifier and Type Method Description voidGetRecordsType. setDistributedSearch(DistributedSearchType value)Sets the value of the 'Distributed Search' containment reference.
- 
Uses of DistributedSearchType in net.opengis.cat.csw20.implClasses in net.opengis.cat.csw20.impl that implement DistributedSearchType Modifier and Type Class Description classDistributedSearchTypeImplAn implementation of the model object 'Distributed Search Type'.Fields in net.opengis.cat.csw20.impl declared as DistributedSearchType Modifier and Type Field Description protected DistributedSearchTypeGetRecordsTypeImpl. distributedSearchThe cached value of the 'Distributed Search' containment reference.Methods in net.opengis.cat.csw20.impl that return DistributedSearchType Modifier and Type Method Description DistributedSearchTypeCsw20FactoryImpl. createDistributedSearchType()DistributedSearchTypeGetRecordsTypeImpl. getDistributedSearch()Methods in net.opengis.cat.csw20.impl with parameters of type DistributedSearchType Modifier and Type Method Description NotificationChainGetRecordsTypeImpl. basicSetDistributedSearch(DistributedSearchType newDistributedSearch, NotificationChain msgs)voidGetRecordsTypeImpl. setDistributedSearch(DistributedSearchType newDistributedSearch)
 
-