Skip to content

com.inscoper.nbo.Experiment

Represents the XML element Experiment. More...

Inherits from com.inscoper.nbo.NBOBaseClass

Public Functions

Name
synchronized void delete()
Experiment()
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(ExperimentID_Type value, boolean validate)
Sets the value of the ID attribute.
void setID(ExperimentID_Type value)
Sets the value of the ID attribute.
ExperimentID_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 setName(Denomination_Type value, boolean validate)
Sets the value of the Name attribute.
void setName(Denomination_Type value)
Sets the value of the Name attribute.
Denomination_Type getName()
Returns the value of the Name attribute.
void resetName()
Resets the Name attribute to an unset state.
boolean hasName()
Checks whether the optional Name attribute is present.
void setPurpose(ExperimentPurpose_Type value, boolean validate)
Sets the value of the Purpose attribute.
void setPurpose(ExperimentPurpose_Type value)
Sets the value of the Purpose attribute.
ExperimentPurpose_Type getPurpose()
Returns the value of the Purpose attribute.
void resetPurpose()
Resets the Purpose attribute to an unset state.
boolean hasPurpose()
Checks whether the optional Purpose attribute is present.
void setLabellingMethod(String value, boolean validate)
Sets the value of the LabellingMethod attribute.
void setLabellingMethod(String value)
Sets the value of the LabellingMethod attribute.
String getLabellingMethod()
Returns the value of the LabellingMethod attribute.
void resetLabellingMethod()
Resets the LabellingMethod attribute to an unset state.
boolean hasLabellingMethod()
Checks whether the LabellingMethod attribute is present.
void setLabellingMethodTermAccession(String value, boolean validate)
Sets the value of the LabellingMethodTermAccession attribute.
void setLabellingMethodTermAccession(String value)
Sets the value of the LabellingMethodTermAccession attribute.
String getLabellingMethodTermAccession()
Returns the value of the LabellingMethodTermAccession attribute.
void resetLabellingMethodTermAccession()
Resets the LabellingMethodTermAccession attribute to an unset state.
boolean hasLabellingMethodTermAccession()
Checks whether the LabellingMethodTermAccession attribute is present.
void setTag(String value, boolean validate)
Sets the value of the Tag attribute.
void setTag(String value)
Sets the value of the Tag attribute.
String getTag()
Returns the value of the Tag attribute.
void resetTag()
Resets the Tag attribute to an unset state.
boolean hasTag()
Checks whether the Tag attribute is present.
void setTagTermAccession(String value, boolean validate)
Sets the value of the TagTermAccession attribute.
void setTagTermAccession(String value)
Sets the value of the TagTermAccession attribute.
String getTagTermAccession()
Returns the value of the TagTermAccession attribute.
void resetTagTermAccession()
Resets the TagTermAccession attribute to an unset state.
boolean hasTagTermAccession()
Checks whether the TagTermAccession attribute is present.
void setHystochemistryType(HystochemistryType_Type value, boolean validate)
Sets the value of the HystochemistryType attribute.
void setHystochemistryType(HystochemistryType_Type value)
Sets the value of the HystochemistryType attribute.
HystochemistryType_Type getHystochemistryType()
Returns the value of the HystochemistryType attribute.
void resetHystochemistryType()
Resets the HystochemistryType attribute to an unset state.
boolean hasHystochemistryType()
Checks whether the optional HystochemistryType attribute is present.
void setExperimenterRef_List(ExperimenterRefVector value, boolean validate)
Sets the list of ExperimenterRef elements.
void setExperimenterRef_List(ExperimenterRefVector value)
Sets the list of ExperimenterRef elements.
ExperimenterRefVector getExperimenterRef_List()
Returns the list of ExperimenterRef elements.
void addToExperimenterRef_List(ExperimenterRef value, boolean validate)
Adds a new ExperimenterRef element to this object.
void addToExperimenterRef_List(ExperimenterRef value)
Adds a new ExperimenterRef element to this object.
void clearExperimenterRef_List()
Clear the list of ExperimenterRef.
void setSample_List(SampleVector value, boolean validate)
Sets the list of Sample elements.
void setSample_List(SampleVector value)
Sets the list of Sample elements.
SampleVector getSample_List()
Returns the list of Sample elements.
void addToSample_List(Sample value, boolean validate)
Adds a new Sample element to this object.
void addToSample_List(Sample value)
Adds a new Sample element to this object.
void clearSample_List()
Clear the list of Sample.
void setMicrobeamManipulation_List(MicrobeamManipulationVector value, boolean validate)
Sets the list of MicrobeamManipulation elements.
void setMicrobeamManipulation_List(MicrobeamManipulationVector value)
Sets the list of MicrobeamManipulation elements.
MicrobeamManipulationVector getMicrobeamManipulation_List()
Returns the list of MicrobeamManipulation elements.
void addToMicrobeamManipulation_List(MicrobeamManipulation value, boolean validate)
Adds a new MicrobeamManipulation element to this object.
void addToMicrobeamManipulation_List(MicrobeamManipulation value)
Adds a new MicrobeamManipulation element to this object.
void clearMicrobeamManipulation_List()
Clear the list of MicrobeamManipulation.
void setDescription(Description value, boolean validate)
Sets the value of the Description element.
void setDescription(Description value)
Sets the value of the Description element.
Description getDescription()
Returns the value of the Description element.
void resetDescription()
Resets the Description element to an unset state.
boolean hasDescription()
Checks whether the optional Description element is present.
void setAnnotationRef(AnnotationRef value, boolean validate)
Sets the value of the AnnotationRef element.
void setAnnotationRef(AnnotationRef value)
Sets the value of the AnnotationRef element.
AnnotationRef getAnnotationRef()
Returns the value of the AnnotationRef element.
void resetAnnotationRef()
Resets the AnnotationRef element to an unset state.
boolean hasAnnotationRef()
Checks whether the optional AnnotationRef element is present.
Experiment __internal_create(long cPtr, boolean own)
Experiment fromBase(NBOBaseClass base)
Cast a NBOBaseClass to a Experiment.
StringSet getLabellingMethodAllowedValues()
Returns the allowed values for this attribut.
StringSet getLabellingMethodTermAccessionAllowedValues()
Returns the allowed values for this attribut.
StringSet getTagAllowedValues()
Returns the allowed values for this attribut.
StringSet getTagTermAccessionAllowedValues()
Returns the allowed values for this attribut.

