Class DomibusConnectorServiceType
- java.lang.Object
-
- eu.domibus.connector.domain.transition.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> <complexType name="DomibusConnectorServiceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="service" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="serviceType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
service
protected String
serviceType
-
Constructor Summary
Constructors Constructor Description DomibusConnectorServiceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getService()
Gets the value of the service property.String
getServiceType()
Gets the value of the serviceType property.void
setService(String value)
Sets the value of the service property.void
setServiceType(String value)
Sets the value of the serviceType property.
-
-
-
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 isString
-
getServiceType
public String getServiceType()
Gets the value of the serviceType property.- Returns:
- possible object is
String
-
-