Class QueueModel

java.lang.Object
org.citrusframework.model.config.core.QueueModel

public class QueueModel 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">
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="logging" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="polling-interval" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • id

      protected String id
    • logging

      protected String logging
    • pollingInterval

      protected String pollingInterval
  • Constructor Details

    • QueueModel

      public QueueModel()
  • Method Details

    • getId

      public String getId()
      Ruft den Wert der id-Eigenschaft ab.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Legt den Wert der id-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • getLogging

      public String getLogging()
      Ruft den Wert der logging-Eigenschaft ab.
      Returns:
      possible object is String
    • setLogging

      public void setLogging(String value)
      Legt den Wert der logging-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • getPollingInterval

      public String getPollingInterval()
      Ruft den Wert der pollingInterval-Eigenschaft ab.
      Returns:
      possible object is String
    • setPollingInterval

      public void setPollingInterval(String value)
      Legt den Wert der pollingInterval-Eigenschaft fest.
      Parameters:
      value - allowed object is String