Class DataType


  • public class DataType
    extends DataExtensionType
    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>
     
    • Constructor Detail

      • DataType

        public DataType()
    • Method Detail

      • getKey

        public String getKey()
        Gets the value of the key property.
        Returns:
        possible object is String
      • setKey

        public void setKey​(String value)
        Sets the value of the key property.
        Parameters:
        value - allowed object is String
      • getTime

        public long getTime()
        Gets the value of the time property.
        Returns:
        possible object is Long
      • setTime

        public void setTime​(Long value)
        Sets the value of the time property.
        Parameters:
        value - allowed object is Long
      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String