public class EndpointType
extends java.lang.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}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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
desc |
protected java.lang.String |
id |
protected java.lang.String |
node |
protected java.lang.String |
port |
protected EndpointTypeType |
type |
| Constructor and Description |
|---|
EndpointType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDesc()
Gets the value of the desc property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.String |
getNode()
Gets the value of the node property.
|
java.lang.String |
getPort()
Gets the value of the port property.
|
EndpointTypeType |
getType()
Gets the value of the type property.
|
void |
setDesc(java.lang.String value)
Sets the value of the desc property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setNode(java.lang.String value)
Sets the value of the node property.
|
void |
setPort(java.lang.String value)
Sets the value of the port property.
|
void |
setType(EndpointTypeType value)
Sets the value of the type property.
|
protected java.lang.String desc
protected java.lang.String id
protected java.lang.String port
protected java.lang.String node
protected EndpointTypeType type
public java.lang.String getDesc()
Stringpublic void setDesc(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPort()
Stringpublic void setPort(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNode()
Stringpublic void setNode(java.lang.String value)
value - allowed object is
Stringpublic EndpointTypeType getType()
EndpointTypeTypepublic void setType(EndpointTypeType value)
value - allowed object is
EndpointTypeTypeCopyright 2020 Kieker Project, http://kieker-monitoring.net