Package org.graphdrawing.graphml
Class DataType
java.lang.Object
org.graphdrawing.graphml.DataExtensionType
org.graphdrawing.graphml.DataType
Complex type for the element.
data.type is mixed, that is, may contain #PCDATA.
Content type: extension of data-extension.type which is empty
per default.
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>
-
Field Summary
FieldsFields inherited from class org.graphdrawing.graphml.DataExtensionType
content -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.graphdrawing.graphml.DataExtensionType
getContent, setContent
-
Field Details
-
key
-
time
-
id
-
-
Constructor Details
-
DataType
public DataType()
-
-
Method Details
-
getKey
Gets the value of the key property.- Returns:
- possible object is
String
-
setKey
Sets the value of the key property.- Parameters:
value- allowed object isString
-
getTime
public long getTime()Gets the value of the time property.- Returns:
- possible object is
Long
-
setTime
Sets the value of the time property.- Parameters:
value- allowed object isLong
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-