//SetPartyRelationship sets PartyRelationship, Tag 1515 func (m NoPartyRelationships) SetPartyRelationship(v enum.PartyRelationship) { m.Set(field.NewPartyRelationship(v)) }
//SetPartyRelationship sets PartyRelationship, Tag 1515 func (m NoPartyRelationships) SetPartyRelationship(v int) { m.Set(field.NewPartyRelationship(v)) }