Class DomibusConnectorServiceType


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

      • service

        protected String service
      • serviceType

        protected String serviceType
    • Constructor Detail

      • DomibusConnectorServiceType

        public DomibusConnectorServiceType()
    • Method Detail

      • getService

        public String getService()
        Gets the value of the service property.
        Returns:
        possible object is String
      • setService

        public void setService​(String value)
        Sets the value of the service property.
        Parameters:
        value - allowed object is String
      • getServiceType

        public String getServiceType()
        Gets the value of the serviceType property.
        Returns:
        possible object is String
      • setServiceType

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