rowType_Type¶
Bases: NBOBaseClass
Represents the XML complex type rowType.
The index of this Row.
Bases: NBOBaseClass
Represents the XML complex type rowType.
The index of this Row.
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)
¶setRowNr(value, validate=True)
¶getRowNr()
¶resetRowNr()
¶hasRowNr()
¶setCell_List(value, validate=True)
¶getCell_List()
¶addToCell_List(value, validate=True)
¶clearCell_List()
¶