Skip to content

Well

Bases: NBOBaseClass

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)

fromBase(base) staticmethod

getTypeName()

getXMLName()

getNBOType()

getChildren()

getSubElements()

fromJsonFile(path, validate=True)

fromJsonString(json_string, validate=True)

fromXmlFile(path, validate=True)

fromXmlString(xml_string, validate=True)

toXmlFile(filename, validate=True)

toXmlString(validate=True)

setID(value, validate=True)

getID()

resetID()

hasID()

setColumn(value, validate=True)

getColumn()

resetColumn()

hasColumn()

setRow(value, validate=True)

getRow()

resetRow()

hasRow()

setExternalDescription(value, validate=True)

getExternalDescription()

resetExternalDescription()

hasExternalDescription()

getExternalDescriptionAllowedValues() staticmethod

setExternalIdentifier(value, validate=True)

getExternalIdentifier()

resetExternalIdentifier()

hasExternalIdentifier()

getExternalIdentifierAllowedValues() staticmethod

setType(value, validate=True)

getType()

resetType()

hasType()

getTypeAllowedValues() staticmethod

setColor(value, validate=True)

getColor()

resetColor()

hasColor()

setWellSample_List(value, validate=True)

getWellSample_List()

addToWellSample_List(value, validate=True)

clearWellSample_List()

setReagentRef(value, validate=True)

getReagentRef()

resetReagentRef()

hasReagentRef()

setAnnotationRef_List(value, validate=True)

getAnnotationRef_List()

addToAnnotationRef_List(value, validate=True)

clearAnnotationRef_List()