public class NodeType
extends java.lang.Object
Java class for node.type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="node.type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://graphml.graphdrawing.org/xmlns}desc" minOccurs="0"/>
<choice>
<sequence>
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{http://graphml.graphdrawing.org/xmlns}data"/>
<element ref="{http://graphml.graphdrawing.org/xmlns}port"/>
</choice>
<element ref="{http://graphml.graphdrawing.org/xmlns}graph" minOccurs="0"/>
</sequence>
<element ref="{http://graphml.graphdrawing.org/xmlns}locator"/>
</choice>
</sequence>
<attGroup ref="{http://graphml.graphdrawing.org/xmlns}node.extra.attrib"/>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.Object> |
dataOrPort |
protected java.lang.String |
desc |
protected GraphType |
graph |
protected java.lang.String |
id |
protected LocatorType |
locator |
protected java.math.BigInteger |
parseIndegree |
protected java.math.BigInteger |
parseOutdegree |
| Constructor and Description |
|---|
NodeType() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Object> |
getDataOrPort()
Gets the value of the dataOrPort property.
|
java.lang.String |
getDesc()
Gets the value of the desc property.
|
GraphType |
getGraph()
Gets the value of the graph property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
LocatorType |
getLocator()
Gets the value of the locator property.
|
java.math.BigInteger |
getParseIndegree()
Gets the value of the parseIndegree property.
|
java.math.BigInteger |
getParseOutdegree()
Gets the value of the parseOutdegree property.
|
void |
setDesc(java.lang.String value)
Sets the value of the desc property.
|
void |
setGraph(GraphType value)
Sets the value of the graph property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setLocator(LocatorType value)
Sets the value of the locator property.
|
void |
setParseIndegree(java.math.BigInteger value)
Sets the value of the parseIndegree property.
|
void |
setParseOutdegree(java.math.BigInteger value)
Sets the value of the parseOutdegree property.
|
protected java.lang.String desc
protected java.util.List<java.lang.Object> dataOrPort
protected GraphType graph
protected LocatorType locator
protected java.lang.String id
protected java.math.BigInteger parseIndegree
protected java.math.BigInteger parseOutdegree
public java.lang.String getDesc()
Stringpublic void setDesc(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.Object> getDataOrPort()
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 JAXB object.
This is why there is not a set method for the dataOrPort property.
For example, to add a new item, do as follows:
getDataOrPort().add(newItem);
Objects of the following type(s) are allowed in the list
DataType
PortType
public GraphType getGraph()
GraphTypepublic void setGraph(GraphType value)
value - allowed object is
GraphTypepublic LocatorType getLocator()
LocatorTypepublic void setLocator(LocatorType value)
value - allowed object is
LocatorTypepublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getParseIndegree()
BigIntegerpublic void setParseIndegree(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getParseOutdegree()
BigIntegerpublic void setParseOutdegree(java.math.BigInteger value)
value - allowed object is
BigIntegerCopyright 2021 Kieker Project, http://kieker-monitoring.net