Package nl.b3p.csw.jaxb.ows
Class GetCapabilitiesType
- java.lang.Object
-
- nl.b3p.csw.jaxb.ows.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected AcceptFormatsTypeacceptFormatsprotected AcceptVersionsTypeacceptVersionsprotected SectionsTypesectionsprotected StringupdateSequence
-
Constructor Summary
Constructors Constructor Description GetCapabilitiesType()Default no-arg constructorGetCapabilitiesType(AcceptVersionsType acceptVersions, SectionsType sections, AcceptFormatsType acceptFormats, String updateSequence)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AcceptFormatsTypegetAcceptFormats()Gets the value of the acceptFormats property.AcceptVersionsTypegetAcceptVersions()Gets the value of the acceptVersions property.SectionsTypegetSections()Gets the value of the sections property.StringgetUpdateSequence()Gets the value of the updateSequence property.voidsetAcceptFormats(AcceptFormatsType value)Sets the value of the acceptFormats property.voidsetAcceptVersions(AcceptVersionsType value)Sets the value of the acceptVersions property.voidsetSections(SectionsType value)Sets the value of the sections property.voidsetUpdateSequence(String value)Sets the value of the updateSequence property.
-
-
-
Field Detail
-
acceptVersions
protected AcceptVersionsType acceptVersions
-
sections
protected SectionsType sections
-
acceptFormats
protected AcceptFormatsType acceptFormats
-
updateSequence
protected String updateSequence
-
-
Constructor Detail
-
GetCapabilitiesType
public GetCapabilitiesType()
Default no-arg constructor
-
GetCapabilitiesType
public GetCapabilitiesType(AcceptVersionsType acceptVersions, SectionsType sections, AcceptFormatsType acceptFormats, String updateSequence)
Fully-initialising value constructor
-
-
Method Detail
-
getAcceptVersions
public AcceptVersionsType getAcceptVersions()
Gets the value of the acceptVersions property.- Returns:
- possible object is
AcceptVersionsType
-
setAcceptVersions
public void setAcceptVersions(AcceptVersionsType value)
Sets the value of the acceptVersions property.- Parameters:
value- allowed object isAcceptVersionsType
-
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 isSectionsType
-
getAcceptFormats
public AcceptFormatsType getAcceptFormats()
Gets the value of the acceptFormats property.- Returns:
- possible object is
AcceptFormatsType
-
setAcceptFormats
public void setAcceptFormats(AcceptFormatsType value)
Sets the value of the acceptFormats property.- Parameters:
value- allowed object isAcceptFormatsType
-
getUpdateSequence
public String getUpdateSequence()
Gets the value of the updateSequence property.- Returns:
- possible object is
String
-
-