Skip to content

com.inscoper.nbo.MicrobeamManipulation

Represents the XML element MicrobeamManipulation. More...

Inherits from com.inscoper.nbo.NBOBaseClass

Public Functions

Name
synchronized void delete()
MicrobeamManipulation()
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(MicrobeamManipulationID_Type value, boolean validate)
Sets the value of the ID attribute.
void setID(MicrobeamManipulationID_Type value)
Sets the value of the ID attribute.
MicrobeamManipulationID_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 setType(MicrobeamManipulationType_Type value, boolean validate)
Sets the value of the Type attribute.
void setType(MicrobeamManipulationType_Type value)
Sets the value of the Type attribute.
MicrobeamManipulationType_Type getType()
Returns the value of the Type attribute.
void resetType()
Resets the Type attribute to an unset state.
boolean hasType()
Checks whether the optional Type 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 setROIRef_List(ROIRefVector value, boolean validate)
Sets the list of ROIRef elements.
void setROIRef_List(ROIRefVector value)
Sets the list of ROIRef elements.
ROIRefVector getROIRef_List()
Returns the list of ROIRef elements.
void addToROIRef_List(ROIRef value, boolean validate)
Adds a new ROIRef element to this object.
void addToROIRef_List(ROIRef value)
Adds a new ROIRef element to this object.
void clearROIRef_List()
Clear the list of ROIRef.
void setLightSourceSettings_List(LightSourceSettingsVector value, boolean validate)
Sets the list of LightSourceSettings elements.
void setLightSourceSettings_List(LightSourceSettingsVector value)
Sets the list of LightSourceSettings elements.
LightSourceSettingsVector getLightSourceSettings_List()
Returns the list of LightSourceSettings elements.
void addToLightSourceSettings_List(LightSourceSettings value, boolean validate)
Adds a new LightSourceSettings element to this object.
void addToLightSourceSettings_List(LightSourceSettings value)
Adds a new LightSourceSettings element to this object.
void clearLightSourceSettings_List()
Clear the list of LightSourceSettings.
void setDescription(MicrobeamManipulation_InlineDescription value, boolean validate)
Sets the value of the Description element.
void setDescription(MicrobeamManipulation_InlineDescription value)
Sets the value of the Description element.
MicrobeamManipulation_InlineDescription 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_List(MicrobeamManipulation_InlineAnnotationRefVector value, boolean validate)
Sets the list of AnnotationRef elements.
void setAnnotationRef_List(MicrobeamManipulation_InlineAnnotationRefVector value)
Sets the list of AnnotationRef elements.
MicrobeamManipulation_InlineAnnotationRefVector getAnnotationRef_List()
Returns the list of AnnotationRef elements.
void addToAnnotationRef_List(MicrobeamManipulation_InlineAnnotationRef value, boolean validate)
Adds a new AnnotationRef element to this object.
void addToAnnotationRef_List(MicrobeamManipulation_InlineAnnotationRef value)
Adds a new AnnotationRef element to this object.
void clearAnnotationRef_List()
Clear the list of AnnotationRef.
MicrobeamManipulation __internal_create(long cPtr, boolean own)
MicrobeamManipulation fromBase(NBOBaseClass base)
Cast a NBOBaseClass to a MicrobeamManipulation.

Protected Functions

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

Represents the XML element MicrobeamManipulation.

Defines a microbeam operation and the region of the image it was applied to. The LightSourceSettingsRef element is a reference to the LightSourceSettings that were used in this case, including a reference to the light source that was used for this micromanipulation experiment (e.g....................... a laser used for photobleaching).

Public Functions Documentation

function delete

function MicrobeamManipulation

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 setType

function setType

function getType

function resetType

function hasType

function setExperimenterRef_List

function setExperimenterRef_List

function getExperimenterRef_List

function addToExperimenterRef_List

function addToExperimenterRef_List

function clearExperimenterRef_List

function setROIRef_List

function setROIRef_List

function getROIRef_List

function addToROIRef_List

function addToROIRef_List

function clearROIRef_List

function setLightSourceSettings_List

function setLightSourceSettings_List

function getLightSourceSettings_List

function addToLightSourceSettings_List

function addToLightSourceSettings_List

function clearLightSourceSettings_List

function setDescription

function setDescription

function getDescription

function resetDescription

function hasDescription

function setAnnotationRef_List

function setAnnotationRef_List

function getAnnotationRef_List

function addToAnnotationRef_List

function addToAnnotationRef_List

function clearAnnotationRef_List

function __internal_create

function fromBase

Protected Functions Documentation

function MicrobeamManipulation

function swigSetCMemOwn

function finalize

function getCPtr