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