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()
String
public void setDesc(java.lang.String value)
value
- allowed object is
String
public DefaultType getDefault()
DefaultType
public void setDefault(DefaultType value)
value
- allowed object is
DefaultType
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public boolean isDynamic()
Boolean
public void setDynamic(java.lang.Boolean value)
value
- allowed object is
Boolean
public KeyForType getFor()
KeyForType
public void setFor(KeyForType value)
value
- allowed object is
KeyForType
public java.lang.String getAttrName()
String
public void setAttrName(java.lang.String value)
value
- allowed object is
String
public KeyTypeType getAttrType()
KeyTypeType
public void setAttrType(KeyTypeType value)
value
- allowed object is
KeyTypeType
Copyright 2020 Kieker Project, http://kieker-monitoring.net