public abstract class RequestBaseType extends Object
Java class for RequestBaseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestBaseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="service" use="required" type="{http://www.opengis.net/ows}ServiceType" fixed="CSW" />
<attribute name="version" use="required" type="{http://www.opengis.net/ows}VersionType" fixed="2.0.2" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
service |
protected String |
version |
| Constructor and Description |
|---|
RequestBaseType()
Default no-arg constructor
|
RequestBaseType(String service,
String version)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getService()
Gets the value of the service property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setService(String value)
Sets the value of the service property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
public String getService()
Stringpublic void setService(String value)
value - allowed object is
Stringpublic String getVersion()
StringCopyright © 2016. All rights reserved.