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