Example #1
0
 /**
  * Gets the <code>Name</code> field of the <code>StaffPersonal</code> object
  *
  * @return the Name object associated with this object
  */
 public Name getName() {
   return (new Name(primitive.getName()));
 }