//SetMatchType sets MatchType, Tag 574
func (m NoMatchRules) SetMatchType(v enum.MatchType) {
	m.Set(field.NewMatchType(v))
}
//SetMatchType sets MatchType, Tag 574
func (m NoMatchRules) SetMatchType(v string) {
	m.Set(field.NewMatchType(v))
}