public class Source extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}service-provider"/>
<element ref="{}application"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Application |
application |
protected ServiceProvider |
serviceProvider |
| Constructor and Description |
|---|
Source() |
| Modifier and Type | Method and Description |
|---|---|
Application |
getApplication()
Gets the value of the application property.
|
ServiceProvider |
getServiceProvider()
Gets the value of the serviceProvider property.
|
void |
setApplication(Application value)
Sets the value of the application property.
|
void |
setServiceProvider(ServiceProvider value)
Sets the value of the serviceProvider property.
|
protected ServiceProvider serviceProvider
protected Application application
public ServiceProvider getServiceProvider()
ServiceProviderpublic void setServiceProvider(ServiceProvider value)
value - allowed object is
ServiceProviderpublic Application getApplication()
Applicationpublic void setApplication(Application value)
value - allowed object is
ApplicationApache Camel