Uses of Class
nl.b3p.csw.jaxb.csw.RequestStatusType
-
Packages that use RequestStatusType Package Description nl.b3p.csw.jaxb.csw -
-
Uses of RequestStatusType in nl.b3p.csw.jaxb.csw
Fields in nl.b3p.csw.jaxb.csw declared as RequestStatusType Modifier and Type Field Description protected RequestStatusTypeGetRecordsResponseType. searchStatusMethods in nl.b3p.csw.jaxb.csw that return RequestStatusType Modifier and Type Method Description RequestStatusTypeObjectFactory. createRequestStatusType()Create an instance ofRequestStatusTypeRequestStatusTypeGetRecordsResponseType. getSearchStatus()Gets the value of the searchStatus property.Methods in nl.b3p.csw.jaxb.csw with parameters of type RequestStatusType Modifier and Type Method Description voidGetRecordsResponseType. setSearchStatus(RequestStatusType value)Sets the value of the searchStatus property.Constructors in nl.b3p.csw.jaxb.csw with parameters of type RequestStatusType Constructor Description GetRecordsResponseType(String requestId, RequestStatusType searchStatus, SearchResultsType searchResults, String version)Fully-initialising value constructor
-