Skip to content

com.inscoper.nbo.WellSample

Represents the XML element WellSample. More...

Inherits from com.inscoper.nbo.NBOBaseClass

Public Functions

Name
synchronized void delete()
WellSample()
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(WellSampleID_Type value, boolean validate)
Sets the value of the ID attribute.
void setID(WellSampleID_Type value)
Sets the value of the ID attribute.
WellSampleID_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 setPositionX(float value, boolean validate)
Sets the value of the PositionX attribute.
void setPositionX(float value)
Sets the value of the PositionX attribute.
float getPositionX()
Returns the value of the PositionX attribute.
void resetPositionX()
Resets the PositionX attribute to an unset state.
boolean hasPositionX()
Checks whether the PositionX attribute is present.
void setPositionXUnit(UnitsLength_Type value, boolean validate)
Sets the value of the PositionXUnit attribute.
void setPositionXUnit(UnitsLength_Type value)
Sets the value of the PositionXUnit attribute.
UnitsLength_Type getPositionXUnit()
Returns the value of the PositionXUnit attribute.
void resetPositionXUnit()
Resets the PositionXUnit attribute to an unset state.
boolean hasPositionXUnit()
Checks whether the optional PositionXUnit attribute is present.
void setPositionY(float value, boolean validate)
Sets the value of the PositionY attribute.
void setPositionY(float value)
Sets the value of the PositionY attribute.
float getPositionY()
Returns the value of the PositionY attribute.
void resetPositionY()
Resets the PositionY attribute to an unset state.
boolean hasPositionY()
Checks whether the PositionY attribute is present.
void setPositionYUnit(UnitsLength_Type value, boolean validate)
Sets the value of the PositionYUnit attribute.
void setPositionYUnit(UnitsLength_Type value)
Sets the value of the PositionYUnit attribute.
UnitsLength_Type getPositionYUnit()
Returns the value of the PositionYUnit attribute.
void resetPositionYUnit()
Resets the PositionYUnit attribute to an unset state.
boolean hasPositionYUnit()
Checks whether the optional PositionYUnit attribute is present.
void setTimepoint(String value, boolean validate)
Sets the value of the Timepoint attribute.
void setTimepoint(String value)
Sets the value of the Timepoint attribute.
String getTimepoint()
Returns the value of the Timepoint attribute.
void resetTimepoint()
Resets the Timepoint attribute to an unset state.
boolean hasTimepoint()
Checks whether the Timepoint attribute is present.
void setIndex(NonNegativeInt_Type value, boolean validate)
Sets the value of the Index attribute.
void setIndex(NonNegativeInt_Type value)
Sets the value of the Index attribute.
NonNegativeInt_Type getIndex()
Returns the value of the Index attribute.
void resetIndex()
Resets the Index attribute to an unset state.
boolean hasIndex()
Checks whether the optional Index attribute is present.
void setImageRef(ImageRef value, boolean validate)
Sets the value of the ImageRef element.
void setImageRef(ImageRef value)
Sets the value of the ImageRef element.
ImageRef getImageRef()
Returns the value of the ImageRef element.
void resetImageRef()
Resets the ImageRef element to an unset state.
boolean hasImageRef()
Checks whether the optional ImageRef element is present.
WellSample __internal_create(long cPtr, boolean own)
WellSample fromBase(NBOBaseClass base)
Cast a NBOBaseClass to a WellSample.
StringSet getTimepointAllowedValues()
Returns the allowed values for this attribut.

Protected Functions

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

Represents the XML element WellSample.

WellSample is an individual Image that has been captured within a Well.

Public Functions Documentation

function delete

function WellSample

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 setPositionX

function setPositionX

function getPositionX

function resetPositionX

function hasPositionX

function setPositionXUnit

function setPositionXUnit

function getPositionXUnit

function resetPositionXUnit

function hasPositionXUnit

function setPositionY

function setPositionY

function getPositionY

function resetPositionY

function hasPositionY

function setPositionYUnit

function setPositionYUnit

function getPositionYUnit

function resetPositionYUnit

function hasPositionYUnit

function setTimepoint

function setTimepoint

function getTimepoint

function resetTimepoint

function hasTimepoint

function setIndex

function setIndex

function getIndex

function resetIndex

function hasIndex

function setImageRef

function setImageRef

function getImageRef

function resetImageRef

function hasImageRef

function __internal_create

function fromBase

function getTimepointAllowedValues

Protected Functions Documentation

function WellSample

function swigSetCMemOwn

function finalize

function getCPtr