|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gedcomx.atom.Generator
public final class Generator
identifies the agent used to generate a feed, for debugging and other purposes.
| Constructor Summary | |
|---|---|
Generator()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Generator()
| Method Detail |
|---|
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 agent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||