Class LocatorType

java.lang.Object
org.graphdrawing.graphml.LocatorType

public class LocatorType
extends java.lang.Object
Complex type for the element. Content type: (empty)

Java class for locator.type complex type.

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

 <complexType name="locator.type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attGroup ref="{http://graphml.graphdrawing.org/xmlns}locator.extra.attrib"/>
       <attribute ref="{http://www.w3.org/1999/xlink}href use="required""/>
       <attribute ref="{http://www.w3.org/1999/xlink}type"/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String href  
    protected java.lang.String type  
  • Constructor Summary

    Constructors 
    Constructor Description
    LocatorType()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getHref()
    points to the resource of this locator.
    java.lang.String getType()
    type of the hyperlink (fixed as simple).
    void setHref​(java.lang.String value)
    Sets the value of the href property.
    void setType​(java.lang.String value)
    Sets the value of the type property.

    Methods inherited from class java.lang.Object

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

    • href

      protected java.lang.String href
    • type

      protected java.lang.String type
  • Constructor Details

  • Method Details

    • getHref

      public java.lang.String getHref()
      points to the resource of this locator.
      Returns:
      possible object is String
    • setHref

      public void setHref​(java.lang.String value)
      Sets the value of the href property.
      Parameters:
      value - allowed object is String
    • getType

      public java.lang.String getType()
      type of the hyperlink (fixed as simple).
      Returns:
      possible object is String
    • setType

      public void setType​(java.lang.String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String