//SetIndividualAllocType sets IndividualAllocType, Tag 992
func (m NoAllocs) SetIndividualAllocType(v int) {
	m.Set(field.NewIndividualAllocType(v))
}
//SetIndividualAllocType sets IndividualAllocType, Tag 992
func (m NoAllocs) SetIndividualAllocType(v enum.IndividualAllocType) {
	m.Set(field.NewIndividualAllocType(v))
}