Reagent¶
Bases: NBOBaseClass
Represents the XML element Reagent.
Reagent is used to describe a chemical or some other physical experimental parameter.
Bases: NBOBaseClass
Represents the XML element Reagent.
Reagent is used to describe a chemical or some other physical experimental parameter.
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()
¶setName(value, validate=True)
¶getName()
¶resetName()
¶hasName()
¶getNameAllowedValues()
staticmethod
¶setReagentIdentifier(value, validate=True)
¶getReagentIdentifier()
¶resetReagentIdentifier()
¶hasReagentIdentifier()
¶getReagentIdentifierAllowedValues()
staticmethod
¶setDescription(value, validate=True)
¶getDescription()
¶resetDescription()
¶hasDescription()
¶setAnnotationRef_List(value, validate=True)
¶getAnnotationRef_List()
¶addToAnnotationRef_List(value, validate=True)
¶clearAnnotationRef_List()
¶