public class ServiceDomainResource extends Object implements XMLElement
| Constructor and Description |
|---|
ServiceDomainResource() |
| 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)
Method that will overwrite the URL's stored in the database with the URL specified for Kaartenbalie.
|
String |
getDomain() |
Set |
getFormats() |
String |
getGetUrl() |
Integer |
getId() |
String |
getPostUrl() |
ServiceProvider |
getServiceProvider() |
boolean |
inList(Set sdrs)
Public method which checks if this service domain resource is in a list with service domain rsources given as a parameter.
|
void |
setDomain(String domain) |
void |
setFormats(Set formats) |
void |
setGetUrl(String getUrl) |
void |
setPostUrl(String postUrl) |
void |
setServiceProvider(ServiceProvider serviceProvider) |
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 getGetUrl()
public void setGetUrl(String getUrl)
public String getPostUrl()
public void setPostUrl(String postUrl)
public String getDomain()
public void setDomain(String domain)
public ServiceProvider getServiceProvider()
public void setServiceProvider(ServiceProvider serviceProvider)
public Object clone()
protected void convertValues2KB(HashMap conversionValues)
newUrl - String representing the URL the old URL has to be replaced with.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.public boolean inList(Set sdrs)
Copyright © 2022 B3Partners B.V.. All rights reserved.