_tspiAddress = new GeneralAddressClass(generalAddressClassElement);
}
Element intersectionAddressElement = element.getFirstChildElement(
IntersectionAddress.getName(getDDMSVersion()), tspiNamespace);
if (intersectionAddressElement != null)
_tspiAddress = new IntersectionAddress(intersectionAddressElement);
Element landmarkAddressElement = element.getFirstChildElement(
LandmarkAddress.getName(getDDMSVersion()), tspiNamespace);
if (landmarkAddressElement != null)
_tspiAddress = new LandmarkAddress(landmarkAddressElement);
Element numberedThoroughfareAddressElement = element.getFirstChildElement(