Uses of Class
org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdMaxExclusive
-
Packages that use XsdMaxExclusive Package Description org.xmlet.xsdparser.xsdelements org.xmlet.xsdparser.xsdelements.visitors org.xmlet.xsdparser.xsdelements.xsdrestrictions -
-
Uses of XsdMaxExclusive in org.xmlet.xsdparser.xsdelements
Fields in org.xmlet.xsdparser.xsdelements declared as XsdMaxExclusive Modifier and Type Field Description private XsdMaxExclusiveXsdRestriction. maxExclusiveAXsdMaxExclusiveinstance that specifies the maxExclusive value for a numeric type.Methods in org.xmlet.xsdparser.xsdelements that return XsdMaxExclusive Modifier and Type Method Description XsdMaxExclusiveXsdRestriction. getMaxExclusive()Methods in org.xmlet.xsdparser.xsdelements with parameters of type XsdMaxExclusive Modifier and Type Method Description voidXsdRestriction. setMaxExclusive(XsdMaxExclusive maxExclusive) -
Uses of XsdMaxExclusive in org.xmlet.xsdparser.xsdelements.visitors
Methods in org.xmlet.xsdparser.xsdelements.visitors with parameters of type XsdMaxExclusive Modifier and Type Method Description default voidXsdAbstractElementVisitor. visit(XsdMaxExclusive element)voidXsdRestrictionsVisitor. visit(XsdMaxExclusive element) -
Uses of XsdMaxExclusive in org.xmlet.xsdparser.xsdelements.xsdrestrictions
Methods in org.xmlet.xsdparser.xsdelements.xsdrestrictions that return XsdMaxExclusive Modifier and Type Method Description XsdMaxExclusiveXsdMaxExclusive. clone(java.util.Map<java.lang.String,java.lang.String> placeHolderAttributes)Performs a copy of the current object for replacing purposes.
-