|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gedcomx.source.CitationField
public class CitationField
Represents a citation field -- its name and value.
| Constructor Summary | |
|---|---|
CitationField()
|
|
CitationField(String name,
String value)
|
|
CitationField(URI name,
String value)
|
|
| Method Summary | |
|---|---|
String |
getJsonKey()
The json key that is used define this link in a map. |
URI |
getName()
The citation field's name. |
String |
getValue()
The citation field's value. |
boolean |
isHasUniqueKey()
|
CitationField |
name(URI name)
Build out this citation field with a name. |
CitationField |
nameValue(String name)
Build out this citation field with a name. |
void |
setJsonKey(String jsonKey)
The json key that is used define this link in a map. |
void |
setName(URI name)
The citation field's name. |
void |
setNameValue(String name)
The citation field's name. |
void |
setValue(String value)
The citation field's value. |
CitationField |
value(String value)
Build out this citation field with a value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CitationField()
public CitationField(URI name,
String value)
public CitationField(String name,
String value)
| Method Detail |
|---|
public boolean isHasUniqueKey()
isHasUniqueKey in interface HasJsonKeypublic URI getName()
public void setName(URI name)
name - The citation field's name.public CitationField name(URI name)
name - the name.
public void setNameValue(String name)
name - The citation field's name.public CitationField nameValue(String name)
name - The name.
public String getJsonKey()
getJsonKey in interface HasJsonKeypublic void setJsonKey(String jsonKey)
setJsonKey in interface HasJsonKeyjsonKey - The json key that is used define this link in a map.public String getValue()
public void setValue(String value)
value - The citation field's value.public CitationField value(String value)
value - The value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||