/// <summary> /// Sets the value of the <c><SIF_NotificationType></c> element. /// </summary> /// <param name="val">A SIF_NotificationType object</param> /// <remarks> /// <para>Version: 2.6</para> /// <para>Since: 2.1</para> /// </remarks> public void SetSIF_NotificationType(SIF_NotificationType val) { SetField(InfraDTD.SIF_CANCELREQUESTS_SIF_NOTIFICATIONTYPE, val); }
/// <summary> /// Constructor that accepts values for all mandatory fields /// </summary> ///<param name="sifNotificationType">A SIF_NotificationType</param> ///<param name="sifRequestMsgIds">A SIF_RequestMsgIds</param> /// public SIF_CancelRequests( SIF_NotificationType sifNotificationType, SIF_RequestMsgId sifRequestMsgIds ) : base(InfraDTD.SIF_CANCELREQUESTS) { this.SetSIF_NotificationType( sifNotificationType ); this.SIF_RequestMsgIds = new SIF_RequestMsgIds( sifRequestMsgIds ); }
/// <summary> /// Constructor that accepts values for all mandatory fields /// </summary> ///<param name="sifNotificationType">A SIF_NotificationType</param> ///<param name="sifRequestMsgIds">A SIF_RequestMsgIds</param> /// public SIF_CancelRequests(SIF_NotificationType sifNotificationType, SIF_RequestMsgId sifRequestMsgIds) : base(InfraDTD.SIF_CANCELREQUESTS) { this.SetSIF_NotificationType(sifNotificationType); this.SIF_RequestMsgIds = new SIF_RequestMsgIds(sifRequestMsgIds); }
/// <summary> /// Sets the value of the <c><SIF_NotificationType></c> element. /// </summary> /// <param name="val">A SIF_NotificationType object</param> /// <remarks> /// <para>Version: 2.5</para> /// <para>Since: 2.1</para> /// </remarks> public void SetSIF_NotificationType( SIF_NotificationType val ) { SetField( InfraDTD.SIF_CANCELREQUESTS_SIF_NOTIFICATIONTYPE, val ); }