java.lang.Object
net.anwiba.tools.simple.graphml.generated.Key

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>
 
  • Field Details

    • content

      protected String content
    • id

      protected String id
    • _for

      protected String _for
    • attrName

      protected String attrName
    • attrType

      protected String attrType
    • yfilesType

      protected String yfilesType
  • Constructor Details

    • Key

      public Key()
  • Method Details

    • getContent

      public String getContent()
      Gets the value of the content property.
      Returns:
      possible object is String
    • setContent

      public void setContent(String value)
      Sets the value of the content property.
      Parameters:
      value - allowed object is String
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getFor

      public String getFor()
      Gets the value of the for property.
      Returns:
      possible object is String
    • setFor

      public void setFor(String value)
      Sets the value of the for property.
      Parameters:
      value - allowed object is String
    • getAttrName

      public String getAttrName()
      Gets the value of the attrName property.
      Returns:
      possible object is String
    • setAttrName

      public void setAttrName(String value)
      Sets the value of the attrName property.
      Parameters:
      value - allowed object is String
    • getAttrType

      public String getAttrType()
      Gets the value of the attrType property.
      Returns:
      possible object is String
    • setAttrType

      public void setAttrType(String value)
      Sets the value of the attrType property.
      Parameters:
      value - allowed object is String
    • getYfilesType

      public String getYfilesType()
      Gets the value of the yfilesType property.
      Returns:
      possible object is String
    • setYfilesType

      public void setYfilesType(String value)
      Sets the value of the yfilesType property.
      Parameters:
      value - allowed object is String