BinData¶
Bases: base64Binary_Type
Represents the XML element BinData.
The contents of this element are base64-encoded. These are not CDATA sections, just a base64 stream.
Bases: base64Binary_Type
Represents the XML element BinData.
The contents of this element are base64-encoded. These are not CDATA sections, just a base64 stream.
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)
¶setCompression(value, validate=True)
¶getCompression()
¶resetCompression()
¶hasCompression()
¶getCompressionAllowedValues()
staticmethod
¶setBigEndian(value, validate=True)
¶getBigEndian()
¶resetBigEndian()
¶hasBigEndian()
¶setLength(value, validate=True)
¶getLength()
¶resetLength()
¶hasLength()
¶