public class Service extends Object
Constructor and Description |
---|
Service() |
Modifier and Type | Method and Description |
---|---|
String |
get_abstract() |
ResponsibleParty |
getContactInformation()
Information about a contact person for the service.
|
String[] |
getKeywordList() |
int |
getLayerLimit() |
Dimension |
getMaxDimension() |
int |
getMaxHeight() |
int |
getMaxWidth() |
String |
getName() |
URL |
getOnlineResource() |
String |
getTitle() |
void |
set_abstract(String _abstract) |
void |
setContactInformation(ResponsibleParty contactInformation) |
void |
setKeywordList(String[] keywordList) |
void |
setLayerLimit(int layerLimit) |
void |
setMaxHeight(int maxHeight) |
void |
setMaxWidth(int maxWidth) |
void |
setName(String name) |
void |
setOnlineResource(URL onlineResource) |
void |
setTitle(String title) |
public String get_abstract()
public void set_abstract(String _abstract)
public String[] getKeywordList()
public void setKeywordList(String[] keywordList)
public String getName()
public void setName(String name)
public URL getOnlineResource()
public void setOnlineResource(URL onlineResource)
public String getTitle()
public void setTitle(String title)
public int getLayerLimit()
public void setLayerLimit(int layerLimit)
public Dimension getMaxDimension()
public int getMaxHeight()
public void setMaxHeight(int maxHeight)
public int getMaxWidth()
public void setMaxWidth(int maxWidth)
public ResponsibleParty getContactInformation()
The Role field is not used.
public void setContactInformation(ResponsibleParty contactInformation)
Copyright © 1996–2019 Geotools. All rights reserved.