5556575859606162636465
occurrences.optional(); } public void unbounded() { Occurrences occurrences = getOccurences(); occurrences.unbounded(); } public void max(int maximum) { Occurrences occurrences = getOccurences(); occurrences.max(maximum);