public class HowToApply 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="{}application-url"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
applicationUrl |
Constructor and Description |
---|
HowToApply() |
Modifier and Type | Method and Description |
---|---|
String |
getApplicationUrl()
Gets the value of the applicationUrl property.
|
void |
setApplicationUrl(String value)
Sets the value of the applicationUrl property.
|
Apache Camel