Skip to content

com.inscoper.nbo.ImagingEnvironment

Represents the XML element ImagingEnvironment. More...

Inherits from com.inscoper.nbo.NBOBaseClass

Public Functions

Name
synchronized void delete()
ImagingEnvironment()
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(EnvironmentalControlDeviceID_Type value, boolean validate)
Sets the value of the ID attribute.
void setID(EnvironmentalControlDeviceID_Type value)
Sets the value of the ID attribute.
EnvironmentalControlDeviceID_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 setTemperature(String value, boolean validate)
Sets the value of the Temperature attribute.
void setTemperature(String value)
Sets the value of the Temperature attribute.
String getTemperature()
Returns the value of the Temperature attribute.
void resetTemperature()
Resets the Temperature attribute to an unset state.
boolean hasTemperature()
Checks whether the Temperature attribute is present.
void setTemperatureUnit(UnitsTemperature_Type value, boolean validate)
Sets the value of the TemperatureUnit attribute.
void setTemperatureUnit(UnitsTemperature_Type value)
Sets the value of the TemperatureUnit attribute.
UnitsTemperature_Type getTemperatureUnit()
Returns the value of the TemperatureUnit attribute.
void resetTemperatureUnit()
Resets the TemperatureUnit attribute to an unset state.
boolean hasTemperatureUnit()
Checks whether the optional TemperatureUnit attribute is present.
void setCO2Percent(String value, boolean validate)
Sets the value of the CO2Percent attribute.
void setCO2Percent(String value)
Sets the value of the CO2Percent attribute.
String getCO2Percent()
Returns the value of the CO2Percent attribute.
void resetCO2Percent()
Resets the CO2Percent attribute to an unset state.
boolean hasCO2Percent()
Checks whether the CO2Percent attribute is present.
void setHumidity(String value, boolean validate)
Sets the value of the Humidity attribute.
void setHumidity(String value)
Sets the value of the Humidity attribute.
String getHumidity()
Returns the value of the Humidity attribute.
void resetHumidity()
Resets the Humidity attribute to an unset state.
boolean hasHumidity()
Checks whether the Humidity attribute is present.
void setAirPressure(float value, boolean validate)
Sets the value of the AirPressure attribute.
void setAirPressure(float value)
Sets the value of the AirPressure attribute.
float getAirPressure()
Returns the value of the AirPressure attribute.
void resetAirPressure()
Resets the AirPressure attribute to an unset state.
boolean hasAirPressure()
Checks whether the AirPressure attribute is present.
void setAirPressureUnit(UnitsPressure_Type value, boolean validate)
Sets the value of the AirPressureUnit attribute.
void setAirPressureUnit(UnitsPressure_Type value)
Sets the value of the AirPressureUnit attribute.
UnitsPressure_Type getAirPressureUnit()
Returns the value of the AirPressureUnit attribute.
void resetAirPressureUnit()
Resets the AirPressureUnit attribute to an unset state.
boolean hasAirPressureUnit()
Checks whether the optional AirPressureUnit attribute is present.
void setO2Percent(PercentFraction_Type value, boolean validate)
Sets the value of the O2Percent attribute.
void setO2Percent(PercentFraction_Type value)
Sets the value of the O2Percent attribute.
PercentFraction_Type getO2Percent()
Returns the value of the O2Percent attribute.
void resetO2Percent()
Resets the O2Percent attribute to an unset state.
boolean hasO2Percent()
Checks whether the optional O2Percent attribute is present.
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 setMap(Map_Type value, boolean validate)
Sets the value of the Map element.
void setMap(Map_Type value)
Sets the value of the Map element.
Map_Type getMap()
Returns the value of the Map element.
void resetMap()
Resets the Map element to an unset state.
boolean hasMap()
Checks whether the optional Map element is present.
ImagingEnvironment __internal_create(long cPtr, boolean own)
ImagingEnvironment fromBase(NBOBaseClass base)
Cast a NBOBaseClass to a ImagingEnvironment.
StringSet getTemperatureAllowedValues()
Returns the allowed values for this attribut.
StringSet getCO2PercentAllowedValues()
Returns the allowed values for this attribut.
StringSet getHumidityAllowedValues()
Returns the allowed values for this attribut.

Protected Functions

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

Represents the XML element ImagingEnvironment.

This element describes the environment in which the biological sample was maintained during the Acquisition of this Image.

Public Functions Documentation

function delete

function ImagingEnvironment

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 setTemperature

function setTemperature

function getTemperature

function resetTemperature

function hasTemperature

function setTemperatureUnit

function setTemperatureUnit

function getTemperatureUnit

function resetTemperatureUnit

function hasTemperatureUnit

function setCO2Percent

function setCO2Percent

function getCO2Percent

function resetCO2Percent

function hasCO2Percent

function setHumidity

function setHumidity

function getHumidity

function resetHumidity

function hasHumidity

function setAirPressure

function setAirPressure

function getAirPressure

function resetAirPressure

function hasAirPressure

function setAirPressureUnit

function setAirPressureUnit

function getAirPressureUnit

function resetAirPressureUnit

function hasAirPressureUnit

function setO2Percent

function setO2Percent

function getO2Percent

function resetO2Percent

function hasO2Percent

function setDescription

function setDescription

function getDescription

function resetDescription

function hasDescription

function setMap

function setMap

function getMap

function resetMap

function hasMap

function __internal_create

function fromBase

function getTemperatureAllowedValues

function getCO2PercentAllowedValues

function getHumidityAllowedValues

Protected Functions Documentation

function ImagingEnvironment

function swigSetCMemOwn

function finalize

function getCPtr