Class GetRecordsResponseType


  • public class GetRecordsResponseType
    extends Object
    The response message for a GetRecords request. Some or all of the matching records may be included as children of the SearchResults element. The RequestId is only included if the client specified it.

    Java class for GetRecordsResponseType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="GetRecordsResponseType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="RequestId" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
             <element name="SearchStatus" type="{http://www.opengis.net/cat/csw/2.0.2}RequestStatusType"/>
             <element name="SearchResults" type="{http://www.opengis.net/cat/csw/2.0.2}SearchResultsType"/>
           </sequence>
           <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • GetRecordsResponseType

        public GetRecordsResponseType()
        Default no-arg constructor
    • Method Detail

      • getRequestId

        public String getRequestId()
        Gets the value of the requestId property.
        Returns:
        possible object is String
      • setRequestId

        public void setRequestId​(String value)
        Sets the value of the requestId property.
        Parameters:
        value - allowed object is String
      • setSearchStatus

        public void setSearchStatus​(RequestStatusType value)
        Sets the value of the searchStatus property.
        Parameters:
        value - allowed object is RequestStatusType
      • setSearchResults

        public void setSearchResults​(SearchResultsType value)
        Sets the value of the searchResults property.
        Parameters:
        value - allowed object is SearchResultsType
      • getVersion

        public String getVersion()
        Gets the value of the version property.
        Returns:
        possible object is String
      • setVersion

        public void setVersion​(String value)
        Sets the value of the version property.
        Parameters:
        value - allowed object is String