global class LocationInputRepresentation {
|
global String countryCode;
|
global String locationIdentifier;
|
global String postalCode;
|
global LocationInputRepresentation() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|