public class Key extends 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}description" 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 String |
attributeName |
protected KeyType |
attributeType |
protected DefaultKeyValue |
defaultValue |
protected String |
description |
protected Boolean |
dynamic |
protected String |
id |
protected KeyForType |
keyForType |
| Constructor and Description |
|---|
Key() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAttributeName()
Gets the value of the attributeName property.
|
KeyType |
getAttributeType()
Gets the value of the attributeType property.
|
DefaultKeyValue |
getDefault()
Gets the value of the default property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
KeyForType |
getKeyForType()
Gets the value of the for property.
|
int |
hashCode() |
boolean |
isDynamic()
Gets the value of the dynamic property.
|
void |
setAttributeName(String value)
Sets the value of the attributeName property.
|
void |
setAttributeType(KeyType value)
Sets the value of the attributeType property.
|
void |
setDefault(DefaultKeyValue value)
Sets the value of the default property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDynamic(Boolean value)
Sets the value of the dynamic property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setKeyForType(KeyForType value)
Sets the value of the for property.
|
protected String description
protected DefaultKeyValue defaultValue
protected String id
protected Boolean dynamic
protected KeyForType keyForType
protected String attributeName
protected KeyType attributeType
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic DefaultKeyValue getDefault()
DefaultKeyValuepublic void setDefault(DefaultKeyValue value)
value - allowed object is
DefaultKeyValuepublic void setId(String value)
value - allowed object is
Stringpublic boolean isDynamic()
Booleanpublic void setDynamic(Boolean value)
value - allowed object is
Booleanpublic KeyForType getKeyForType()
KeyForTypepublic void setKeyForType(KeyForType value)
value - allowed object is
KeyForTypepublic String getAttributeName()
Stringpublic void setAttributeName(String value)
value - allowed object is
Stringpublic KeyType getAttributeType()
KeyTypepublic void setAttributeType(KeyType value)
value - allowed object is
KeyType