Uses of Class
org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdMaxLength
-
Packages that use XsdMaxLength Package Description org.xmlet.xsdparser.xsdelements org.xmlet.xsdparser.xsdelements.visitors org.xmlet.xsdparser.xsdelements.xsdrestrictions -
-
Uses of XsdMaxLength in org.xmlet.xsdparser.xsdelements
Fields in org.xmlet.xsdparser.xsdelements declared as XsdMaxLength Modifier and Type Field Description private XsdMaxLengthXsdRestriction. maxLengthAXsdMaxLengthinstance that specifies the maxLength of a List or a String type.Methods in org.xmlet.xsdparser.xsdelements that return XsdMaxLength Modifier and Type Method Description XsdMaxLengthXsdRestriction. getMaxLength()Methods in org.xmlet.xsdparser.xsdelements with parameters of type XsdMaxLength Modifier and Type Method Description voidXsdRestriction. setMaxLength(XsdMaxLength maxLength) -
Uses of XsdMaxLength in org.xmlet.xsdparser.xsdelements.visitors
Methods in org.xmlet.xsdparser.xsdelements.visitors with parameters of type XsdMaxLength Modifier and Type Method Description default voidXsdAbstractElementVisitor. visit(XsdMaxLength element)voidXsdRestrictionsVisitor. visit(XsdMaxLength element) -
Uses of XsdMaxLength in org.xmlet.xsdparser.xsdelements.xsdrestrictions
Methods in org.xmlet.xsdparser.xsdelements.xsdrestrictions that return XsdMaxLength Modifier and Type Method Description XsdMaxLengthXsdMaxLength. clone(java.util.Map<java.lang.String,java.lang.String> placeHolderAttributes)Performs a copy of the current object for replacing purposes.
-