Skip to content

com.inscoper.nbo.Experimenter

Represents the XML element Experimenter. More...

Inherits from com.inscoper.nbo.NBOBaseClass

Public Functions

Name
synchronized void delete()
Experimenter()
String getTypeName()
Returns the class type name.
String getXMLName()
Returns the XML element name corresponding to this class.
ENBOType getNBOType()
Returns the NBO Type corresponding to this class.
NBOBaseClassVector getChildren()
Returns a list of all classes derived from this class.
NBOBaseClassVector getSubElements()
Returns a list of all child elements contained in this class.
void fromJsonFile(String path, boolean validate)
Populates this object from a JSON file.
void fromJsonFile(String path)
Populates this object from a JSON file.
void fromJsonString(String json_string, boolean validate)
Populates this object from a JSON string.
void fromJsonString(String json_string)
Populates this object from a JSON string.
void fromXmlFile(String path, boolean validate)
Populates this object from a XML file.
void fromXmlFile(String path)
Populates this object from a XML file.
void fromXmlString(String xml_string, boolean validate)
Populates this object from a XML string.
void fromXmlString(String xml_string)
Populates this object from a XML string.
void toXmlFile(String filename, boolean validate)
Serializes this object to an XML file.
void toXmlFile(String filename)
Serializes this object to an XML file.
String toXmlString(boolean validate)
Serializes this object to an XML string.
String toXmlString()
Serializes this object to an XML string.
void setID(ExperimenterID_Type value, boolean validate)
Sets the value of the ID attribute.
void setID(ExperimenterID_Type value)
Sets the value of the ID attribute.
ExperimenterID_Type getID()
Returns the value of the ID attribute.
void resetID()
Resets the ID attribute to an unset state.
boolean hasID()
Checks whether the optional ID attribute is present.
void setFirstName(String value, boolean validate)
Sets the value of the FirstName attribute.
void setFirstName(String value)
Sets the value of the FirstName attribute.
String getFirstName()
Returns the value of the FirstName attribute.
void resetFirstName()
Resets the FirstName attribute to an unset state.
boolean hasFirstName()
Checks whether the FirstName attribute is present.
void setMiddleName(String value, boolean validate)
Sets the value of the MiddleName attribute.
void setMiddleName(String value)
Sets the value of the MiddleName attribute.
String getMiddleName()
Returns the value of the MiddleName attribute.
void resetMiddleName()
Resets the MiddleName attribute to an unset state.
boolean hasMiddleName()
Checks whether the MiddleName attribute is present.
void setLastName(String value, boolean validate)
Sets the value of the LastName attribute.
void setLastName(String value)
Sets the value of the LastName attribute.
String getLastName()
Returns the value of the LastName attribute.
void resetLastName()
Resets the LastName attribute to an unset state.
boolean hasLastName()
Checks whether the LastName attribute is present.
void setEmail(String value, boolean validate)
Sets the value of the Email attribute.
void setEmail(String value)
Sets the value of the Email attribute.
String getEmail()
Returns the value of the Email attribute.
void resetEmail()
Resets the Email attribute to an unset state.
boolean hasEmail()
Checks whether the Email attribute is present.
void setInstitution(String value, boolean validate)
Sets the value of the Institution attribute.
void setInstitution(String value)
Sets the value of the Institution attribute.
String getInstitution()
Returns the value of the Institution attribute.
void resetInstitution()
Resets the Institution attribute to an unset state.
boolean hasInstitution()
Checks whether the Institution attribute is present.
void setUserName(String value, boolean validate)
Sets the value of the UserName attribute.
void setUserName(String value)
Sets the value of the UserName attribute.
String getUserName()
Returns the value of the UserName attribute.
void resetUserName()
Resets the UserName attribute to an unset state.
boolean hasUserName()
Checks whether the UserName attribute is present.
void setAnnotationRef_List(AnnotationRefVector value, boolean validate)
Sets the list of AnnotationRef elements.
void setAnnotationRef_List(AnnotationRefVector value)
Sets the list of AnnotationRef elements.
AnnotationRefVector getAnnotationRef_List()
Returns the list of AnnotationRef elements.
void addToAnnotationRef_List(AnnotationRef value, boolean validate)
Adds a new AnnotationRef element to this object.
void addToAnnotationRef_List(AnnotationRef value)
Adds a new AnnotationRef element to this object.
void clearAnnotationRef_List()
Clear the list of AnnotationRef.
Experimenter __internal_create(long cPtr, boolean own)
Experimenter fromBase(NBOBaseClass base)
Cast a NBOBaseClass to a Experimenter.
StringSet getFirstNameAllowedValues()
Returns the allowed values for this attribut.
StringSet getMiddleNameAllowedValues()
Returns the allowed values for this attribut.
StringSet getLastNameAllowedValues()
Returns the allowed values for this attribut.
StringSet getEmailAllowedValues()
Returns the allowed values for this attribut.
StringSet getInstitutionAllowedValues()
Returns the allowed values for this attribut.
StringSet getUserNameAllowedValues()
Returns the allowed values for this attribut.

Protected Functions

Name
Experimenter(long cPtr, boolean cMemoryOwn)
void swigSetCMemOwn(boolean own)
void finalize()
long getCPtr(Experimenter obj)

Additional inherited members

Protected Functions inherited from com.inscoper.nbo.NBOBaseClass

Name
NBOBaseClass(long cPtr, boolean cMemoryOwn)

Detailed Description

public class com.inscoper.nbo.Experimenter;

Represents the XML element Experimenter.

This element describes a person who performed an imaging experiment. This person may also be a user of the OME system, in which case the UserName element contains their login name.Experimenters may belong to one or more groups which are specified using one or more ExperimenterGroupRef elements.

Public Functions Documentation

function delete

function Experimenter

function getTypeName

function getXMLName

function getNBOType

function getChildren

function getSubElements

function fromJsonFile

function fromJsonFile

function fromJsonString

function fromJsonString

function fromXmlFile

function fromXmlFile

function fromXmlString

function fromXmlString

function toXmlFile

function toXmlFile

function toXmlString

function toXmlString

function setID

function setID

function getID

function resetID

function hasID

function setFirstName

function setFirstName

function getFirstName

function resetFirstName

function hasFirstName

function setMiddleName

function setMiddleName

function getMiddleName

function resetMiddleName

function hasMiddleName

function setLastName

function setLastName

function getLastName

function resetLastName

function hasLastName

function setEmail

function setEmail

function getEmail

function resetEmail

function hasEmail

function setInstitution

function setInstitution

function getInstitution

function resetInstitution

function hasInstitution

function setUserName

function setUserName

function getUserName

function resetUserName

function hasUserName

function setAnnotationRef_List

function setAnnotationRef_List

function getAnnotationRef_List

function addToAnnotationRef_List

function addToAnnotationRef_List

function clearAnnotationRef_List

function __internal_create

function fromBase

function getFirstNameAllowedValues

function getMiddleNameAllowedValues

function getLastNameAllowedValues

function getEmailAllowedValues

function getInstitutionAllowedValues

function getUserNameAllowedValues

Protected Functions Documentation

function Experimenter

function swigSetCMemOwn

function finalize

function getCPtr