public class PurgeJmsQueuesModel extends Object
Java-Klasse für anonymous complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.citrusframework.org/schema/jms/testcase}description" minOccurs="0"/>
<element name="queue" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="connection-factory" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="receive-timeout" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
PurgeJmsQueuesModel.Queue
Java-Klasse für anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
connectionFactory |
protected String |
description |
protected List<PurgeJmsQueuesModel.Queue> |
queues |
protected Integer |
receiveTimeout |
| Constructor and Description |
|---|
PurgeJmsQueuesModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectionFactory()
Ruft den Wert der connectionFactory-Eigenschaft ab.
|
String |
getDescription()
Ruft den Wert der description-Eigenschaft ab.
|
List<PurgeJmsQueuesModel.Queue> |
getQueues()
Gets the value of the queues property.
|
Integer |
getReceiveTimeout()
Ruft den Wert der receiveTimeout-Eigenschaft ab.
|
void |
setConnectionFactory(String value)
Legt den Wert der connectionFactory-Eigenschaft fest.
|
void |
setDescription(String value)
Legt den Wert der description-Eigenschaft fest.
|
void |
setReceiveTimeout(Integer value)
Legt den Wert der receiveTimeout-Eigenschaft fest.
|
protected String description
protected List<PurgeJmsQueuesModel.Queue> queues
protected String connectionFactory
protected Integer receiveTimeout
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic List<PurgeJmsQueuesModel.Queue> getQueues()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the queues property.
For example, to add a new item, do as follows:
getQueues().add(newItem);
Objects of the following type(s) are allowed in the list
PurgeJmsQueuesModel.Queue
public String getConnectionFactory()
Stringpublic void setConnectionFactory(String value)
value - allowed object is
Stringpublic Integer getReceiveTimeout()
IntegerCopyright © 2008–2021 ConSol Software GmbH. All rights reserved.