public class KeyData extends KeyDataExtension
Java class for data.type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="data.type">
<complexContent>
<extension base="{http://graphml.graphdrawing.org/xmlns}data-extension.type">
<attGroup ref="{http://graphml.graphdrawing.org/xmlns}data.extra.attrib"/>
<attribute name="key" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="time" type="{http://www.w3.org/2001/XMLSchema}long" default="0" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
key |
protected Long |
time |
content| Constructor and Description |
|---|
KeyData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
String |
getKey()
Gets the value of the key property.
|
long |
getTime()
Gets the value of the time property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setTime(Long value)
Sets the value of the time property.
|
getContent, setContentpublic void setKey(String value)
value - allowed object is
Stringpublic long getTime()
Longpublic void setTime(Long value)
value - allowed object is
Long