org.hisrc.jsonix.Jsonix.Schema.XSD.UnsignedLong.js Maven / Gradle / Ivy
Jsonix.Schema.XSD.UnsignedLong = Jsonix.Class(Jsonix.Schema.XSD.NonNegativeInteger, {
name : 'UnsignedLong',
typeName : Jsonix.Schema.XSD.qname('unsignedLong'),
MIN_VALUE : 0,
MAX_VALUE : 18446744073709551615,
CLASS_NAME : 'Jsonix.Schema.XSD.UnsignedLong'
});
Jsonix.Schema.XSD.UnsignedLong.INSTANCE = new Jsonix.Schema.XSD.UnsignedLong();
Jsonix.Schema.XSD.UnsignedLong.INSTANCE.LIST = new Jsonix.Schema.XSD.List(Jsonix.Schema.XSD.UnsignedLong.INSTANCE);
© 2015 - 2024 Weber Informatics LLC | Privacy Policy