summaryrefslogtreecommitdiff
path: root/Year_3/TSDWL/WSDL/CountryClient/build/generated-sources/jax-ws/org/oorsprong/websamples/ObjectFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'Year_3/TSDWL/WSDL/CountryClient/build/generated-sources/jax-ws/org/oorsprong/websamples/ObjectFactory.java')
-rw-r--r--Year_3/TSDWL/WSDL/CountryClient/build/generated-sources/jax-ws/org/oorsprong/websamples/ObjectFactory.java464
1 files changed, 464 insertions, 0 deletions
diff --git a/Year_3/TSDWL/WSDL/CountryClient/build/generated-sources/jax-ws/org/oorsprong/websamples/ObjectFactory.java b/Year_3/TSDWL/WSDL/CountryClient/build/generated-sources/jax-ws/org/oorsprong/websamples/ObjectFactory.java
new file mode 100644
index 0000000..a35311f
--- /dev/null
+++ b/Year_3/TSDWL/WSDL/CountryClient/build/generated-sources/jax-ws/org/oorsprong/websamples/ObjectFactory.java
@@ -0,0 +1,464 @@
+
+package org.oorsprong.websamples;
+
+import javax.xml.bind.annotation.XmlRegistry;
+
+
+/**
+ * This object contains factory methods for each
+ * Java content interface and Java element interface
+ * generated in the org.oorsprong.websamples package.
+ * <p>An ObjectFactory allows you to programatically
+ * construct new instances of the Java representation
+ * for XML content. The Java representation of XML
+ * content can consist of schema derived interfaces
+ * and classes representing the binding of schema
+ * type definitions, element declarations and model
+ * groups. Factory methods for each of these are
+ * provided in this class.
+ *
+ */
+@XmlRegistry
+public class ObjectFactory {
+
+
+ /**
+ * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.oorsprong.websamples
+ *
+ */
+ public ObjectFactory() {
+ }
+
+ /**
+ * Create an instance of {@link ListOfContinentsByCodeResponse }
+ *
+ */
+ public ListOfContinentsByCodeResponse createListOfContinentsByCodeResponse() {
+ return new ListOfContinentsByCodeResponse();
+ }
+
+ /**
+ * Create an instance of {@link ArrayOftContinent }
+ *
+ */
+ public ArrayOftContinent createArrayOftContinent() {
+ return new ArrayOftContinent();
+ }
+
+ /**
+ * Create an instance of {@link FullCountryInfo }
+ *
+ */
+ public FullCountryInfo createFullCountryInfo() {
+ return new FullCountryInfo();
+ }
+
+ /**
+ * Create an instance of {@link LanguageISOCodeResponse }
+ *
+ */
+ public LanguageISOCodeResponse createLanguageISOCodeResponse() {
+ return new LanguageISOCodeResponse();
+ }
+
+ /**
+ * Create an instance of {@link CountryName }
+ *
+ */
+ public CountryName createCountryName() {
+ return new CountryName();
+ }
+
+ /**
+ * Create an instance of {@link CountryCurrency }
+ *
+ */
+ public CountryCurrency createCountryCurrency() {
+ return new CountryCurrency();
+ }
+
+ /**
+ * Create an instance of {@link ListOfCurrenciesByName }
+ *
+ */
+ public ListOfCurrenciesByName createListOfCurrenciesByName() {
+ return new ListOfCurrenciesByName();
+ }
+
+ /**
+ * Create an instance of {@link CurrencyNameResponse }
+ *
+ */
+ public CurrencyNameResponse createCurrencyNameResponse() {
+ return new CurrencyNameResponse();
+ }
+
+ /**
+ * Create an instance of {@link ListOfCountryNamesByCode }
+ *
+ */
+ public ListOfCountryNamesByCode createListOfCountryNamesByCode() {
+ return new ListOfCountryNamesByCode();
+ }
+
+ /**
+ * Create an instance of {@link CapitalCityResponse }
+ *
+ */
+ public CapitalCityResponse createCapitalCityResponse() {
+ return new CapitalCityResponse();
+ }
+
+ /**
+ * Create an instance of {@link ListOfCurrenciesByCode }
+ *
+ */
+ public ListOfCurrenciesByCode createListOfCurrenciesByCode() {
+ return new ListOfCurrenciesByCode();
+ }
+
+ /**
+ * Create an instance of {@link CountryCurrencyResponse }
+ *
+ */
+ public CountryCurrencyResponse createCountryCurrencyResponse() {
+ return new CountryCurrencyResponse();
+ }
+
+ /**
+ * Create an instance of {@link TCurrency }
+ *
+ */
+ public TCurrency createTCurrency() {
+ return new TCurrency();
+ }
+
+ /**
+ * Create an instance of {@link ListOfLanguagesByCode }
+ *
+ */
+ public ListOfLanguagesByCode createListOfLanguagesByCode() {
+ return new ListOfLanguagesByCode();
+ }
+
+ /**
+ * Create an instance of {@link LanguageISOCode }
+ *
+ */
+ public LanguageISOCode createLanguageISOCode() {
+ return new LanguageISOCode();
+ }
+
+ /**
+ * Create an instance of {@link ListOfCurrenciesByCodeResponse }
+ *
+ */
+ public ListOfCurrenciesByCodeResponse createListOfCurrenciesByCodeResponse() {
+ return new ListOfCurrenciesByCodeResponse();
+ }
+
+ /**
+ * Create an instance of {@link ArrayOftCurrency }
+ *
+ */
+ public ArrayOftCurrency createArrayOftCurrency() {
+ return new ArrayOftCurrency();
+ }
+
+ /**
+ * Create an instance of {@link ListOfCountryNamesGroupedByContinentResponse }
+ *
+ */
+ public ListOfCountryNamesGroupedByContinentResponse createListOfCountryNamesGroupedByContinentResponse() {
+ return new ListOfCountryNamesGroupedByContinentResponse();
+ }
+
+ /**
+ * Create an instance of {@link ArrayOftCountryCodeAndNameGroupedByContinent }
+ *
+ */
+ public ArrayOftCountryCodeAndNameGroupedByContinent createArrayOftCountryCodeAndNameGroupedByContinent() {
+ return new ArrayOftCountryCodeAndNameGroupedByContinent();
+ }
+
+ /**
+ * Create an instance of {@link ListOfLanguagesByNameResponse }
+ *
+ */
+ public ListOfLanguagesByNameResponse createListOfLanguagesByNameResponse() {
+ return new ListOfLanguagesByNameResponse();
+ }
+
+ /**
+ * Create an instance of {@link ArrayOftLanguage }
+ *
+ */
+ public ArrayOftLanguage createArrayOftLanguage() {
+ return new ArrayOftLanguage();
+ }
+
+ /**
+ * Create an instance of {@link ListOfContinentsByName }
+ *
+ */
+ public ListOfContinentsByName createListOfContinentsByName() {
+ return new ListOfContinentsByName();
+ }
+
+ /**
+ * Create an instance of {@link ListOfCountryNamesByCodeResponse }
+ *
+ */
+ public ListOfCountryNamesByCodeResponse createListOfCountryNamesByCodeResponse() {
+ return new ListOfCountryNamesByCodeResponse();
+ }
+
+ /**
+ * Create an instance of {@link ArrayOftCountryCodeAndName }
+ *
+ */
+ public ArrayOftCountryCodeAndName createArrayOftCountryCodeAndName() {
+ return new ArrayOftCountryCodeAndName();
+ }
+
+ /**
+ * Create an instance of {@link FullCountryInfoAllCountriesResponse }
+ *
+ */
+ public FullCountryInfoAllCountriesResponse createFullCountryInfoAllCountriesResponse() {
+ return new FullCountryInfoAllCountriesResponse();
+ }
+
+ /**
+ * Create an instance of {@link ArrayOftCountryInfo }
+ *
+ */
+ public ArrayOftCountryInfo createArrayOftCountryInfo() {
+ return new ArrayOftCountryInfo();
+ }
+
+ /**
+ * Create an instance of {@link CountryISOCodeResponse }
+ *
+ */
+ public CountryISOCodeResponse createCountryISOCodeResponse() {
+ return new CountryISOCodeResponse();
+ }
+
+ /**
+ * Create an instance of {@link CountryIntPhoneCodeResponse }
+ *
+ */
+ public CountryIntPhoneCodeResponse createCountryIntPhoneCodeResponse() {
+ return new CountryIntPhoneCodeResponse();
+ }
+
+ /**
+ * Create an instance of {@link CountriesUsingCurrency }
+ *
+ */
+ public CountriesUsingCurrency createCountriesUsingCurrency() {
+ return new CountriesUsingCurrency();
+ }
+
+ /**
+ * Create an instance of {@link CountryFlagResponse }
+ *
+ */
+ public CountryFlagResponse createCountryFlagResponse() {
+ return new CountryFlagResponse();
+ }
+
+ /**
+ * Create an instance of {@link ListOfCountryNamesByNameResponse }
+ *
+ */
+ public ListOfCountryNamesByNameResponse createListOfCountryNamesByNameResponse() {
+ return new ListOfCountryNamesByNameResponse();
+ }
+
+ /**
+ * Create an instance of {@link CountryFlag }
+ *
+ */
+ public CountryFlag createCountryFlag() {
+ return new CountryFlag();
+ }
+
+ /**
+ * Create an instance of {@link CountryNameResponse }
+ *
+ */
+ public CountryNameResponse createCountryNameResponse() {
+ return new CountryNameResponse();
+ }
+
+ /**
+ * Create an instance of {@link FullCountryInfoResponse }
+ *
+ */
+ public FullCountryInfoResponse createFullCountryInfoResponse() {
+ return new FullCountryInfoResponse();
+ }
+
+ /**
+ * Create an instance of {@link TCountryInfo }
+ *
+ */
+ public TCountryInfo createTCountryInfo() {
+ return new TCountryInfo();
+ }
+
+ /**
+ * Create an instance of {@link CountryIntPhoneCode }
+ *
+ */
+ public CountryIntPhoneCode createCountryIntPhoneCode() {
+ return new CountryIntPhoneCode();
+ }
+
+ /**
+ * Create an instance of {@link CurrencyName }
+ *
+ */
+ public CurrencyName createCurrencyName() {
+ return new CurrencyName();
+ }
+
+ /**
+ * Create an instance of {@link ListOfLanguagesByCodeResponse }
+ *
+ */
+ public ListOfLanguagesByCodeResponse createListOfLanguagesByCodeResponse() {
+ return new ListOfLanguagesByCodeResponse();
+ }
+
+ /**
+ * Create an instance of {@link ListOfCurrenciesByNameResponse }
+ *
+ */
+ public ListOfCurrenciesByNameResponse createListOfCurrenciesByNameResponse() {
+ return new ListOfCurrenciesByNameResponse();
+ }
+
+ /**
+ * Create an instance of {@link CapitalCity }
+ *
+ */
+ public CapitalCity createCapitalCity() {
+ return new CapitalCity();
+ }
+
+ /**
+ * Create an instance of {@link ListOfLanguagesByName }
+ *
+ */
+ public ListOfLanguagesByName createListOfLanguagesByName() {
+ return new ListOfLanguagesByName();
+ }
+
+ /**
+ * Create an instance of {@link LanguageNameResponse }
+ *
+ */
+ public LanguageNameResponse createLanguageNameResponse() {
+ return new LanguageNameResponse();
+ }
+
+ /**
+ * Create an instance of {@link ListOfContinentsByNameResponse }
+ *
+ */
+ public ListOfContinentsByNameResponse createListOfContinentsByNameResponse() {
+ return new ListOfContinentsByNameResponse();
+ }
+
+ /**
+ * Create an instance of {@link ListOfCountryNamesGroupedByContinent }
+ *
+ */
+ public ListOfCountryNamesGroupedByContinent createListOfCountryNamesGroupedByContinent() {
+ return new ListOfCountryNamesGroupedByContinent();
+ }
+
+ /**
+ * Create an instance of {@link LanguageName }
+ *
+ */
+ public LanguageName createLanguageName() {
+ return new LanguageName();
+ }
+
+ /**
+ * Create an instance of {@link ListOfCountryNamesByName }
+ *
+ */
+ public ListOfCountryNamesByName createListOfCountryNamesByName() {
+ return new ListOfCountryNamesByName();
+ }
+
+ /**
+ * Create an instance of {@link CountriesUsingCurrencyResponse }
+ *
+ */
+ public CountriesUsingCurrencyResponse createCountriesUsingCurrencyResponse() {
+ return new CountriesUsingCurrencyResponse();
+ }
+
+ /**
+ * Create an instance of {@link CountryISOCode }
+ *
+ */
+ public CountryISOCode createCountryISOCode() {
+ return new CountryISOCode();
+ }
+
+ /**
+ * Create an instance of {@link FullCountryInfoAllCountries }
+ *
+ */
+ public FullCountryInfoAllCountries createFullCountryInfoAllCountries() {
+ return new FullCountryInfoAllCountries();
+ }
+
+ /**
+ * Create an instance of {@link ListOfContinentsByCode }
+ *
+ */
+ public ListOfContinentsByCode createListOfContinentsByCode() {
+ return new ListOfContinentsByCode();
+ }
+
+ /**
+ * Create an instance of {@link TCountryCodeAndName }
+ *
+ */
+ public TCountryCodeAndName createTCountryCodeAndName() {
+ return new TCountryCodeAndName();
+ }
+
+ /**
+ * Create an instance of {@link TLanguage }
+ *
+ */
+ public TLanguage createTLanguage() {
+ return new TLanguage();
+ }
+
+ /**
+ * Create an instance of {@link TCountryCodeAndNameGroupedByContinent }
+ *
+ */
+ public TCountryCodeAndNameGroupedByContinent createTCountryCodeAndNameGroupedByContinent() {
+ return new TCountryCodeAndNameGroupedByContinent();
+ }
+
+ /**
+ * Create an instance of {@link TContinent }
+ *
+ */
+ public TContinent createTContinent() {
+ return new TContinent();
+ }
+
+}