Uses of Class
org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdIntegerRestrictions
-
Packages that use XsdIntegerRestrictions Package Description org.xmlet.xsdparser.xsdelements.xsdrestrictions -
-
Uses of XsdIntegerRestrictions in org.xmlet.xsdparser.xsdelements.xsdrestrictions
Subclasses of XsdIntegerRestrictions in org.xmlet.xsdparser.xsdelements.xsdrestrictions Modifier and Type Class Description classXsdFractionDigitsStates the number of fraction digits allowed in a numeric type.classXsdLengthStates the exact number of length to a given type, either aString, aList, or another measurable type.classXsdMaxLengthStates the maximum length of a given type, either aString, aListor another measurable type.classXsdMinLengthStates the minimum length of a given type, either aString, aListor another measurable type.classXsdTotalDigitsStates the number of total digits allowed in a numeric type.Methods in org.xmlet.xsdparser.xsdelements.xsdrestrictions with parameters of type XsdIntegerRestrictions Modifier and Type Method Description static booleanXsdIntegerRestrictions. hasDifferentValue(XsdIntegerRestrictions o1, XsdIntegerRestrictions o2)Compares two different objects of this type.
-