Class GetCapabilitiesType

  • Direct Known Subclasses:
    GetCapabilitiesType

    public class GetCapabilitiesType
    extends Object
    XML encoded GetCapabilities operation request. This operation allows clients to retrieve service metadata about a specific service instance. In this XML encoding, no "request" parameter is included, since the element name specifies the specific operation. This base type shall be extended by each specific OWS to include the additional required "service" attribute, with the correct value for that OWS.

    Java class for GetCapabilitiesType complex type.

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

     <complexType name="GetCapabilitiesType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="AcceptVersions" type="{http://www.opengis.net/ows}AcceptVersionsType" minOccurs="0"/>
             <element name="Sections" type="{http://www.opengis.net/ows}SectionsType" minOccurs="0"/>
             <element name="AcceptFormats" type="{http://www.opengis.net/ows}AcceptFormatsType" minOccurs="0"/>
           </sequence>
           <attribute name="updateSequence" type="{http://www.opengis.net/ows}UpdateSequenceType" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • GetCapabilitiesType

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

      • setAcceptVersions

        public void setAcceptVersions​(AcceptVersionsType value)
        Sets the value of the acceptVersions property.
        Parameters:
        value - allowed object is AcceptVersionsType
      • getSections

        public SectionsType getSections()
        Gets the value of the sections property.
        Returns:
        possible object is SectionsType
      • setSections

        public void setSections​(SectionsType value)
        Sets the value of the sections property.
        Parameters:
        value - allowed object is SectionsType
      • setAcceptFormats

        public void setAcceptFormats​(AcceptFormatsType value)
        Sets the value of the acceptFormats property.
        Parameters:
        value - allowed object is AcceptFormatsType
      • getUpdateSequence

        public String getUpdateSequence()
        Gets the value of the updateSequence property.
        Returns:
        possible object is String
      • setUpdateSequence

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