
public class ObjectFactory extends Object
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.
| Constructor and Description | 
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.hack23.cia.model.external.worldbank.countries.impl 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Adminregion | 
createAdminregion()
Create an instance of  
Adminregion | 
CountriesElement | 
createCountriesElement()
Create an instance of  
CountriesElement | 
CountryElement | 
createCountryElement()
Create an instance of  
CountryElement | 
IncomeLevel | 
createIncomeLevel()
Create an instance of  
IncomeLevel | 
LendingType | 
createLendingType()
Create an instance of  
LendingType | 
Region | 
createRegion()
Create an instance of  
Region | 
public ObjectFactory()
public CountriesElement createCountriesElement()
CountriesElementpublic CountryElement createCountryElement()
CountryElementpublic Adminregion createAdminregion()
Adminregionpublic IncomeLevel createIncomeLevel()
IncomeLevelpublic LendingType createLendingType()
LendingTypeCopyright © 2010–2017 www.hack23.com. All rights reserved.