Class GetRecordByIdType


  • public class GetRecordByIdType
    extends RequestBaseType
    Convenience operation to retrieve default record representations by identifier. Id - object identifier (a URI) that provides a reference to a catalogue item (or a result set if the catalogue supports persistent result sets). ElementSetName - one of "brief, "summary", or "full"

    Java class for GetRecordByIdType complex type.

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

     <complexType name="GetRecordByIdType">
       <complexContent>
         <extension base="{http://www.opengis.net/cat/csw/2.0.2}RequestBaseType">
           <sequence>
             <element name="Id" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded"/>
             <element ref="{http://www.opengis.net/cat/csw/2.0.2}ElementSetName" minOccurs="0"/>
           </sequence>
           <attribute name="outputFormat" type="{http://www.w3.org/2001/XMLSchema}string" default="application/xml" />
           <attribute name="outputSchema" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • GetRecordByIdType

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

      • getId

        public List<String> getId()
        Gets the value of the id property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the id property.

        For example, to add a new item, do as follows:

            getId().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • getElementSetName

        public ElementSetName getElementSetName()
        Gets the value of the elementSetName property.
        Returns:
        possible object is ElementSetName
      • setElementSetName

        public void setElementSetName​(ElementSetName value)
        Sets the value of the elementSetName property.
        Parameters:
        value - allowed object is ElementSetName
      • getOutputFormat

        public String getOutputFormat()
        Gets the value of the outputFormat property.
        Returns:
        possible object is String
      • setOutputFormat

        public void setOutputFormat​(String value)
        Sets the value of the outputFormat property.
        Parameters:
        value - allowed object is String
      • getOutputSchema

        public String getOutputSchema()
        Gets the value of the outputSchema property.
        Returns:
        possible object is String
      • setOutputSchema

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