public class KeyType
extends java.lang.Object
Java class for key.type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="key.type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://graphml.graphdrawing.org/xmlns}desc" minOccurs="0"/>
<element ref="{http://graphml.graphdrawing.org/xmlns}default" minOccurs="0"/>
</sequence>
<attGroup ref="{http://graphml.graphdrawing.org/xmlns}key.extra.attrib"/>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="dynamic" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="for" type="{http://graphml.graphdrawing.org/xmlns}key.for.type" default="all" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DefaultType |
_default |
protected KeyForType |
_for |
protected java.lang.String |
attrName |
protected KeyTypeType |
attrType |
protected java.lang.String |
desc |
protected java.lang.Boolean |
dynamic |
protected java.lang.String |
id |
| Constructor and Description |
|---|
KeyType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttrName()
Gets the value of the attrName property.
|
KeyTypeType |
getAttrType()
Gets the value of the attrType property.
|
DefaultType |
getDefault()
Gets the value of the default property.
|
java.lang.String |
getDesc()
Gets the value of the desc property.
|
KeyForType |
getFor()
Gets the value of the for property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
boolean |
isDynamic()
Gets the value of the dynamic property.
|
void |
setAttrName(java.lang.String value)
Sets the value of the attrName property.
|
void |
setAttrType(KeyTypeType value)
Sets the value of the attrType property.
|
void |
setDefault(DefaultType value)
Sets the value of the default property.
|
void |
setDesc(java.lang.String value)
Sets the value of the desc property.
|
void |
setDynamic(java.lang.Boolean value)
Sets the value of the dynamic property.
|
void |
setFor(KeyForType value)
Sets the value of the for property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
protected java.lang.String desc
protected DefaultType _default
protected java.lang.String id
protected java.lang.Boolean dynamic
protected KeyForType _for
protected java.lang.String attrName
protected KeyTypeType attrType
public java.lang.String getDesc()
Stringpublic void setDesc(java.lang.String value)
value - allowed object is
Stringpublic DefaultType getDefault()
DefaultTypepublic void setDefault(DefaultType value)
value - allowed object is
DefaultTypepublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic boolean isDynamic()
Booleanpublic void setDynamic(java.lang.Boolean value)
value - allowed object is
Booleanpublic KeyForType getFor()
KeyForTypepublic void setFor(KeyForType value)
value - allowed object is
KeyForTypepublic java.lang.String getAttrName()
Stringpublic void setAttrName(java.lang.String value)
value - allowed object is
Stringpublic KeyTypeType getAttrType()
KeyTypeTypepublic void setAttrType(KeyTypeType value)
value - allowed object is
KeyTypeTypeCopyright 2021 Kieker Project, http://kieker-monitoring.net