Package org.geotools.ows.wms.xml
Class Attribution
- Object
-
- Attribution
-
public class Attribution extends Object
This class is used for representing the Attribution element inside a Layer when parsing a GetCapabilities response.- Author:
- Nicola Lagomarsini GeoSolutions S.A.S.
-
-
Constructor Summary
Constructors Constructor Description Attribution(String title, URL onlineResource, LogoURL logoURL)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogoURL
getLogoURL()
URL
getOnlineResource()
String
getTitle()
void
setLogoURL(LogoURL logoURL)
void
setOnlineResource(URL onlineResource)
void
setTitle(String title)
String
toString()
-
-
-
Method Detail
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
getOnlineResource
public URL getOnlineResource()
-
setOnlineResource
public void setOnlineResource(URL onlineResource)
-
getLogoURL
public LogoURL getLogoURL()
-
setLogoURL
public void setLogoURL(LogoURL logoURL)
-
-