Class ObjectFactory
- java.lang.Object
-
- jadex.webservice.examples.ws.geoip.gen.ObjectFactory
-
public class ObjectFactory extends java.lang.Object
This object contains factory methods for each Java content interface and Java element interface generated in the jadex.webservice.examples.ws.geoip.gen package.-
-
Constructor Summary
Constructors Constructor Description ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: jadex.webservice.examples.ws.geoip.gen
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeoIP
createGeoIP()
Create an instance ofGeoIP
javax.xml.bind.JAXBElement<GeoIP>
createGeoIP(GeoIP value)
GetGeoIP
createGetGeoIP()
Create an instance ofGetGeoIP
GetGeoIPContext
createGetGeoIPContext()
Create an instance ofGetGeoIPContext
GetGeoIPContextResponse
createGetGeoIPContextResponse()
Create an instance ofGetGeoIPContextResponse
GetGeoIPResponse
createGetGeoIPResponse()
Create an instance ofGetGeoIPResponse
-
-
-
Method Detail
-
createGetGeoIPResponse
public GetGeoIPResponse createGetGeoIPResponse()
Create an instance ofGetGeoIPResponse
-
createGetGeoIPContextResponse
public GetGeoIPContextResponse createGetGeoIPContextResponse()
Create an instance ofGetGeoIPContextResponse
-
createGetGeoIPContext
public GetGeoIPContext createGetGeoIPContext()
Create an instance ofGetGeoIPContext
-
-
-