public class LayerDomainResource extends Object implements XMLElement
| Modifier and Type | Field and Description |
|---|---|
static String |
METADATA_DOMAIN |
| Constructor and Description |
|---|
LayerDomainResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFormat(String f) |
Object |
clone()
Method that will create a deep copy of this object.
|
protected void |
convertValues2KB(HashMap conversionValues) |
String |
getDomain() |
Set |
getFormats() |
Integer |
getId() |
Layer |
getLayer() |
String |
getUrl() |
void |
setDomain(String domain) |
void |
setFormats(Set formats) |
void |
setLayer(Layer layer) |
void |
setUrl(String url) |
Element |
toElement(Document doc,
Element rootElement)
Method that will create piece of the XML tree to create a proper XML docuement.
|
public static final String METADATA_DOMAIN
public Integer getId()
public Set getFormats()
public void setFormats(Set formats)
public void addFormat(String f)
public String getDomain()
public void setDomain(String domain)
public Layer getLayer()
public void setLayer(Layer layer)
public String getUrl()
public void setUrl(String url)
public Object clone()
protected void convertValues2KB(HashMap conversionValues)
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 © 2022 B3Partners B.V.. All rights reserved.