public
class
NegativeIntegerTypeextends IntegerType
"negativeInteger" type.
type of the value object is IntegerValueType.
See http://www.w3.org/TR/xmlschema-2/#negativeInteger for the spec
v.isNegative is certainly faster than compareTo(ZERO).
This the sole reason why this class exists at all.