Class PurgeChannelModel


  • public class PurgeChannelModel
    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/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>
     
    • Constructor Detail

      • PurgeChannelModel

        public PurgeChannelModel()
    • 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 is String
      • getChannels

        public List<PurgeChannelModel.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 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 PurgeChannelModel.Channel

      • getMessageSelector

        public String getMessageSelector()
        Ruft den Wert der messageSelector-Eigenschaft ab.
        Returns:
        possible object is String
      • setMessageSelector

        public void setMessageSelector​(String value)
        Legt den Wert der messageSelector-Eigenschaft fest.
        Parameters:
        value - allowed object is String