ProjectRef¶
Bases: Reference_Type
Represents the XML element ProjectRef.
There may be one or more of these in a Dataset. This empty element has a required Project ID attribute that refers to Projects defined within the OME element.
Bases: Reference_Type
Represents the XML element ProjectRef.
There may be one or more of these in a Dataset. This empty element has a required Project ID attribute that refers to Projects defined within the OME element.
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()
¶