Class GetCapabilitiesType


  • public class GetCapabilitiesType
    extends GetCapabilitiesType
    Request for a description of service capabilities. See OGC 05-008 for more information.

    Java class for GetCapabilitiesType complex type.

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

     <complexType name="GetCapabilitiesType">
       <complexContent>
         <extension base="{http://www.opengis.net/ows}GetCapabilitiesType">
           <attribute name="service" type="{http://www.opengis.net/ows}ServiceType" default="http://www.opengis.net/cat/csw" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • service

        protected String service
    • Constructor Detail

      • GetCapabilitiesType

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

      • getService

        public String getService()
        Gets the value of the service property.
        Returns:
        possible object is String
      • setService

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