/// <summary>
 /// Constructor that accepts values for all mandatory fields
 /// </summary>
 ///<param name="sifRefObject">A SIF_RefObject</param>
 ///<param name="systemContextList">A SystemContextList</param>
 ///
 public SystenRoleSIF_RefId( SystemRoleObjectType sifRefObject, SystemContext systemContextList )
     : base(SystemDTD.SYSTENROLESIF_REFID)
 {
     this.SetSIF_RefObject( sifRefObject );
     this.SystemContextList =  new SystemContextList( systemContextList );
 }
 /// <summary>
 /// Sets the value of the <c>SIF_RefObject</c> attribute.
 /// </summary>
 /// <param name="val">A SystemRoleObjectType object</param>
 /// <remarks>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void SetSIF_RefObject( SystemRoleObjectType val )
 {
     SetField( SystemDTD.SYSTENROLESIF_REFID_SIF_REFOBJECT, val );
 }
 /// <summary>
 /// Sets the value of the <c>SIF_RefObject</c> attribute.
 /// </summary>
 /// <param name="val">A SystemRoleObjectType object</param>
 /// <remarks>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void SetSIF_RefObject(SystemRoleObjectType val)
 {
     SetField(SystemDTD.SYSTENROLESIF_REFID_SIF_REFOBJECT, val);
 }
 /// <summary>
 /// Constructor that accepts values for all mandatory fields
 /// </summary>
 ///<param name="sifRefObject">A SIF_RefObject</param>
 ///<param name="systemContextList">A SystemContextList</param>
 ///
 public SystenRoleSIF_RefId(SystemRoleObjectType sifRefObject, SystemContext systemContextList) : base(SystemDTD.SYSTENROLESIF_REFID)
 {
     this.SetSIF_RefObject(sifRefObject);
     this.SystemContextList = new SystemContextList(systemContextList);
 }
Example #5
0
 ///<summary>Sets the value of the <c>&lt;SIF_RefId&gt;</c> element.</summary>
 /// <param name="SifRefObject">A SIF_RefObject</param>
 /// <param name="SystemContextList">A SystemContextList</param>
 ///<remarks>
 /// <para>This form of <c>setSIF_RefId</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>SIF_RefId</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void SetSIF_RefId( SystemRoleObjectType SifRefObject, SystemContext SystemContextList )
 {
     RemoveChild( SystemDTD.SYSTEMROLE_SIF_REFID);
     AddChild( SystemDTD.SYSTEMROLE_SIF_REFID, new SystenRoleSIF_RefId( SifRefObject, SystemContextList ) );
 }
Example #6
0
 ///<summary>Sets the value of the <c>&lt;SIF_RefId&gt;</c> element.</summary>
 /// <param name="SifRefObject">A SIF_RefObject</param>
 /// <param name="SystemContextList">A SystemContextList</param>
 ///<remarks>
 /// <para>This form of <c>setSIF_RefId</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>SIF_RefId</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void SetSIF_RefId(SystemRoleObjectType SifRefObject, SystemContext SystemContextList)
 {
     RemoveChild(SystemDTD.SYSTEMROLE_SIF_REFID);
     AddChild(SystemDTD.SYSTEMROLE_SIF_REFID, new SystenRoleSIF_RefId(SifRefObject, SystemContextList));
 }