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()
String
public void setDescription(String value)
value
- allowed object is
String
public DefaultKeyValue getDefault()
DefaultKeyValue
public void setDefault(DefaultKeyValue value)
value
- allowed object is
DefaultKeyValue
public void setId(String value)
value
- allowed object is
String
public boolean isDynamic()
Boolean
public void setDynamic(Boolean value)
value
- allowed object is
Boolean
public KeyForType getKeyForType()
KeyForType
public void setKeyForType(KeyForType value)
value
- allowed object is
KeyForType
public String getAttributeName()
String
public void setAttributeName(String value)
value
- allowed object is
String
public KeyType getAttributeType()
KeyType
public void setAttributeType(KeyType value)
value
- allowed object is
KeyType