Skip to content

com.inscoper.nbo.Well

Represents the XML element Well. More...

Inherits from com.inscoper.nbo.NBOBaseClass

Public Functions

Name
synchronized void delete()
Well()
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(WellID_Type value, boolean validate)
Sets the value of the ID attribute.
void setID(WellID_Type value)
Sets the value of the ID attribute.
WellID_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 setColumn(NonNegativeInt_Type value, boolean validate)
Sets the value of the Column attribute.
void setColumn(NonNegativeInt_Type value)
Sets the value of the Column attribute.
NonNegativeInt_Type getColumn()
Returns the value of the Column attribute.
void resetColumn()
Resets the Column attribute to an unset state.
boolean hasColumn()
Checks whether the optional Column attribute is present.
void setRow(NonNegativeInt_Type value, boolean validate)
Sets the value of the Row attribute.
void setRow(NonNegativeInt_Type value)
Sets the value of the Row attribute.
NonNegativeInt_Type getRow()
Returns the value of the Row attribute.
void resetRow()
Resets the Row attribute to an unset state.
boolean hasRow()
Checks whether the optional Row attribute is present.
void setExternalDescription(String value, boolean validate)
Sets the value of the ExternalDescription attribute.
void setExternalDescription(String value)
Sets the value of the ExternalDescription attribute.
String getExternalDescription()
Returns the value of the ExternalDescription attribute.
void resetExternalDescription()
Resets the ExternalDescription attribute to an unset state.
boolean hasExternalDescription()
Checks whether the ExternalDescription attribute is present.
void setExternalIdentifier(String value, boolean validate)
Sets the value of the ExternalIdentifier attribute.
void setExternalIdentifier(String value)
Sets the value of the ExternalIdentifier attribute.
String getExternalIdentifier()
Returns the value of the ExternalIdentifier attribute.
void resetExternalIdentifier()
Resets the ExternalIdentifier attribute to an unset state.
boolean hasExternalIdentifier()
Checks whether the ExternalIdentifier attribute is present.
void setType(String value, boolean validate)
Sets the value of the Type attribute.
void setType(String value)
Sets the value of the Type attribute.
String getType()
Returns the value of the Type attribute.
void resetType()
Resets the Type attribute to an unset state.
boolean hasType()
Checks whether the Type attribute is present.
void setColor(Color_Type value, boolean validate)
Sets the value of the Color attribute.
void setColor(Color_Type value)
Sets the value of the Color attribute.
Color_Type getColor()
Returns the value of the Color attribute.
void resetColor()
Resets the Color attribute to an unset state.
boolean hasColor()
Checks whether the optional Color attribute is present.
void setWellSample_List(WellSampleVector value, boolean validate)
Sets the list of WellSample elements.
void setWellSample_List(WellSampleVector value)
Sets the list of WellSample elements.
WellSampleVector getWellSample_List()
Returns the list of WellSample elements.
void addToWellSample_List(WellSample value, boolean validate)
Adds a new WellSample element to this object.
void addToWellSample_List(WellSample value)
Adds a new WellSample element to this object.
void clearWellSample_List()
Clear the list of WellSample.
void setReagentRef(ReagentRef value, boolean validate)
Sets the value of the ReagentRef element.
void setReagentRef(ReagentRef value)
Sets the value of the ReagentRef element.
ReagentRef getReagentRef()
Returns the value of the ReagentRef element.
void resetReagentRef()
Resets the ReagentRef element to an unset state.
boolean hasReagentRef()
Checks whether the optional ReagentRef element 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.
Well __internal_create(long cPtr, boolean own)
Well fromBase(NBOBaseClass base)
Cast a NBOBaseClass to a Well.
StringSet getExternalDescriptionAllowedValues()
Returns the allowed values for this attribut.
StringSet getExternalIdentifierAllowedValues()
Returns the allowed values for this attribut.
StringSet getTypeAllowedValues()
Returns the allowed values for this attribut.

Protected Functions

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

Represents the XML element Well.

A Well is a component of the Well/Plate/Screen construct to describe screening applications. A Well has a number of WellSample elements that link to the Images collected in this well. The ReagentRef links any Reagents that were used in this Well. A well is part of only one Plate. The origin for the row and column identifiers is the top left corner of the plate starting at zero. i.e The top left well of a plate is index (0,0)

Public Functions Documentation

function delete

function Well

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 setColumn

function setColumn

function getColumn

function resetColumn

function hasColumn

function setRow

function setRow

function getRow

function resetRow

function hasRow

function setExternalDescription

function setExternalDescription

function getExternalDescription

function resetExternalDescription

function hasExternalDescription

function setExternalIdentifier

function setExternalIdentifier

function getExternalIdentifier

function resetExternalIdentifier

function hasExternalIdentifier

function setType

function setType

function getType

function resetType

function hasType

function setColor

function setColor

function getColor

function resetColor

function hasColor

function setWellSample_List

function setWellSample_List

function getWellSample_List

function addToWellSample_List

function addToWellSample_List

function clearWellSample_List

function setReagentRef

function setReagentRef

function getReagentRef

function resetReagentRef

function hasReagentRef

function setAnnotationRef_List

function setAnnotationRef_List

function getAnnotationRef_List

function addToAnnotationRef_List

function addToAnnotationRef_List

function clearAnnotationRef_List

function __internal_create

function fromBase

function getExternalDescriptionAllowedValues

function getExternalIdentifierAllowedValues

function getTypeAllowedValues

Protected Functions Documentation

function Well

function swigSetCMemOwn

function finalize

function getCPtr