//SetAllocLinkType sets AllocLinkType, Tag 197
func (m Allocation) SetAllocLinkType(v enum.AllocLinkType) {
	m.Set(field.NewAllocLinkType(v))
}
//SetAllocLinkType sets AllocLinkType, Tag 197
func (m Allocation) SetAllocLinkType(v int) {
	m.Set(field.NewAllocLinkType(v))
}