public class Identifier extends Object implements XMLElement
| Constructor and Description |
|---|
Identifier() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Method that will create a deep copy of this object.
|
String |
getAuthorityName() |
String |
getAuthorityURL() |
Integer |
getId() |
Layer |
getLayer() |
void |
setAuthorityName(String authorityName) |
void |
setAuthorityURL(String authorityURL) |
void |
setLayer(Layer layer) |
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 getAuthorityName()
public void setAuthorityName(String authorityName)
public String getAuthorityURL()
public void setAuthorityURL(String authorityURL)
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 © 2020 B3Partners B.V.. All rights reserved.