public class Property extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>integer"> <attribute name="key" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
key |
protected Long |
value |
Constructor and Description |
---|
Property() |
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Gets the value of the key property.
|
Long |
getValue()
Gets the value of the value property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setValue(Long value)
Sets the value of the value property.
|
public Long getValue()
String
public void setValue(Long value)
value
- allowed object is
String
public String getKey()
String
Apache Camel