Protected Functions

Name
Experiment(long cPtr, boolean cMemoryOwn)
void swigSetCMemOwn(boolean own)
void finalize()
long getCPtr(Experiment 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.Experiment;

Represents the XML element Experiment.

This element describes the experiment during which this Image was acquired. The optional Description element may contain free text to further describe the experiment.

Public Functions Documentation

function delete

function Experiment

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 setName

function setName

function getName

function resetName

function hasName

function setPurpose

function setPurpose

function getPurpose

function resetPurpose

function hasPurpose

function setLabellingMethod

function setLabellingMethod

function getLabellingMethod

function resetLabellingMethod

function hasLabellingMethod

function setLabellingMethodTermAccession

function setLabellingMethodTermAccession

function getLabellingMethodTermAccession

function resetLabellingMethodTermAccession

function hasLabellingMethodTermAccession

function setTag

function setTag

function getTag

function resetTag

function hasTag

function setTagTermAccession

function setTagTermAccession

function getTagTermAccession

function resetTagTermAccession

function hasTagTermAccession

function setHystochemistryType

function setHystochemistryType

function getHystochemistryType

function resetHystochemistryType

function hasHystochemistryType

function setExperimenterRef_List

function setExperimenterRef_List

function getExperimenterRef_List

function addToExperimenterRef_List

function addToExperimenterRef_List

function clearExperimenterRef_List

function setSample_List

function setSample_List

function getSample_List

function addToSample_List

function addToSample_List

function clearSample_List

function setMicrobeamManipulation_List

function setMicrobeamManipulation_List

function getMicrobeamManipulation_List

function addToMicrobeamManipulation_List

function addToMicrobeamManipulation_List

function clearMicrobeamManipulation_List

function setDescription

function setDescription

function getDescription

function resetDescription

function hasDescription

function setAnnotationRef

function setAnnotationRef

function getAnnotationRef

function resetAnnotationRef

function hasAnnotationRef

function __internal_create

function fromBase

function getLabellingMethodAllowedValues

function getLabellingMethodTermAccessionAllowedValues

function getTagAllowedValues

function getTagTermAccessionAllowedValues

Protected Functions Documentation

function Experiment

function swigSetCMemOwn

function finalize

function getCPtr