|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gedcomx.common.ExtensibleData
org.gedcomx.links.HypermediaEnabledData
org.gedcomx.records.RecordDescriptor
public class RecordDescriptor
A descriptor for a common set of records.
| Field Summary |
|---|
| Fields inherited from class org.gedcomx.common.ExtensibleData |
|---|
extensionElements, transientProperties |
| Constructor Summary | |
|---|---|
RecordDescriptor()
|
|
| Method Summary | |
|---|---|
void |
accept(GedcomxModelVisitor visitor)
Accept a visitor. |
void |
embed(RecordDescriptor recordDescriptor)
Embed another record descriptor. |
List<FieldDescriptor> |
getFields()
Descriptors of the fields that are applicable to this record. |
String |
getLang()
The language of this record description. |
void |
setFields(List<FieldDescriptor> fields)
Descriptors of the fields that are applicable to this record. |
void |
setLang(String lang)
The language of this record description. |
| Methods inherited from class org.gedcomx.links.HypermediaEnabledData |
|---|
addLink, addLink, addTemplatedLink, embed, getLink, getLinks, getLinks, link, link, setLinks |
| Methods inherited from class org.gedcomx.common.ExtensibleData |
|---|
addExtensionElement, embed, findExtensionOfType, findExtensionOfType, findExtensionsOfType, findExtensionsOfType, getExtensionElements, getId, getTransientProperties, getTransientProperty, id, removeExtensionElements, setExtensionElement, setExtensionElements, setId, setTransientProperty, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RecordDescriptor()
| Method Detail |
|---|
public String getLang()
public void setLang(String lang)
lang - The language of this record description.public List<FieldDescriptor> getFields()
public void setFields(List<FieldDescriptor> fields)
fields - Descriptors of the fields that are applicable to this record.public void accept(GedcomxModelVisitor visitor)
visitor - The visitor.public void embed(RecordDescriptor recordDescriptor)
recordDescriptor - The descriptor to embed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||