Package nl.b3p.csw.jaxb.csw
Class GetCapabilitiesType
- java.lang.Object
-
- nl.b3p.csw.jaxb.ows.GetCapabilitiesType
-
- nl.b3p.csw.jaxb.csw.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 Summary
Fields Modifier and Type Field Description protected Stringservice-
Fields inherited from class nl.b3p.csw.jaxb.ows.GetCapabilitiesType
acceptFormats, acceptVersions, sections, updateSequence
-
-
Constructor Summary
Constructors Constructor Description GetCapabilitiesType()Default no-arg constructorGetCapabilitiesType(AcceptVersionsType acceptVersions, SectionsType sections, AcceptFormatsType acceptFormats, String updateSequence, String service)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetService()Gets the value of the service property.voidsetService(String value)Sets the value of the service property.-
Methods inherited from class nl.b3p.csw.jaxb.ows.GetCapabilitiesType
getAcceptFormats, getAcceptVersions, getSections, getUpdateSequence, setAcceptFormats, setAcceptVersions, setSections, setUpdateSequence
-
-
-
-
Field Detail
-
service
protected String service
-
-
Constructor Detail
-
GetCapabilitiesType
public GetCapabilitiesType()
Default no-arg constructor
-
GetCapabilitiesType
public GetCapabilitiesType(AcceptVersionsType acceptVersions, SectionsType sections, AcceptFormatsType acceptFormats, String updateSequence, String service)
Fully-initialising value constructor
-
-