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.csw20
Methods in net.opengis.cat.csw20 that return DistributedSearchType Modifier and Type Method Description DistributedSearchType
Csw20Factory. createDistributedSearchType()
Returns a new object of class 'Distributed Search Type'.DistributedSearchType
GetRecordsType. 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 void
GetRecordsType. setDistributedSearch(DistributedSearchType value)
Sets the value of the 'Distributed Search
' containment reference. -
Uses of DistributedSearchType in net.opengis.cat.csw20.impl
Classes in net.opengis.cat.csw20.impl that implement DistributedSearchType Modifier and Type Class Description class
DistributedSearchTypeImpl
An implementation of the model object 'Distributed Search Type'.Fields in net.opengis.cat.csw20.impl declared as DistributedSearchType Modifier and Type Field Description protected DistributedSearchType
GetRecordsTypeImpl. distributedSearch
The cached value of the 'Distributed Search
' containment reference.Methods in net.opengis.cat.csw20.impl that return DistributedSearchType Modifier and Type Method Description DistributedSearchType
Csw20FactoryImpl. createDistributedSearchType()
DistributedSearchType
GetRecordsTypeImpl. getDistributedSearch()
Methods in net.opengis.cat.csw20.impl with parameters of type DistributedSearchType Modifier and Type Method Description NotificationChain
GetRecordsTypeImpl. basicSetDistributedSearch(DistributedSearchType newDistributedSearch, NotificationChain msgs)
void
GetRecordsTypeImpl. setDistributedSearch(DistributedSearchType newDistributedSearch)
-