java.lang.Object
net.anwiba.tools.simple.graphml.generated.Edge
Java class for EdgeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EdgeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="data" type="{http://www.anwiba.net/tools/simple/graphml}DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="target" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()Gets the value of the data property.Gets the value of the source property.Gets the value of the target property.voidSets the value of the source property.voidSets the value of the target property.
-
Field Details
-
data
-
source
-
target
-
-
Constructor Details
-
Edge
public Edge()
-
-
Method Details
-
getData
Gets the value of the data property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the data property.For example, to add a new item, do as follows:
getData().add(newItem);Objects of the following type(s) are allowed in the list
Data- Returns:
- The value of the data property.
-
getSource
Gets the value of the source property.- Returns:
- possible object is
String
-
setSource
Sets the value of the source property.- Parameters:
value- allowed object isString
-
getTarget
Gets the value of the target property.- Returns:
- possible object is
String
-
setTarget
Sets the value of the target property.- Parameters:
value- allowed object isString
-