Class ObjectFactory
- java.lang.Object
-
- jadex.webservice.examples.ws.quote.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.quote.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.quote.gen
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetQuote
createGetQuote()
Create an instance ofGetQuote
GetQuoteResponse
createGetQuoteResponse()
Create an instance ofGetQuoteResponse
javax.xml.bind.JAXBElement<java.lang.String>
createString(java.lang.String value)
Create an instance ofJAXBElement
<
String
>
}
-
-
-
Method Detail
-
createGetQuoteResponse
public GetQuoteResponse createGetQuoteResponse()
Create an instance ofGetQuoteResponse
-
createString
public javax.xml.bind.JAXBElement<java.lang.String> createString(java.lang.String value)
Create an instance ofJAXBElement
<
String
>
}
-
-
-