public class GetCapabilitiesType extends Object implements Named, Visitable
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">
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" fixed="1.0.0" />
<attribute name="service" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="WFS" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
service |
protected String |
version |
| Constructor and Description |
|---|
GetCapabilitiesType() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor aVisitor) |
void |
afterUnmarshal(Unmarshaller u,
Object parent) |
QName |
getJAXBElementName() |
String |
getService()
Gets the value of the service property.
|
String |
getVersion()
Gets the value of the version property.
|
boolean |
isSetService() |
boolean |
isSetVersion() |
void |
setJAXBElementName(QName name) |
void |
setService(String value)
Sets the value of the service property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic boolean isSetVersion()
public String getService()
Stringpublic void setService(String value)
value - allowed object is
Stringpublic boolean isSetService()
public void setJAXBElementName(QName name)
setJAXBElementName in interface Namedpublic QName getJAXBElementName()
getJAXBElementName in interface Namedpublic void afterUnmarshal(Unmarshaller u, Object parent)
This work is licensed under a Creative Commons Attribution 4.0 International License.