public class ServiceProvider extends AbstractResource
Constructor and Description |
---|
ServiceProvider() |
Modifier and Type | Method and Description |
---|---|
void |
addService(Service srvc) |
Date |
getCreated() |
String |
getDescription() |
URI[] |
getDetails() |
String |
getIdentifier() |
OAuthConfiguration |
getOauthConfiguration() |
PrefixDefinition[] |
getPrefixDefinitions() |
Publisher |
getPublisher() |
Service[] |
getServices() |
String |
getTitle() |
void |
setCreated(Date created) |
void |
setDescription(String description) |
void |
setDetails(URI[] details) |
void |
setIdentifier(String identifier) |
void |
setOauthConfiguration(OAuthConfiguration oauthConfiguration) |
void |
setPrefixDefinitions(PrefixDefinition[] prefixDefinitions) |
void |
setPublisher(Publisher publisher) |
void |
setServices(Service[] services) |
void |
setTitle(String title) |
addType, getAbout, getExtendedProperties, getTypes, setAbout, setExtendedProperties, setTypes
public void addService(Service srvc)
public final Date getCreated()
public String getDescription()
public URI[] getDetails()
public final String getIdentifier()
public OAuthConfiguration getOauthConfiguration()
public PrefixDefinition[] getPrefixDefinitions()
public Publisher getPublisher()
public Service[] getServices()
public String getTitle()
public final void setCreated(Date created)
public void setDescription(String description)
public void setDetails(URI[] details)
public final void setIdentifier(String identifier)
public void setOauthConfiguration(OAuthConfiguration oauthConfiguration)
public void setPrefixDefinitions(PrefixDefinition[] prefixDefinitions)
public void setPublisher(Publisher publisher)
public void setServices(Service[] services)
public void setTitle(String title)
Copyright © 2013. All Rights Reserved.