Class LocatorType

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

public class LocatorType extends 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 Details

  • Constructor Details

    • LocatorType

      public LocatorType()
  • Method Details

    • getHref

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

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

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

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