139140141142143144145146147148149
} }; } public XSDMaxInclusiveFacet getMaxInclusiveFacet() { return new XSDMaxInclusiveFacetImpl() { public Object getValue() { return maxInc; } }; }