public class GetCapabilitiesType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected AcceptFormatsType |
acceptFormats |
protected AcceptVersionsType |
acceptVersions |
protected SectionsType |
sections |
protected String |
updateSequence |
| Constructor and Description |
|---|
GetCapabilitiesType()
Default no-arg constructor
|
GetCapabilitiesType(AcceptVersionsType acceptVersions,
SectionsType sections,
AcceptFormatsType acceptFormats,
String updateSequence)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
AcceptFormatsType |
getAcceptFormats()
Gets the value of the acceptFormats property.
|
AcceptVersionsType |
getAcceptVersions()
Gets the value of the acceptVersions property.
|
SectionsType |
getSections()
Gets the value of the sections property.
|
String |
getUpdateSequence()
Gets the value of the updateSequence property.
|
void |
setAcceptFormats(AcceptFormatsType value)
Sets the value of the acceptFormats property.
|
void |
setAcceptVersions(AcceptVersionsType value)
Sets the value of the acceptVersions property.
|
void |
setSections(SectionsType value)
Sets the value of the sections property.
|
void |
setUpdateSequence(String value)
Sets the value of the updateSequence property.
|
protected AcceptVersionsType acceptVersions
protected SectionsType sections
protected AcceptFormatsType acceptFormats
protected String updateSequence
public GetCapabilitiesType()
public GetCapabilitiesType(AcceptVersionsType acceptVersions, SectionsType sections, AcceptFormatsType acceptFormats, String updateSequence)
public AcceptVersionsType getAcceptVersions()
AcceptVersionsTypepublic void setAcceptVersions(AcceptVersionsType value)
value - allowed object is
AcceptVersionsTypepublic SectionsType getSections()
SectionsTypepublic void setSections(SectionsType value)
value - allowed object is
SectionsTypepublic AcceptFormatsType getAcceptFormats()
AcceptFormatsTypepublic void setAcceptFormats(AcceptFormatsType value)
value - allowed object is
AcceptFormatsTypepublic String getUpdateSequence()
StringCopyright © 2015. All rights reserved.