public class Edge extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="from" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="to" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="directed" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
directed |
protected Long |
from |
protected Long |
id |
protected Long |
to |
protected String |
type |
| Constructor and Description |
|---|
Edge() |
| Modifier and Type | Method and Description |
|---|---|
long |
getFrom()
Gets the value of the from property.
|
long |
getId()
Gets the value of the id property.
|
long |
getTo()
Gets the value of the to property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isDirected()
Gets the value of the directed property.
|
boolean |
isSetDirected() |
boolean |
isSetFrom() |
boolean |
isSetId() |
boolean |
isSetTo() |
boolean |
isSetType() |
void |
setDirected(boolean value)
Sets the value of the directed property.
|
void |
setFrom(long value)
Sets the value of the from property.
|
void |
setId(long value)
Sets the value of the id property.
|
void |
setTo(long value)
Sets the value of the to property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
unsetDirected() |
void |
unsetFrom() |
void |
unsetId() |
void |
unsetTo() |
protected Long id
protected Long from
protected Long to
protected Boolean directed
protected String type
public long getId()
Longpublic void setId(long value)
value - allowed object is
Longpublic boolean isSetId()
public void unsetId()
public long getFrom()
Longpublic void setFrom(long value)
value - allowed object is
Longpublic boolean isSetFrom()
public void unsetFrom()
public long getTo()
Longpublic void setTo(long value)
value - allowed object is
Longpublic boolean isSetTo()
public void unsetTo()
public boolean isDirected()
Booleanpublic void setDirected(boolean value)
value - allowed object is
Booleanpublic boolean isSetDirected()
public void unsetDirected()
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
Copyright © 2023. All rights reserved.