public class LocatorType
extends java.lang.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 java.lang.String |
href |
protected java.lang.String |
type |
Constructor and Description |
---|
LocatorType() |
Modifier and Type | Method and 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.
|
public java.lang.String getHref()
String
public void setHref(java.lang.String value)
value
- allowed object is
String
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
Copyright 2020 Kieker Project, http://kieker-monitoring.net