public class Experimenter extends AbstractOMEModelObject
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAMESPACE |
Constructor and Description |
---|
Experimenter()
Default constructor.
|
Experimenter(org.w3c.dom.Element element,
OMEModel model)
Constructs Experimenter recursively from an XML DOM tree.
|
Experimenter(Experimenter orig)
Copy constructor.
|
getChildrenByTagName, stripNamespacePrefix
public static final java.lang.String NAMESPACE
public Experimenter()
public Experimenter(org.w3c.dom.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(org.w3c.dom.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 java.lang.String getEmail()
public void setEmail(java.lang.String email)
public java.lang.String getUserName()
public void setUserName(java.lang.String userName)
public java.lang.String getFirstName()
public void setFirstName(java.lang.String firstName)
public java.lang.String getMiddleName()
public void setMiddleName(java.lang.String middleName)
public java.lang.String getLastName()
public void setLastName(java.lang.String lastName)
public java.lang.String getID()
public void setID(java.lang.String id)
public java.lang.String getInstitution()
public void setInstitution(java.lang.String institution)
public int sizeOfLinkedAnnotationList()
public java.util.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 java.util.List<Image> copyLinkedImageList()
public Image getLinkedImage(int index)
public boolean linkImage(Image o)
public boolean unlinkImage(Image o)
public int sizeOfLinkedMicrobeamManipulationList()
public java.util.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 java.util.List<Project> copyLinkedProjectList()
public Project getLinkedProject(int index)
public boolean linkProject(Project o)
public boolean unlinkProject(Project o)
public int sizeOfLinkedExperimenterGroupList()
public java.util.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 java.util.List<Dataset> copyLinkedDatasetList()
public Dataset getLinkedDataset(int index)
public boolean linkDataset(Dataset o)
public boolean unlinkDataset(Dataset o)
public int sizeOfLinkedExperimentList()
public java.util.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 org.w3c.dom.Element asXMLElement(org.w3c.dom.Document document)
OMEModelObject
asXMLElement
in interface OMEModelObject
asXMLElement
in class AbstractOMEModelObject
document
- Destination document for element creation, etc.protected org.w3c.dom.Element asXMLElement(org.w3c.dom.Document document, org.w3c.dom.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 © 2014 Open Microscopy Environment