org.gedcomx.vocab
Class VocabElementList
java.lang.Object
org.gedcomx.vocab.VocabElementList
public class VocabElementList
- extends Object
Representation of a list of VocabElement objects
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VocabElementList
public VocabElementList()
getId
public String getId()
setId
public void setId(String id)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getUri
public URI getUri()
setUri
public void setUri(URI uri)
getElements
public List<VocabElement> getElements()
addElement
public VocabElementList addElement(VocabElement element)
Copyright © 2015. All rights reserved.