public class StyleDomainResource extends Object implements XMLElement
| Constructor and Description |
|---|
StyleDomainResource() |
| 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() |
String |
getHeight() |
Integer |
getId() |
Style |
getStyle() |
String |
getUrl() |
String |
getWidth() |
void |
setDomain(String domain) |
void |
setFormats(Set formats) |
void |
setHeight(String height) |
void |
setStyle(Style style) |
void |
setUrl(String url) |
void |
setWidth(String width) |
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 Set getFormats()
public void setFormats(Set formats)
public void addFormat(String f)
public String getDomain()
public void setDomain(String domain)
public Style getStyle()
public void setStyle(Style style)
public String getUrl()
public void setUrl(String url)
public String getWidth()
public void setWidth(String width)
public String getHeight()
public void setHeight(String height)
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 © 2021 B3Partners B.V.. All rights reserved.