public class Attribution extends Object implements XMLElement
| Constructor and Description |
|---|
Attribution() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Method that will create a deep copy of this object.
|
String |
getAttributionURL() |
Integer |
getId() |
Layer |
getLayer() |
String |
getLogoFormat() |
String |
getLogoHeight() |
String |
getLogoURL() |
String |
getLogoWidth() |
String |
getTitle() |
void |
setAttributionURL(String attributionURL) |
void |
setLayer(Layer layer) |
void |
setLogoFormat(String logoFormat) |
void |
setLogoHeight(String logoHeight) |
void |
setLogoURL(String logoURL) |
void |
setLogoWidth(String logoWidth) |
void |
setTitle(String title) |
Element |
toElement(Document doc,
Element rootElement)
Method that will create piece of the XML tree to create a proper XML docuement.
|
public Integer getId()
public String getTitle()
public void setTitle(String title)
public String getAttributionURL()
public void setAttributionURL(String attributionURL)
public String getLogoURL()
public void setLogoURL(String logoURL)
public String getLogoWidth()
public void setLogoWidth(String logoWidth)
public String getLogoHeight()
public void setLogoHeight(String logoHeight)
public String getLogoFormat()
public void setLogoFormat(String logoFormat)
public Layer getLayer()
public void setLayer(Layer layer)
public Object clone()
public Element toElement(Document doc, Element rootElement)
toElement in interface XMLElementdoc - Document object which is being used to create new ElementsrootElement - The element where this object belongs to.Copyright © 2021 B3Partners B.V.. All rights reserved.