Class PurgeChannel
- java.lang.Object
-
- org.citrusframework.schema.spring_integration.testcase.PurgeChannel
-
public class PurgeChannel extends Object
Java-Klasse für PurgeChannelActionType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="PurgeChannelActionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.citrusframework.org/schema/spring-integration/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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPurgeChannel.ChannelJava-Klasse für anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected List<PurgeChannel.Channel>channelsprotected Stringdescriptionprotected StringmessageSelector
-
Constructor Summary
Constructors Constructor Description PurgeChannel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PurgeChannel.Channel>getChannels()Gets the value of the channels property.StringgetDescription()Ruft den Wert der description-Eigenschaft ab.StringgetMessageSelector()Ruft den Wert der messageSelector-Eigenschaft ab.voidsetDescription(String value)Legt den Wert der description-Eigenschaft fest.voidsetMessageSelector(String value)Legt den Wert der messageSelector-Eigenschaft fest.
-
-
-
Field Detail
-
description
protected String description
-
channels
protected List<PurgeChannel.Channel> channels
-
messageSelector
protected String messageSelector
-
-
Method Detail
-
getDescription
public String getDescription()
Ruft den Wert der description-Eigenschaft ab.- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Legt den Wert der description-Eigenschaft fest.- Parameters:
value- allowed object isString
-
getChannels
public List<PurgeChannel.Channel> getChannels()
Gets the value of the channels property.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
setmethod 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
PurgeChannel.Channel
-
getMessageSelector
public String getMessageSelector()
Ruft den Wert der messageSelector-Eigenschaft ab.- Returns:
- possible object is
String
-
-