Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/Rest/RestfulDTOs/DTO_Quotes_v1/src/org/litesoft/rest/quotes/v1/ObjectFactory.java

Diff revisions: vs.
  @@ -1,56 +1,56 @@
1 -
2 - package org.litesoft.rest.quotes.v1;
3 -
4 - import javax.xml.bind.annotation.XmlRegistry;
5 -
6 -
7 - /**
8 - * This object contains factory methods for each
9 - * Java content interface and Java element interface
10 - * generated in the org.litesoft.rest.quotes.v1 package.
11 - * <p>An ObjectFactory allows you to programatically
12 - * construct new instances of the Java representation
13 - * for XML content. The Java representation of XML
14 - * content can consist of schema derived interfaces
15 - * and classes representing the binding of schema
16 - * type definitions, element declarations and model
17 - * groups. Factory methods for each of these are
18 - * provided in this class.
19 - *
20 - */
21 - @XmlRegistry
22 - public class ObjectFactory {
23 -
24 -
25 - /**
26 - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.litesoft.rest.quotes.v1
27 - *
28 - */
29 - public ObjectFactory() {
30 - }
31 -
32 - /**
33 - * Create an instance of {@link Quote }
34 - *
35 - */
36 - public Quote createQuote() {
37 - return new Quote();
38 - }
39 -
40 - /**
41 - * Create an instance of {@link Result.Quotes }
42 - *
43 - */
44 - public Result.Quotes createResultQuotes() {
45 - return new Result.Quotes();
46 - }
47 -
48 - /**
49 - * Create an instance of {@link Result }
50 - *
51 - */
52 - public Result createResult() {
53 - return new Result();
54 - }
55 -
56 - }
1 +
2 + package org.litesoft.rest.quotes.v1;
3 +
4 + import javax.xml.bind.annotation.XmlRegistry;
5 +
6 +
7 + /**
8 + * This object contains factory methods for each
9 + * Java content interface and Java element interface
10 + * generated in the org.litesoft.rest.quotes.v1 package.
11 + * <p>An ObjectFactory allows you to programatically
12 + * construct new instances of the Java representation
13 + * for XML content. The Java representation of XML
14 + * content can consist of schema derived interfaces
15 + * and classes representing the binding of schema
16 + * type definitions, element declarations and model
17 + * groups. Factory methods for each of these are
18 + * provided in this class.
19 + *
20 + */
21 + @XmlRegistry
22 + public class ObjectFactory {
23 +
24 +
25 + /**
26 + * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.litesoft.rest.quotes.v1
27 + *
28 + */
29 + public ObjectFactory() {
30 + }
31 +
32 + /**
33 + * Create an instance of {@link Quote }
34 + *
35 + */
36 + public Quote createQuote() {
37 + return new Quote();
38 + }
39 +
40 + /**
41 + * Create an instance of {@link Result.Quotes }
42 + *
43 + */
44 + public Result.Quotes createResultQuotes() {
45 + return new Result.Quotes();
46 + }
47 +
48 + /**
49 + * Create an instance of {@link Result }
50 + *
51 + */
52 + public Result createResult() {
53 + return new Result();
54 + }
55 +
56 + }