Ejemplo n.º 1
0
//SetAllocRejCode sets AllocRejCode, Tag 88
func (m AllocationACK) SetAllocRejCode(v enum.AllocRejCode) {
	m.Set(field.NewAllocRejCode(v))
}
//SetAllocRejCode sets AllocRejCode, Tag 88
func (m AllocationReportAck) SetAllocRejCode(v int) {
	m.Set(field.NewAllocRejCode(v))
}
//SetAllocRejCode sets AllocRejCode, Tag 88
func (m AllocationInstructionAck) SetAllocRejCode(v int) {
	m.Set(field.NewAllocRejCode(v))
}
Ejemplo n.º 4
0
//SetAllocRejCode sets AllocRejCode, Tag 88
func (m AllocationACK) SetAllocRejCode(v int) {
	m.Set(field.NewAllocRejCode(v))
}