Skip to content

NonNegativeLong_Type

Bases: NBOBaseClass

Represents the XML simple type NonNegativeLong.

A simple type that restricts the value to a long between 0 and 9223372036854775807 (inclusive).

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)

set(v, validate=True)

get()