Package org.graphdrawing.graphml
Class EndpointType
java.lang.Object
org.graphdrawing.graphml.EndpointType
Complex type for the element.
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}desc" 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="port" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="node" 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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDesc()Gets the value of the desc property.getId()Gets the value of the id property.getNode()Gets the value of the node property.getPort()Gets the value of the port property.getType()Gets the value of the type property.voidSets the value of the desc property.voidSets the value of the id property.voidSets the value of the node property.voidSets the value of the port property.voidsetType(EndpointTypeType value) Sets the value of the type property.
-
Field Details
-
desc
-
id
-
port
-
node
-
type
-
-
Constructor Details
-
EndpointType
public EndpointType()
-
-
Method Details
-
getDesc
Gets the value of the desc property.- Returns:
- possible object is
String
-
setDesc
Sets the value of the desc property.- Parameters:
value- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getPort
Gets the value of the port property.- Returns:
- possible object is
String
-
setPort
Sets the value of the port property.- Parameters:
value- allowed object isString
-
getNode
Gets the value of the node property.- Returns:
- possible object is
String
-
setNode
Sets the value of the node property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
EndpointTypeType
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isEndpointTypeType
-