public XSchoolType()
 {
     refId = null;
     leaRefId = null;
     localId = null;
     stateProvinceId = null;
     otherIds = new XOtherOrganizationIdListType();
     schoolName = null;
     gradeLevels = new XGradeLevelListType();
     address = new XOrganizationAddressType();
     phoneNumber = new XTelephoneType();
     otherPhoneNumbers = new XTelephoneListType();
 }
Exemplo n.º 2
0
 public XSchoolType()
 {
     refId             = null;
     leaRefId          = null;
     localId           = null;
     stateProvinceId   = null;
     otherIds          = new XOtherOrganizationIdListType();
     schoolName        = null;
     gradeLevels       = new XGradeLevelListType();
     address           = new XOrganizationAddressType();
     phoneNumber       = new XTelephoneType();
     otherPhoneNumbers = new XTelephoneListType();
     Metadata          = new XMetadata();
 }