//SetSettlInstID sets SettlInstID, Tag 162
func (m SettlementInstructions) SetSettlInstID(v string) {
	m.Set(field.NewSettlInstID(v))
}
//SetSettlInstID sets SettlInstID, Tag 162
func (m NoSettlInst) SetSettlInstID(v string) {
	m.Set(field.NewSettlInstID(v))
}