Class DomibusConnectorActionType


  • public class DomibusConnectorActionType
    extends Object
    <p>Java class for DomibusConnectorActionType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="DomibusConnectorActionType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="action" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Field Detail

      • action

        protected String action
    • Constructor Detail

      • DomibusConnectorActionType

        public DomibusConnectorActionType()
    • Method Detail

      • getAction

        public String getAction()
        Gets the value of the action property.
        Returns:
        possible object is String
      • setAction

        public void setAction​(String value)
        Sets the value of the action property.
        Parameters:
        value - allowed object is String