Annotation_Type¶
Bases: NBOBaseClass
Represents the XML complex type Annotation.
This element contains a description for the annotation.[plain-text multi-line string]
Bases: NBOBaseClass
Represents the XML complex type Annotation.
This element contains a description for the annotation.[plain-text multi-line string]
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()
¶setNamespace(value, validate=True)
¶getNamespace()
¶resetNamespace()
¶hasNamespace()
¶getNamespaceAllowedValues()
staticmethod
¶setAnnotator(value, validate=True)
¶getAnnotator()
¶resetAnnotator()
¶hasAnnotator()
¶setDescription(value, validate=True)
¶getDescription()
¶resetDescription()
¶hasDescription()
¶