Skip to content

Instantly share code, notes, and snippets.

@fletcherm
Created September 4, 2010 17:54
Show Gist options
  • Save fletcherm/565358 to your computer and use it in GitHub Desktop.
Save fletcherm/565358 to your computer and use it in GitHub Desktop.
public void extractEducationDetails(SoapObject education, IEducationDetails details) {
details.setYear(education.getProperty("year").toString());
details.setSchool(education.getProperty("school").toString());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment