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.csw20Methods in net.opengis.cat.csw20 that return RequestStatusType Modifier and Type Method Description RequestStatusTypeCsw20Factory. createRequestStatusType()Returns a new object of class 'Request Status Type'.RequestStatusTypeGetRecordsResponseType. 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 voidGetRecordsResponseType. setSearchStatus(RequestStatusType value)Sets the value of the 'Search Status' containment reference.
- 
Uses of RequestStatusType in net.opengis.cat.csw20.implClasses in net.opengis.cat.csw20.impl that implement RequestStatusType Modifier and Type Class Description classRequestStatusTypeImplAn implementation of the model object 'Request Status Type'.Fields in net.opengis.cat.csw20.impl declared as RequestStatusType Modifier and Type Field Description protected RequestStatusTypeGetRecordsResponseTypeImpl. searchStatusThe cached value of the 'Search Status' containment reference.Methods in net.opengis.cat.csw20.impl that return RequestStatusType Modifier and Type Method Description RequestStatusTypeCsw20FactoryImpl. createRequestStatusType()RequestStatusTypeGetRecordsResponseTypeImpl. getSearchStatus()Methods in net.opengis.cat.csw20.impl with parameters of type RequestStatusType Modifier and Type Method Description NotificationChainGetRecordsResponseTypeImpl. basicSetSearchStatus(RequestStatusType newSearchStatus, NotificationChain msgs)voidGetRecordsResponseTypeImpl. setSearchStatus(RequestStatusType newSearchStatus)
 
-