131132133134135136137138139140141
} }; } public XSDMinExclusiveFacet getMinExclusiveFacet() { return new XSDMinExclusiveFacetImpl() { public Object getValue() { return minExc; } }; }