}
OGCContactInformation cin = sin.getContactInformation();
String strPrimaryPersonContact = cin.getPersonPrimary();
String strPositionContact = cin.getPosition();
String strOrganisationContact = cin.getOrganization();
String strTelephoneVoiceContact = cin.getVoiceTelephone();
String strTelephoneFacsimileContact = cin.getFacsimileTelephone();
String strEmailAddressContact = cin.getElectronicMailAddress();
String strStreetContact = null;
String strPostCodeContact = null;
String strCityContact= null;
String strStateOrProvinceContact = null;
String strCountryContact = null;
OGCAddress add = cin.getContactAddress();
if (add != null)
{
strStreetContact = add.getAddress();
strPostCodeContact = add.getPostCode();