1 //
2 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
3 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
4 // Any modifications to this file will be lost upon recompilation of the source schema.
5 // Generated on: 2013.05.27 at 06:54:03 PM EDT
6 //
7
8
9 package org.apache.juddi.v3.client.mapping.wadl;
10
11 import javax.xml.bind.annotation.XmlRegistry;
12
13
14 /**
15 * This object contains factory methods for each
16 * Java content interface and Java element interface
17 * generated in the org.apache.juddi.v3.client.mapping.wadl package.
18 * <p>An ObjectFactory allows you to programatically
19 * construct new instances of the Java representation
20 * for XML content. The Java representation of XML
21 * content can consist of schema derived interfaces
22 * and classes representing the binding of schema
23 * type definitions, element declarations and model
24 * groups. Factory methods for each of these are
25 * provided in this class.
26 *
27 */
28 @XmlRegistry
29 public class ObjectFactory {
30
31
32 /**
33 * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.juddi.v3.client.mapping.wadl
34 *
35 */
36 public ObjectFactory() {
37 }
38
39 /**
40 * Create an instance of {@link Representation }
41 *
42 */
43 public Representation createRepresentation() {
44 return new Representation();
45 }
46
47 /**
48 * Create an instance of {@link Option }
49 *
50 */
51 public Option createOption() {
52 return new Option();
53 }
54
55 /**
56 * Create an instance of {@link Response }
57 *
58 */
59 public Response createResponse() {
60 return new Response();
61 }
62
63 /**
64 * Create an instance of {@link Include }
65 *
66 */
67 public Include createInclude() {
68 return new Include();
69 }
70
71 /**
72 * Create an instance of {@link Method }
73 *
74 */
75 public Method createMethod() {
76 return new Method();
77 }
78
79 /**
80 * Create an instance of {@link Request }
81 *
82 */
83 public Request createRequest() {
84 return new Request();
85 }
86
87 /**
88 * Create an instance of {@link Resource }
89 *
90 */
91 public Resource createResource() {
92 return new Resource();
93 }
94
95 /**
96 * Create an instance of {@link Param }
97 *
98 */
99 public Param createParam() {
100 return new Param();
101 }
102
103 /**
104 * Create an instance of {@link Application }
105 *
106 */
107 public Application createApplication() {
108 return new Application();
109 }
110
111 /**
112 * Create an instance of {@link Link }
113 *
114 */
115 public Link createLink() {
116 return new Link();
117 }
118
119 /**
120 * Create an instance of {@link Grammars }
121 *
122 */
123 public Grammars createGrammars() {
124 return new Grammars();
125 }
126
127 /**
128 * Create an instance of {@link Resources }
129 *
130 */
131 public Resources createResources() {
132 return new Resources();
133 }
134
135 /**
136 * Create an instance of {@link Doc }
137 *
138 */
139 public Doc createDoc() {
140 return new Doc();
141 }
142
143 /**
144 * Create an instance of {@link ResourceType }
145 *
146 */
147 public ResourceType createResourceType() {
148 return new ResourceType();
149 }
150
151 }