Uses of Interface
net.opengis.cat.csw20.RequestStatusType
Packages that use RequestStatusType
-
Uses of RequestStatusType in net.opengis.cat.csw20
Methods in net.opengis.cat.csw20 that return RequestStatusTypeModifier and TypeMethodDescriptionCsw20Factory.createRequestStatusType()
Returns a new object of class 'Request Status Type'.GetRecordsResponseType.getSearchStatus()
Returns the value of the 'Search Status' containment reference.Methods in net.opengis.cat.csw20 with parameters of type RequestStatusTypeModifier and TypeMethodDescriptionvoid
GetRecordsResponseType.setSearchStatus
(RequestStatusType value) Sets the value of the 'Search Status
' containment reference. -
Uses of RequestStatusType in net.opengis.cat.csw20.impl
Classes in net.opengis.cat.csw20.impl that implement RequestStatusTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Request Status Type'.Fields in net.opengis.cat.csw20.impl declared as RequestStatusTypeModifier and TypeFieldDescriptionprotected RequestStatusType
GetRecordsResponseTypeImpl.searchStatus
The cached value of the 'Search Status
' containment reference.Methods in net.opengis.cat.csw20.impl that return RequestStatusTypeModifier and TypeMethodDescriptionCsw20FactoryImpl.createRequestStatusType()
GetRecordsResponseTypeImpl.getSearchStatus()
Methods in net.opengis.cat.csw20.impl with parameters of type RequestStatusTypeModifier and TypeMethodDescriptionNotificationChain
GetRecordsResponseTypeImpl.basicSetSearchStatus
(RequestStatusType newSearchStatus, NotificationChain msgs) void
GetRecordsResponseTypeImpl.setSearchStatus
(RequestStatusType newSearchStatus)