//SetAllocTransType sets AllocTransType, Tag 71
func (m Allocation) SetAllocTransType(v enum.AllocTransType) {
	m.Set(field.NewAllocTransType(v))
}
//SetAllocTransType sets AllocTransType, Tag 71
func (m AllocationReportAck) SetAllocTransType(v string) {
	m.Set(field.NewAllocTransType(v))
}