Uses of Class
org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdStringRestrictions
-
Packages that use XsdStringRestrictions Package Description org.xmlet.xsdparser.xsdelements.xsdrestrictions -
-
Uses of XsdStringRestrictions in org.xmlet.xsdparser.xsdelements.xsdrestrictions
Subclasses of XsdStringRestrictions in org.xmlet.xsdparser.xsdelements.xsdrestrictions Modifier and Type Class Description classXsdEnumerationRepresents a value that a given XSD type is allowed to take.classXsdMaxExclusiveStates the maximum value that a given type might take, excluding the respective value.classXsdMaxInclusiveStates the maximum value that a given type might take, including the respective value.classXsdMinExclusiveStates the minimum value that a given type might take, excluding the respective value.classXsdMinInclusiveStates the minimum value that a given type might take, including the respective value.classXsdPatternStates a pattern that a given attribute must match in order to be considered valid.Methods in org.xmlet.xsdparser.xsdelements.xsdrestrictions with parameters of type XsdStringRestrictions Modifier and Type Method Description static booleanXsdStringRestrictions. hasDifferentValue(XsdStringRestrictions o1, XsdStringRestrictions o2)Compares two different objects of this type.
-