public class Endpoint extends Object
Java class for endpoint.type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="endpoint.type"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://graphml.graphdrawing.org/xmlns}description" minOccurs="0"/> </sequence> <attGroup ref="{http://graphml.graphdrawing.org/xmlns}endpoint.extra.attrib"/> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="portID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="nodeID" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="type" type="{http://graphml.graphdrawing.org/xmlns}endpoint.type.type" default="undir" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
id |
protected String |
nodeID |
protected String |
portID |
protected EndpointType |
type |
Constructor and Description |
---|
Endpoint() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
String |
getNodeID()
Gets the value of the nodeID property.
|
String |
getPortID()
Gets the value of the portID property.
|
EndpointType |
getType()
Gets the value of the type property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setNodeID(String value)
Sets the value of the nodeID property.
|
void |
setPortID(String value)
Sets the value of the portID property.
|
void |
setType(EndpointType value)
Sets the value of the type property.
|
protected String description
protected String id
protected String portID
protected String nodeID
protected EndpointType type
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public void setId(String value)
value
- allowed object is
String
public String getPortID()
String
public void setPortID(String value)
value
- allowed object is
String
public String getNodeID()
String
public void setNodeID(String value)
value
- allowed object is
String
public EndpointType getType()
EndpointType
public void setType(EndpointType value)
value
- allowed object is
EndpointType