public class IdentifierListImpl extends AbstractMetadataListImpl implements IdentifierList
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<Term> |
identifier2List |
definition
Constructor and Description |
---|
IdentifierListImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addIdentifier2(Term identifier2)
Adds a new identifier2 property
|
java.util.List<Term> |
getIdentifier2List()
Gets the list of identifier2 properties
|
int |
getNumIdentifier2s()
Returns number of identifier2 properties
|
getDefinition, isSetDefinition, setDefinition
copyTo, getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
addExtension, copyTo, getExtensionList, getId, getNumExtensions, isSetId, setId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDefinition, isSetDefinition, setDefinition
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
protected java.util.ArrayList<Term> identifier2List
public java.util.List<Term> getIdentifier2List()
getIdentifier2List
in interface IdentifierList
public int getNumIdentifier2s()
getNumIdentifier2s
in interface IdentifierList
public void addIdentifier2(Term identifier2)
addIdentifier2
in interface IdentifierList