public final class Generator extends Object
| Constructor and Description |
|---|
Generator() |
| Modifier and Type | Method and Description |
|---|---|
URI |
getBase()
The base.
|
String |
getLang()
The language.
|
URI |
getUri()
link to a representation that is relevant to the generating agent.
|
String |
getValue()
human-readable name for the generating agent
|
String |
getVersion()
the version of the generating agent
|
void |
setBase(URI base)
The base.
|
void |
setLang(String lang)
The language.
|
void |
setUri(URI uri)
link to a representation that is relevant to the generating agent.
|
void |
setValue(String value)
human-readable name for the generating agent
|
void |
setVersion(String version)
the version of the generating agent
|
public String getLang()
public void setLang(String lang)
lang - The language.public URI getBase()
public void setBase(URI base)
base - The base.public URI getUri()
public void setUri(URI uri)
uri - link to a representation that is relevant to the generating agent.public String getVersion()
public void setVersion(String version)
version - the version of the generating agentpublic String getValue()
public void setValue(String value)
value - human-readable name for the generating agentCopyright © 2017. All rights reserved.