org.gedcomx.vocab
Class VocabElementList

java.lang.Object
  extended by org.gedcomx.vocab.VocabElementList

public class VocabElementList
extends Object

Representation of a list of VocabElement objects


Constructor Summary
VocabElementList()
           
 
Method Summary
 VocabElementList addElement(VocabElement element)
           
 String getDescription()
           
 List<VocabElement> getElements()
           
 String getId()
           
 String getTitle()
           
 URI getUri()
           
 void setDescription(String description)
           
 void setId(String id)
           
 void setTitle(String title)
           
 void setUri(URI uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VocabElementList

public VocabElementList()
Method Detail

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.