public class Key extends Object
Java class for KeyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="for" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="attr.name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="attr.type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="yfiles.type" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
_for |
protected String |
attrName |
protected String |
attrType |
protected String |
content |
protected String |
id |
protected String |
yfilesType |
| Constructor and Description |
|---|
Key() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrName()
Gets the value of the attrName property.
|
String |
getAttrType()
Gets the value of the attrType property.
|
String |
getContent()
Gets the value of the content property.
|
String |
getFor()
Gets the value of the for property.
|
String |
getId()
Gets the value of the id property.
|
String |
getYfilesType()
Gets the value of the yfilesType property.
|
void |
setAttrName(String value)
Sets the value of the attrName property.
|
void |
setAttrType(String value)
Sets the value of the attrType property.
|
void |
setContent(String value)
Sets the value of the content property.
|
void |
setFor(String value)
Sets the value of the for property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setYfilesType(String value)
Sets the value of the yfilesType property.
|
protected String content
protected String id
protected String _for
protected String attrName
protected String attrType
protected String yfilesType
public String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getFor()
Stringpublic void setFor(String value)
value - allowed object is
Stringpublic String getAttrName()
Stringpublic void setAttrName(String value)
value - allowed object is
Stringpublic String getAttrType()
Stringpublic void setAttrType(String value)
value - allowed object is
Stringpublic String getYfilesType()
StringCopyright © 2007–2018 Andreas W. Bartels. All rights reserved.