870871872873874875876
/** * Create an instance of {@link ThoroughfareLeadingType} * */ public static ThoroughfareLeadingType createXalThoroughfareLeadingType() { return new ThoroughfareLeadingType(); }
878879880881882883884
/** * Create an instance of {@link ThoroughfareName} * */ public static ThoroughfareName createXalThoroughfareName() { return new ThoroughfareName(); }
886887888889890891892
/** * Create an instance of {@link ThoroughfareNumber} * */ public static ThoroughfareNumber createXalThoroughfareNumber() { return new ThoroughfareNumber(); }
942943944945946947948
894895896897898899900
/** * Create an instance of {@link ThoroughfareNumberPrefix} * */ public static ThoroughfareNumberPrefix createXalThoroughfareNumberPrefix() { return new ThoroughfareNumberPrefix(); }
902903904905906907908
/** * Create an instance of {@link ThoroughfareNumberSuffix} * */ public static ThoroughfareNumberSuffix createXalThoroughfareNumberSuffix() { return new ThoroughfareNumberSuffix(); }
910911912913914915916
/** * Create an instance of {@link ThoroughfarePostDirection} * */ public static ThoroughfarePostDirection createXalThoroughfarePostDirection() { return new ThoroughfarePostDirection(); }
918919920921922923924
/** * Create an instance of {@link ThoroughfarePreDirection} * */ public static ThoroughfarePreDirection createXalThoroughfarePreDirection() { return new ThoroughfarePreDirection(); }
926927928929930931932
/** * Create an instance of {@link ThoroughfareTrailingType} * */ public static ThoroughfareTrailingType createXalThoroughfareTrailingType() { return new ThoroughfareTrailingType(); }
936937938939940941942
* * @param xalAddressDetails * required parameter */ public static XAL createXalXAL(final List<AddressDetails> xalAddressDetails) { return new XAL(xalAddressDetails); }