//SetSettlInstTransType sets SettlInstTransType, Tag 163
func (m NoSettlInst) SetSettlInstTransType(v string) {
	m.Set(field.NewSettlInstTransType(v))
}
//SetSettlInstTransType sets SettlInstTransType, Tag 163
func (m SettlementInstructions) SetSettlInstTransType(v enum.SettlInstTransType) {
	m.Set(field.NewSettlInstTransType(v))
}
//SetSettlInstTransType sets SettlInstTransType, Tag 163
func (m NoSettlInst) SetSettlInstTransType(v enum.SettlInstTransType) {
	m.Set(field.NewSettlInstTransType(v))
}