public class ServiceType extends Object
Java class for ServiceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element ref="{http://www.opengis.net/wfs}Title"/>
<element ref="{http://www.opengis.net/wfs}Abstract" minOccurs="0"/>
<element ref="{http://www.opengis.net/wfs}Keywords" minOccurs="0"/>
<element ref="{http://www.opengis.net/wfs}OnlineResource"/>
<element ref="{http://www.opengis.net/wfs}Fees" minOccurs="0"/>
<element ref="{http://www.opengis.net/wfs}AccessConstraints" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
_abstract |
protected String |
accessConstraints |
protected String |
fees |
protected String |
keywords |
protected String |
name |
protected Object |
onlineResource |
protected String |
title |
| Constructor and Description |
|---|
ServiceType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbstract()
Gets the value of the abstract property.
|
String |
getAccessConstraints()
Gets the value of the accessConstraints property.
|
String |
getFees()
Gets the value of the fees property.
|
String |
getKeywords()
Gets the value of the keywords property.
|
String |
getName()
Gets the value of the name property.
|
Object |
getOnlineResource()
Gets the value of the onlineResource property.
|
String |
getTitle()
Gets the value of the title property.
|
void |
setAbstract(String value)
Sets the value of the abstract property.
|
void |
setAccessConstraints(String value)
Sets the value of the accessConstraints property.
|
void |
setFees(String value)
Sets the value of the fees property.
|
void |
setKeywords(String value)
Sets the value of the keywords property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOnlineResource(Object value)
Sets the value of the onlineResource property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
protected String name
protected String title
protected String _abstract
protected String keywords
protected Object onlineResource
protected String fees
protected String accessConstraints
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getAbstract()
Stringpublic void setAbstract(String value)
value - allowed object is
Stringpublic String getKeywords()
Stringpublic void setKeywords(String value)
value - allowed object is
Stringpublic Object getOnlineResource()
Objectpublic void setOnlineResource(Object value)
value - allowed object is
Objectpublic String getFees()
Stringpublic void setFees(String value)
value - allowed object is
Stringpublic String getAccessConstraints()
StringThis work is licensed under a Creative Commons Attribution 4.0 International License.