16
16
* <complexType name="inboundEndpointType">
17
17
* <complexContent>
18
18
* <extension base="{http://www.mulesoft.org/schema/mule/core}inboundEndpointType">
19
- * <attGroup ref="{http://www.mulesoft.org/schema/mule/amqp}addressAttributes"/>
20
19
* <attGroup ref="{http://www.mulesoft.org/schema/mule/amqp}propertyAttributes"/>
20
+ * <attGroup ref="{http://www.mulesoft.org/schema/mule/amqp}addressAttributes"/>
21
21
* <anyAttribute processContents='lax' namespace='##other'/>
22
22
* </extension>
23
23
* </complexContent>
@@ -32,10 +32,6 @@ public class InboundEndpointType
32
32
extends org .mulesoft .schema .mule .core .InboundEndpointType
33
33
{
34
34
35
- @ XmlAttribute (name = "exchangeName" )
36
- protected String exchangeName ;
37
- @ XmlAttribute (name = "queueName" )
38
- protected String queueName ;
39
35
@ XmlAttribute (name = "routingKey" )
40
36
protected String routingKey ;
41
37
@ XmlAttribute (name = "consumerTag" )
@@ -52,54 +48,10 @@ public class InboundEndpointType
52
48
protected String queueAutoDelete ;
53
49
@ XmlAttribute (name = "queueExclusive" )
54
50
protected String queueExclusive ;
55
-
56
- /**
57
- * Gets the value of the exchangeName property.
58
- *
59
- * @return
60
- * possible object is
61
- * {@link String }
62
- *
63
- */
64
- public String getExchangeName () {
65
- return exchangeName ;
66
- }
67
-
68
- /**
69
- * Sets the value of the exchangeName property.
70
- *
71
- * @param value
72
- * allowed object is
73
- * {@link String }
74
- *
75
- */
76
- public void setExchangeName (String value ) {
77
- this .exchangeName = value ;
78
- }
79
-
80
- /**
81
- * Gets the value of the queueName property.
82
- *
83
- * @return
84
- * possible object is
85
- * {@link String }
86
- *
87
- */
88
- public String getQueueName () {
89
- return queueName ;
90
- }
91
-
92
- /**
93
- * Sets the value of the queueName property.
94
- *
95
- * @param value
96
- * allowed object is
97
- * {@link String }
98
- *
99
- */
100
- public void setQueueName (String value ) {
101
- this .queueName = value ;
102
- }
51
+ @ XmlAttribute (name = "exchangeName" )
52
+ protected String exchangeName ;
53
+ @ XmlAttribute (name = "queueName" )
54
+ protected String queueName ;
103
55
104
56
/**
105
57
* Gets the value of the routingKey property.
@@ -293,4 +245,52 @@ public void setQueueExclusive(String value) {
293
245
this .queueExclusive = value ;
294
246
}
295
247
248
+ /**
249
+ * Gets the value of the exchangeName property.
250
+ *
251
+ * @return
252
+ * possible object is
253
+ * {@link String }
254
+ *
255
+ */
256
+ public String getExchangeName () {
257
+ return exchangeName ;
258
+ }
259
+
260
+ /**
261
+ * Sets the value of the exchangeName property.
262
+ *
263
+ * @param value
264
+ * allowed object is
265
+ * {@link String }
266
+ *
267
+ */
268
+ public void setExchangeName (String value ) {
269
+ this .exchangeName = value ;
270
+ }
271
+
272
+ /**
273
+ * Gets the value of the queueName property.
274
+ *
275
+ * @return
276
+ * possible object is
277
+ * {@link String }
278
+ *
279
+ */
280
+ public String getQueueName () {
281
+ return queueName ;
282
+ }
283
+
284
+ /**
285
+ * Sets the value of the queueName property.
286
+ *
287
+ * @param value
288
+ * allowed object is
289
+ * {@link String }
290
+ *
291
+ */
292
+ public void setQueueName (String value ) {
293
+ this .queueName = value ;
294
+ }
295
+
296
296
}
0 commit comments