package org.whole.lang.xsd.model; /** * @generator Whole */ public interface Bounded extends IXsdEntity, Occurrence { public int getValue(); public void setValue(int value); }