public class DataType extends DataExtensionType
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 java.lang.String |
id |
protected java.lang.String |
key |
protected java.lang.Long |
time |
content| Constructor and Description |
|---|
DataType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.String |
getKey()
Gets the value of the key property.
|
long |
getTime()
Gets the value of the time property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setKey(java.lang.String value)
Sets the value of the key property.
|
void |
setTime(java.lang.Long value)
Sets the value of the time property.
|
getContent, setContentprotected java.lang.String key
protected java.lang.Long time
protected java.lang.String id
public java.lang.String getKey()
Stringpublic void setKey(java.lang.String value)
value - allowed object is
Stringpublic long getTime()
Longpublic void setTime(java.lang.Long value)
value - allowed object is
Longpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
StringCopyright 2021 Kieker Project, http://kieker-monitoring.net