java.lang.Object
net.anwiba.tools.simple.graphml.generated.Key
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attrName property.Gets the value of the attrType property.Gets the value of the content property.getFor()Gets the value of the for property.getId()Gets the value of the id property.Gets the value of the yfilesType property.voidsetAttrName(String value) Sets the value of the attrName property.voidsetAttrType(String value) Sets the value of the attrType property.voidsetContent(String value) Sets the value of the content property.voidSets the value of the for property.voidSets the value of the id property.voidsetYfilesType(String value) Sets the value of the yfilesType property.
-
Field Details
-
-
id
-
_for
-
attrName
-
attrType
-
yfilesType
-
-
Constructor Details
-
Key
public Key()
-
-
Method Details
-
getContent
Gets the value of the content property.- Returns:
- possible object is
String
-
setContent
Sets the value of the content property.- Parameters:
value- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getFor
Gets the value of the for property.- Returns:
- possible object is
String
-
setFor
Sets the value of the for property.- Parameters:
value- allowed object isString
-
getAttrName
Gets the value of the attrName property.- Returns:
- possible object is
String
-
setAttrName
Sets the value of the attrName property.- Parameters:
value- allowed object isString
-
getAttrType
Gets the value of the attrType property.- Returns:
- possible object is
String
-
setAttrType
Sets the value of the attrType property.- Parameters:
value- allowed object isString
-
getYfilesType
Gets the value of the yfilesType property.- Returns:
- possible object is
String
-
setYfilesType
Sets the value of the yfilesType property.- Parameters:
value- allowed object isString
-