public XStaffType()
 {
     refId = null;
     name = new XPersonNameType();
     localId = null;
     stateProvinceId = null;
     otherIds = new XOtherPersonIdListType();
     appProvisioningInfo = new XAppProvisioningInfoType();
     sex = null;
     email = new XEmailType();
     primaryAssignment = new XStaffPersonAssignmentType();
     otherAssignments = new XStaffPersonAssignmentListType();
 }
 public XStaffType()
 {
     refId               = null;
     name                = new XPersonNameType();
     localId             = null;
     stateProvinceId     = null;
     otherIds            = new XOtherPersonIdListType();
     appProvisioningInfo = new XAppProvisioningInfoType();
     sex               = null;
     email             = new XEmailType();
     primaryAssignment = new XStaffPersonAssignmentType();
     otherAssignments  = new XStaffPersonAssignmentListType();
     Metadata          = new XMetadata();
 }