public class Seniority 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 name="entry-key" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="entry-value" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
entryKey |
protected Long |
entryValue |
| Constructor and Description |
|---|
Seniority() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getEntryKey()
Gets the value of the entryKey property.
|
Long |
getEntryValue()
Gets the value of the entryValue property.
|
void |
setEntryKey(Long value)
Sets the value of the entryKey property.
|
void |
setEntryValue(Long value)
Sets the value of the entryValue property.
|
public Long getEntryKey()
Stringpublic void setEntryKey(Long value)
value - allowed object is
Stringpublic Long getEntryValue()
StringApache Camel