org.graphdrawing.graphml.xmlns
Interface KeyType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
KeyTypeImpl

public interface KeyType
extends org.apache.xmlbeans.XmlObject

An XML key.type(@http://graphml.graphdrawing.org/xmlns). This is a complex type.


Nested Class Summary
static class KeyType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 DefaultType addNewDefault()
          Appends and returns a new empty "default" element
 java.lang.String getAttrName()
          Gets the "attr.name" attribute
 KeyTypeType.Enum getAttrType()
          Gets the "attr.type" attribute
 DefaultType getDefault()
          Gets the "default" element
 java.lang.String getDesc()
          Gets the "desc" element
 KeyForType.Enum getFor()
          Gets the "for" attribute
 java.lang.String getId()
          Gets the "id" attribute
 boolean isSetAttrName()
          True if has "attr.name" attribute
 boolean isSetAttrType()
          True if has "attr.type" attribute
 boolean isSetDefault()
          True if has "default" element
 boolean isSetDesc()
          True if has "desc" element
 boolean isSetFor()
          True if has "for" attribute
 void setAttrName(java.lang.String attrName)
          Sets the "attr.name" attribute
 void setAttrType(KeyTypeType.Enum attrType)
          Sets the "attr.type" attribute
 void setDefault(DefaultType xdefault)
          Sets the "default" element
 void setDesc(java.lang.String desc)
          Sets the "desc" element
 void setFor(KeyForType.Enum xfor)
          Sets the "for" attribute
 void setId(java.lang.String id)
          Sets the "id" attribute
 void unsetAttrName()
          Unsets the "attr.name" attribute
 void unsetAttrType()
          Unsets the "attr.type" attribute
 void unsetDefault()
          Unsets the "default" element
 void unsetDesc()
          Unsets the "desc" element
 void unsetFor()
          Unsets the "for" attribute
 KeyNameType xgetAttrName()
          Gets (as xml) the "attr.name" attribute
 KeyTypeType xgetAttrType()
          Gets (as xml) the "attr.type" attribute
 org.apache.xmlbeans.XmlString xgetDesc()
          Gets (as xml) the "desc" element
 KeyForType xgetFor()
          Gets (as xml) the "for" attribute
 org.apache.xmlbeans.XmlNMTOKEN xgetId()
          Gets (as xml) the "id" attribute
 void xsetAttrName(KeyNameType attrName)
          Sets (as xml) the "attr.name" attribute
 void xsetAttrType(KeyTypeType attrType)
          Sets (as xml) the "attr.type" attribute
 void xsetDesc(org.apache.xmlbeans.XmlString desc)
          Sets (as xml) the "desc" element
 void xsetFor(KeyForType xfor)
          Sets (as xml) the "for" attribute
 void xsetId(org.apache.xmlbeans.XmlNMTOKEN id)
          Sets (as xml) the "id" attribute
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getDesc

java.lang.String getDesc()
Gets the "desc" element


xgetDesc

org.apache.xmlbeans.XmlString xgetDesc()
Gets (as xml) the "desc" element


isSetDesc

boolean isSetDesc()
True if has "desc" element


setDesc

void setDesc(java.lang.String desc)
Sets the "desc" element


xsetDesc

void xsetDesc(org.apache.xmlbeans.XmlString desc)
Sets (as xml) the "desc" element


unsetDesc

void unsetDesc()
Unsets the "desc" element


getDefault

DefaultType getDefault()
Gets the "default" element


isSetDefault

boolean isSetDefault()
True if has "default" element


setDefault

void setDefault(DefaultType xdefault)
Sets the "default" element


addNewDefault

DefaultType addNewDefault()
Appends and returns a new empty "default" element


unsetDefault

void unsetDefault()
Unsets the "default" element


getId

java.lang.String getId()
Gets the "id" attribute


xgetId

org.apache.xmlbeans.XmlNMTOKEN xgetId()
Gets (as xml) the "id" attribute


setId

void setId(java.lang.String id)
Sets the "id" attribute


xsetId

void xsetId(org.apache.xmlbeans.XmlNMTOKEN id)
Sets (as xml) the "id" attribute


getFor

KeyForType.Enum getFor()
Gets the "for" attribute


xgetFor

KeyForType xgetFor()
Gets (as xml) the "for" attribute


isSetFor

boolean isSetFor()
True if has "for" attribute


setFor

void setFor(KeyForType.Enum xfor)
Sets the "for" attribute


xsetFor

void xsetFor(KeyForType xfor)
Sets (as xml) the "for" attribute


unsetFor

void unsetFor()
Unsets the "for" attribute


getAttrName

java.lang.String getAttrName()
Gets the "attr.name" attribute


xgetAttrName

KeyNameType xgetAttrName()
Gets (as xml) the "attr.name" attribute


isSetAttrName

boolean isSetAttrName()
True if has "attr.name" attribute


setAttrName

void setAttrName(java.lang.String attrName)
Sets the "attr.name" attribute


xsetAttrName

void xsetAttrName(KeyNameType attrName)
Sets (as xml) the "attr.name" attribute


unsetAttrName

void unsetAttrName()
Unsets the "attr.name" attribute


getAttrType

KeyTypeType.Enum getAttrType()
Gets the "attr.type" attribute


xgetAttrType

KeyTypeType xgetAttrType()
Gets (as xml) the "attr.type" attribute


isSetAttrType

boolean isSetAttrType()
True if has "attr.type" attribute


setAttrType

void setAttrType(KeyTypeType.Enum attrType)
Sets the "attr.type" attribute


xsetAttrType

void xsetAttrType(KeyTypeType attrType)
Sets (as xml) the "attr.type" attribute


unsetAttrType

void unsetAttrType()
Unsets the "attr.type" attribute



Copyright © 2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.