|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KeyType
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
java.lang.String getDesc()
org.apache.xmlbeans.XmlString xgetDesc()
boolean isSetDesc()
void setDesc(java.lang.String desc)
void xsetDesc(org.apache.xmlbeans.XmlString desc)
void unsetDesc()
DefaultType getDefault()
boolean isSetDefault()
void setDefault(DefaultType xdefault)
DefaultType addNewDefault()
void unsetDefault()
java.lang.String getId()
org.apache.xmlbeans.XmlNMTOKEN xgetId()
void setId(java.lang.String id)
void xsetId(org.apache.xmlbeans.XmlNMTOKEN id)
KeyForType.Enum getFor()
KeyForType xgetFor()
boolean isSetFor()
void setFor(KeyForType.Enum xfor)
void xsetFor(KeyForType xfor)
void unsetFor()
java.lang.String getAttrName()
KeyNameType xgetAttrName()
boolean isSetAttrName()
void setAttrName(java.lang.String attrName)
void xsetAttrName(KeyNameType attrName)
void unsetAttrName()
KeyTypeType.Enum getAttrType()
KeyTypeType xgetAttrType()
boolean isSetAttrType()
void setAttrType(KeyTypeType.Enum attrType)
void xsetAttrType(KeyTypeType attrType)
void unsetAttrType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |