Class PurgeChannelModel
java.lang.Object
org.citrusframework.model.testcase.core.PurgeChannelModel
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/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 ClassesModifier and TypeClassDescriptionstatic classJava-Klasse für anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<PurgeChannelModel.Channel>protected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the channels property.Ruft den Wert der description-Eigenschaft ab.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 Details
-
description
-
channels
-
messageSelector
-
-
Constructor Details
-
PurgeChannelModel
public PurgeChannelModel()
-
-
Method Details
-
getDescription
Ruft den Wert der description-Eigenschaft ab.- Returns:
- possible object is
String
-
setDescription
Legt den Wert der description-Eigenschaft fest.- Parameters:
value- allowed object isString
-
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 Jakarta XML Binding 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
PurgeChannelModel.Channel- Returns:
- The value of the channels property.
-
getMessageSelector
Ruft den Wert der messageSelector-Eigenschaft ab.- Returns:
- possible object is
String
-
setMessageSelector
Legt den Wert der messageSelector-Eigenschaft fest.- Parameters:
value- allowed object isString
-