147148149150151152153154155156157
} }; } public XSDMaxExclusiveFacet getMaxExclusiveFacet() { return new XSDMaxExclusiveFacetImpl() { public Object getValue() { return maxExc; } }; }