//SetPartyListResponseType sets PartyListResponseType, Tag 1507
func (m NoPartyListResponseTypes) SetPartyListResponseType(v enum.PartyListResponseType) {
	m.Set(field.NewPartyListResponseType(v))
}
//SetPartyListResponseType sets PartyListResponseType, Tag 1507
func (m NoPartyListResponseTypes) SetPartyListResponseType(v int) {
	m.Set(field.NewPartyListResponseType(v))
}