public class GetCapabilitiesType extends GetCapabilitiesType
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
service |
acceptFormats, acceptVersions, sections, updateSequence| Constructor and Description |
|---|
GetCapabilitiesType()
Default no-arg constructor
|
GetCapabilitiesType(AcceptVersionsType acceptVersions,
SectionsType sections,
AcceptFormatsType acceptFormats,
String updateSequence,
String service)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getService()
Gets the value of the service property.
|
void |
setService(String value)
Sets the value of the service property.
|
getAcceptFormats, getAcceptVersions, getSections, getUpdateSequence, setAcceptFormats, setAcceptVersions, setSections, setUpdateSequenceprotected String service
public GetCapabilitiesType()
public GetCapabilitiesType(AcceptVersionsType acceptVersions, SectionsType sections, AcceptFormatsType acceptFormats, String updateSequence, String service)
Copyright © 2020 B3Partners B.V.. All rights reserved.