}
/** Test for <a href="http://issues.apache.org/jira/browse/JAXME-39">JAXME-39</a>
*/
public void testJaxMe39() throws Exception {
IngredientImpl ingredientImpl = new IngredientImpl();
assertTrue(!ingredientImpl.isSetIngredientId());
ingredientImpl.setIngredientId(new Integer(0));
assertTrue(ingredientImpl.isSetIngredientId());
}