Class KeyType


  • public class KeyType
    extends java.lang.Object
    Complex type for the element.

    Java class for key.type complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="key.type">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://graphml.graphdrawing.org/xmlns}desc" minOccurs="0"/>
             <element ref="{http://graphml.graphdrawing.org/xmlns}default" minOccurs="0"/>
           </sequence>
           <attGroup ref="{http://graphml.graphdrawing.org/xmlns}key.extra.attrib"/>
           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <attribute name="dynamic" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="for" type="{http://graphml.graphdrawing.org/xmlns}key.for.type" default="all" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAttrName()
      Gets the value of the attrName property.
      KeyTypeType getAttrType()
      Gets the value of the attrType property.
      DefaultType getDefault()
      Gets the value of the default property.
      java.lang.String getDesc()
      Gets the value of the desc property.
      KeyForType getFor()
      Gets the value of the for property.
      java.lang.String getId()
      Gets the value of the id property.
      boolean isDynamic()
      Gets the value of the dynamic property.
      void setAttrName​(java.lang.String value)
      Sets the value of the attrName property.
      void setAttrType​(KeyTypeType value)
      Sets the value of the attrType property.
      void setDefault​(DefaultType value)
      Sets the value of the default property.
      void setDesc​(java.lang.String value)
      Sets the value of the desc property.
      void setDynamic​(java.lang.Boolean value)
      Sets the value of the dynamic property.
      void setFor​(KeyForType value)
      Sets the value of the for property.
      void setId​(java.lang.String value)
      Sets the value of the id property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • desc

        protected java.lang.String desc
      • id

        protected java.lang.String id
      • dynamic

        protected java.lang.Boolean dynamic
      • attrName

        protected java.lang.String attrName
    • Constructor Detail

      • KeyType

        public KeyType()
    • Method Detail

      • getDesc

        public java.lang.String getDesc()
        Gets the value of the desc property.
        Returns:
        possible object is String
      • setDesc

        public void setDesc​(java.lang.String value)
        Sets the value of the desc property.
        Parameters:
        value - allowed object is String
      • getDefault

        public DefaultType getDefault()
        Gets the value of the default property.
        Returns:
        possible object is DefaultType
      • setDefault

        public void setDefault​(DefaultType value)
        Sets the value of the default property.
        Parameters:
        value - allowed object is DefaultType
      • getId

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

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

        public boolean isDynamic()
        Gets the value of the dynamic property.
        Returns:
        possible object is Boolean
      • setDynamic

        public void setDynamic​(java.lang.Boolean value)
        Sets the value of the dynamic property.
        Parameters:
        value - allowed object is Boolean
      • getFor

        public KeyForType getFor()
        Gets the value of the for property.
        Returns:
        possible object is KeyForType
      • setFor

        public void setFor​(KeyForType value)
        Sets the value of the for property.
        Parameters:
        value - allowed object is KeyForType
      • getAttrName

        public java.lang.String getAttrName()
        Gets the value of the attrName property.
        Returns:
        possible object is String
      • setAttrName

        public void setAttrName​(java.lang.String value)
        Sets the value of the attrName property.
        Parameters:
        value - allowed object is String
      • getAttrType

        public KeyTypeType getAttrType()
        Gets the value of the attrType property.
        Returns:
        possible object is KeyTypeType
      • setAttrType

        public void setAttrType​(KeyTypeType value)
        Sets the value of the attrType property.
        Parameters:
        value - allowed object is KeyTypeType