Package org.graphdrawing.graphml
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
-
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.
-
Field Details
-
Constructor Details
-
LocatorType
public LocatorType()
-
-
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 isString
-
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 isString
-