public class RecordDescriptor extends HypermediaEnabledData
extensionElements, transientProperties| Constructor and Description |
|---|
RecordDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
addLink, addLink, addTemplatedLink, embed, getLink, getLinks, getLinks, link, link, setLinksaddExtensionElement, embed, extensionElement, findExtensionOfType, findExtensionOfType, findExtensionsOfType, findExtensionsOfType, getExtensionElements, getId, getTransientProperties, getTransientProperty, id, removeExtensionElements, setExtensionElement, setExtensionElements, setId, setTransientProperty, toStringpublic 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.Copyright © 2016. All rights reserved.