Uses of Interface
net.opengis.cat.csw20.RequestStatusType
-
Packages that use RequestStatusType Package Description net.opengis.cat.csw20 net.opengis.cat.csw20.impl -
-
Uses of RequestStatusType in net.opengis.cat.csw20
Methods in net.opengis.cat.csw20 that return RequestStatusType Modifier and Type Method Description RequestStatusType
Csw20Factory. createRequestStatusType()
Returns a new object of class 'Request Status Type'.RequestStatusType
GetRecordsResponseType. getSearchStatus()
Returns the value of the 'Search Status' containment reference.Methods in net.opengis.cat.csw20 with parameters of type RequestStatusType Modifier and Type Method Description void
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 RequestStatusType Modifier and Type Class Description class
RequestStatusTypeImpl
An implementation of the model object 'Request Status Type'.Fields in net.opengis.cat.csw20.impl declared as RequestStatusType Modifier and Type Field Description protected RequestStatusType
GetRecordsResponseTypeImpl. searchStatus
The cached value of the 'Search Status
' containment reference.Methods in net.opengis.cat.csw20.impl that return RequestStatusType Modifier and Type Method Description RequestStatusType
Csw20FactoryImpl. createRequestStatusType()
RequestStatusType
GetRecordsResponseTypeImpl. getSearchStatus()
Methods in net.opengis.cat.csw20.impl with parameters of type RequestStatusType Modifier and Type Method Description NotificationChain
GetRecordsResponseTypeImpl. basicSetSearchStatus(RequestStatusType newSearchStatus, NotificationChain msgs)
void
GetRecordsResponseTypeImpl. setSearchStatus(RequestStatusType newSearchStatus)
-