ColoredBeads
Bases: ManufacturerSpec_Type
Represents the XML element ColoredBeads.
This element describes a preparation of multi-Colored Fluorescent Beads (also referred to as Microspheres) used to facilitate the optical calibration of conventional fluorescence microscopes, confocal laser scanning microscopes, and associated image-processing equipments. These Beads are usually made of glass or plastic microspheres stained with one or more fluorescent dyes.
getTypeName()
Returns the class type name.
Returns:
| Type | Description |
|---|---|
string
|
The class type name |
getXMLName()
Returns the XML element name corresponding to this class.
Returns:
| Type | Description |
|---|---|
string
|
The XML element name |
getNBOType()
Returns the NBO Type corresponding to this class.
Returns:
| Type | Description |
|---|---|
int
|
The NBO Type value |
getChildren()
Returns a list of all classes derived from this class.
Returns:
| Type | Description |
|---|---|
List[NBOBaseClass]
|
The list of derived classes |
getSubElements()
Returns a list of all child elements contained in this class.
Returns:
| Type | Description |
|---|---|
List[NBOBaseClass]
|
The list of child classes |
fromJsonFile(path)
Populates this object from a JSON file.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
path
|
string
|
The path to the JSON file |
required |
fromJsonString(json_string)
Populates this object from a JSON string.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
json_string
|
string
|
The JSON content as a string |
required |
fromXmlFile(path)
Populates this object from a XML file.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
path
|
string
|
The path to the XML file |
required |
fromXmlString(xml_string)
Populates this object from a XML string.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
xml_string
|
string
|
The XML content as a string |
required |
toXmlFile(filename)
Serializes this object to an XML file.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
filename
|
string
|
The path to the output XML file |
required |
toXmlString()
Serializes this object to an XML string.
Returns:
| Type | Description |
|---|---|
string
|
A string containing the XML representation of this object |
setID(value)
Sets the value of the ID attribute.
A Unique Identifier for this component.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
value
|
LSID_Type
|
The value to set |
required |
getID()
Returns the value of the ID attribute.
A Unique Identifier for this component.
Returns:
| Type | Description |
|---|---|
LSID_Type
|
The value of the attribute |
resetID()
Resets the ID attribute to an unset state.
A Unique Identifier for this component.
hasID()
Checks whether the optional ID attribute is present.
A Unique Identifier for this component.
Returns:
| Type | Description |
|---|---|
boolean
|
true if the optional attribute has been set, false otherwise |
setDiameter(value)
Sets the value of the Diameter attribute.
This field captures the Diameter of these Colored Beads.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
value
|
float
|
The value to set |
required |
getDiameter()
Returns the value of the Diameter attribute.
This field captures the Diameter of these Colored Beads.
Returns:
| Type | Description |
|---|---|
float
|
The value of the attribute |
setDiameterUnit(value)
Sets the value of the DiameterUnit attribute.
No description available in the XSD standard.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
value
|
UnitsLength_Type
|
The value to set |
required |
getDiameterUnit()
Returns the value of the DiameterUnit attribute.
No description available in the XSD standard.
Returns:
| Type | Description |
|---|---|
UnitsLength_Type
|
The value of the attribute |
resetDiameterUnit()
Resets the DiameterUnit attribute to an unset state.
No description available in the XSD standard.
hasDiameterUnit()
Checks whether the optional DiameterUnit attribute is present.
No description available in the XSD standard.
Returns:
| Type | Description |
|---|---|
boolean
|
true if the optional attribute has been set, false otherwise |
setConcentration(value)
Sets the value of the Concentration attribute.
This field captures the concentration of these Colored Beads.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
value
|
float
|
The value to set |
required |
getConcentration()
Returns the value of the Concentration attribute.
This field captures the concentration of these Colored Beads.
Returns:
| Type | Description |
|---|---|
float
|
The value of the attribute |
setConcentrationUnit(value)
Sets the value of the ConcentrationUnit attribute.
No description available in the XSD standard.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
value
|
UnitsConcentration_Type
|
The value to set |
required |
getConcentrationUnit()
Returns the value of the ConcentrationUnit attribute.
No description available in the XSD standard.
Returns:
| Type | Description |
|---|---|
UnitsConcentration_Type
|
The value of the attribute |
resetConcentrationUnit()
Resets the ConcentrationUnit attribute to an unset state.
No description available in the XSD standard.
hasConcentrationUnit()
Checks whether the optional ConcentrationUnit attribute is present.
No description available in the XSD standard.
Returns:
| Type | Description |
|---|---|
boolean
|
true if the optional attribute has been set, false otherwise |
setType(value)
Sets the value of the Type attribute.
This field captures the type of these Colored Beads.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
value
|
BeadType_Type
|
The value to set |
required |
getType()
Returns the value of the Type attribute.
This field captures the type of these Colored Beads.
Returns:
| Type | Description |
|---|---|
BeadType_Type
|
The value of the attribute |
resetType()
Resets the Type attribute to an unset state.
This field captures the type of these Colored Beads.
hasType()
Checks whether the optional Type attribute is present.
This field captures the type of these Colored Beads.
Returns:
| Type | Description |
|---|---|
boolean
|
true if the optional attribute has been set, false otherwise |
setMaterial(value)
Sets the value of the Material attribute.
This field capture the Material that is used to construct these Colored Beads.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
value
|
string
|
The value to set |
required |
getMaterial()
Returns the value of the Material attribute.
This field capture the Material that is used to construct these Colored Beads.
Returns:
| Type | Description |
|---|---|
string
|
The value of the attribute |
resetMaterial()
Resets the Material attribute to an unset state.
This field capture the Material that is used to construct these Colored Beads.
hasMaterial()
Checks whether the optional Material attribute is present.
This field capture the Material that is used to construct these Colored Beads.
Returns:
| Type | Description |
|---|---|
boolean
|
true if the optional attribute has been set, false otherwise |
setWavelengthRange(value)
Sets the value of the WavelengthRange element.
No description available in the XSD standard.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
value
|
WavelengthRange
|
The value to set |
required |
getWavelengthRange()
Returns the value of the WavelengthRange element.
No description available in the XSD standard.
Returns:
| Type | Description |
|---|---|
WavelengthRange
|
The value of the element |
resetWavelengthRange()
Resets the WavelengthRange element to an unset state.
No description available in the XSD standard.
hasWavelengthRange()
Checks whether the optional WavelengthRange element is present.
No description available in the XSD standard.
Returns:
| Type | Description |
|---|---|
boolean
|
true if the optional attribute has been set, false otherwise |