public class Experimenter extends AbstractOMEModelObject
Modifier and Type | Field and Description |
---|---|
private List<Annotation> |
annotationLinks |
private List<Dataset> |
datasets |
private String |
email |
private List<ExperimenterGroup> |
experimenterGroupLinks |
private List<Experiment> |
experiments |
private String |
firstName |
private String |
id |
private List<Image> |
images |
private String |
institution |
private String |
lastName |
private static org.slf4j.Logger |
LOGGER
Logger for this class.
|
private List<MicrobeamManipulation> |
microbeamManipulations |
private String |
middleName |
static String |
NAMESPACE |
private List<Project> |
projects |
private String |
userName |
Constructor and Description |
---|
Experimenter()
Default constructor.
|
Experimenter(Element element,
OMEModel model)
Constructs Experimenter recursively from an XML DOM tree.
|
Experimenter(Experimenter orig)
Copy constructor.
|
getChildrenByTagName, stripNamespacePrefix
public static final String NAMESPACE
private static final org.slf4j.Logger LOGGER
private String email
private String userName
private String firstName
private String middleName
private String lastName
private String id
private String institution
private List<Annotation> annotationLinks
private List<MicrobeamManipulation> microbeamManipulations
private List<ExperimenterGroup> experimenterGroupLinks
private List<Experiment> experiments
public Experimenter()
public Experimenter(Element element, OMEModel model) throws EnumerationException
element
- Root of the XML DOM tree to construct a model object
graph from.model
- Handler for the OME model which keeps track of instances
and references seen during object population.EnumerationException
- If there is an error instantiating an
enumeration during model object creation.public Experimenter(Experimenter orig)
public void update(Element element, OMEModel model) throws EnumerationException
update
in interface OMEModelObject
update
in class AbstractOMEModelObject
element
- Root of the XML DOM tree to construct a model object
graph from.model
- Handler for the OME model which keeps track of instances
and references seen during object population.EnumerationException
- If there is an error instantiating an
enumeration during model object creation.public boolean link(Reference reference, OMEModelObject o)
OMEModelObject
link
in interface OMEModelObject
link
in class AbstractOMEModelObject
reference
- The type qualifier for the reference. This should
be the corresponding reference type for o
. If, for example,
o
is of type Image
, reference
MUST be of type ImageRef
.o
- Model object to link to.true
if this model object was able to handle the
reference, false
otherwise.public String getEmail()
public void setEmail(String email)
public String getUserName()
public void setUserName(String userName)
public String getFirstName()
public void setFirstName(String firstName)
public String getMiddleName()
public void setMiddleName(String middleName)
public String getLastName()
public void setLastName(String lastName)
public String getID()
public void setID(String id)
public String getInstitution()
public void setInstitution(String institution)
public int sizeOfLinkedAnnotationList()
public List<Annotation> copyLinkedAnnotationList()
public Annotation getLinkedAnnotation(int index)
public Annotation setLinkedAnnotation(int index, Annotation o)
public boolean linkAnnotation(Annotation o)
public boolean unlinkAnnotation(Annotation o)
public int sizeOfLinkedImageList()
public Image getLinkedImage(int index)
public boolean linkImage(Image o)
public boolean unlinkImage(Image o)
public int sizeOfLinkedMicrobeamManipulationList()
public List<MicrobeamManipulation> copyLinkedMicrobeamManipulationList()
public MicrobeamManipulation getLinkedMicrobeamManipulation(int index)
public MicrobeamManipulation setLinkedMicrobeamManipulation(int index, MicrobeamManipulation o)
public boolean linkMicrobeamManipulation(MicrobeamManipulation o)
public boolean unlinkMicrobeamManipulation(MicrobeamManipulation o)
public int sizeOfLinkedProjectList()
public Project getLinkedProject(int index)
public boolean linkProject(Project o)
public boolean unlinkProject(Project o)
public int sizeOfLinkedExperimenterGroupList()
public List<ExperimenterGroup> copyLinkedExperimenterGroupList()
public ExperimenterGroup getLinkedExperimenterGroup(int index)
public ExperimenterGroup setLinkedExperimenterGroup(int index, ExperimenterGroup o)
public boolean linkExperimenterGroup(ExperimenterGroup o)
public boolean unlinkExperimenterGroup(ExperimenterGroup o)
public int sizeOfLinkedDatasetList()
public Dataset getLinkedDataset(int index)
public boolean linkDataset(Dataset o)
public boolean unlinkDataset(Dataset o)
public int sizeOfLinkedExperimentList()
public List<Experiment> copyLinkedExperimentList()
public Experiment getLinkedExperiment(int index)
public Experiment setLinkedExperiment(int index, Experiment o)
public boolean linkExperiment(Experiment o)
public boolean unlinkExperiment(Experiment o)
public Element asXMLElement(Document document)
OMEModelObject
asXMLElement
in interface OMEModelObject
asXMLElement
in class AbstractOMEModelObject
document
- Destination document for element creation, etc.protected Element asXMLElement(Document document, Element Experimenter_element)
AbstractOMEModelObject
asXMLElement
in class AbstractOMEModelObject
document
- Destination document for element creation, etc.Experimenter_element
- Element from the subclass. If null a new
element will be created of this class.element
populated with properties from this class.Copyright © 2015 Open Microscopy Environment