Map_Type¶
Bases: NBOBaseClass
Represents the XML complex type Map.
This is a Mapping of Key/Value pairs.
Bases: NBOBaseClass
Represents the XML complex type Map.
This is a Mapping of Key/Value pairs.
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)
¶setM_List(value, validate=True)
¶getM_List()
¶addToM_List(value, validate=True)
¶clearM_List()
¶