public class PurgeChannelDefinition extends Object
Java class for PurgeChannelActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PurgeChannelActionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.citrusframework.org/schema/testcase}description" minOccurs="0"/>
<element name="channel" 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="message-selector" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
PurgeChannelDefinition.Channel
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<PurgeChannelDefinition.Channel> |
channels |
protected String |
description |
protected String |
messageSelector |
| Constructor and Description |
|---|
PurgeChannelDefinition() |
| Modifier and Type | Method and Description |
|---|---|
List<PurgeChannelDefinition.Channel> |
getChannels()
Gets the value of the channels property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getMessageSelector()
Gets the value of the messageSelector property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setMessageSelector(String value)
Sets the value of the messageSelector property.
|
protected String description
protected List<PurgeChannelDefinition.Channel> channels
protected String messageSelector
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic List<PurgeChannelDefinition.Channel> getChannels()
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 channels property.
For example, to add a new item, do as follows:
getChannels().add(newItem);
Objects of the following type(s) are allowed in the list
PurgeChannelDefinition.Channel
public String getMessageSelector()
StringCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.