Exemplo n.º 1
0
 /// <summary>
 /// Sets the value of the <c>&lt;Sex&gt;</c> element.
 /// </summary>
 /// <param name="val">A StudentSnapshotSexCodeType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "'Sex' is the distinction 'male' and 'female', as reported by the person."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetSex( StudentSnapshotSexCodeType val )
 {
     SetField( StudentDTD.STUDENTSNAPSHOT_SEX, val );
 }
Exemplo n.º 2
0
 /// <summary>
 /// Sets the value of the <c>&lt;Sex&gt;</c> element.
 /// </summary>
 /// <param name="val">A StudentSnapshotSexCodeType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "'Sex' is the distinction 'male' and 'female', as reported by the person."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetSex(StudentSnapshotSexCodeType val)
 {
     SetField(StudentDTD.STUDENTSNAPSHOT_SEX, val);
 }