public class Locator extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
href |
protected String |
type |
| Constructor and Description |
|---|
Locator() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHref()
points to the resource of this locator.
|
String |
getType()
type of the hyperlink (fixed as simple).
|
void |
setHref(String value)
Sets the value of the href property.
|
void |
setType(String value)
Sets the value of the type property.
|
public String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic String getType()
String