public AtmsAtmLocation()
 {
     this.locationTypeField = new AtmsAtmLocationLocationType();
     this.pointField = new AtmsAtmLocationPoint();
     this.addressField = new AtmsAtmLocationAddress();
 }
 public AtmsAtmLocation()
 {
     this.locationTypeField = new AtmsAtmLocationLocationType();
     this.pointField        = new AtmsAtmLocationPoint();
     this.addressField      = new AtmsAtmLocationAddress();
 }