assertMap(root.getAnnotatedMapWithEntryTypeKeyAttributeValueEntryContent());
}
public void testEntryTypeKeyAttributeValueEntry() throws Exception
{
Root root = unmarshalObject(Root.class);
Map<String, EntryTypeKeyAttributeValueEntry> map = root.getEntryTypeKeyAttributeValueEntry();
assertMapWithEntry(map);
}