public class KeyValuePairOflongdateTime extends Object
Java class for KeyValuePairOflongdateTime complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyValuePairOflongdateTime">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
key |
protected Calendar |
value |
| Constructor and Description |
|---|
KeyValuePairOflongdateTime() |
| Modifier and Type | Method and Description |
|---|---|
long |
getKey()
Gets the value of the key property.
|
Calendar |
getValue()
Gets the value of the value property.
|
void |
setKey(long value)
Sets the value of the key property.
|
void |
setValue(Calendar value)
Sets the value of the value property.
|
protected long key
protected Calendar value
Copyright © 2023. All rights reserved.