Package org.graphdrawing.graphml
Class LocatorType
java.lang.Object
org.graphdrawing.graphml.LocatorType
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 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
href
-
type
-
-
Constructor Details
-
LocatorType
public LocatorType()
-
-
Method Details
-
getHref
points to the resource of this locator.- Returns:
- possible object is
String
-
setHref
Sets the value of the href property.- Parameters:
value- allowed object isString
-
getType
type of the hyperlink (fixed as simple).- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-