BinaryFile¶
Bases: NBOBaseClass
Represents the XML element BinaryFile.
Size of the uncompressed file. [unit:bytes]
Bases: NBOBaseClass
Represents the XML element BinaryFile.
Size of the uncompressed file. [unit:bytes]
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)
¶setFileName(value, validate=True)
¶getFileName()
¶resetFileName()
¶hasFileName()
¶getFileNameAllowedValues()
staticmethod
¶setSize(value, validate=True)
¶getSize()
¶resetSize()
¶hasSize()
¶setMIMEType(value, validate=True)
¶getMIMEType()
¶resetMIMEType()
¶hasMIMEType()
¶getMIMETypeAllowedValues()
staticmethod
¶setbinaryfile_choice(value, validate=True)
¶getbinaryfile_choice()
¶resetbinaryfile_choice()
¶hasbinaryfile_choice()
¶