Skip to content

StructuredAnnotations_Choice

Bases: NBOBaseClass

Represents the XML choice in element StructuredAnnotations.

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)

addXMLAnnotation(value)

containsXMLAnnotation()

addFileAnnotation(value)

containsFileAnnotation()

addListAnnotation(value)

containsListAnnotation()

addLongAnnotation(value)

containsLongAnnotation()

addDoubleAnnotation(value)

containsDoubleAnnotation()

addCommentAnnotation(value)

containsCommentAnnotation()

addBooleanAnnotation(value)

containsBooleanAnnotation()

addTimestampAnnotation(value)

containsTimestampAnnotation()

addTagAnnotation(value)

containsTagAnnotation()

addTermAnnotation(value)

containsTermAnnotation()

addMapAnnotation(value)

containsMapAnnotation()