public interface KeyType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
KeyType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
DefaultType |
addNewDefault()
Appends and returns a new empty "default" element
|
String |
getAttrName()
Gets the "attr.name" attribute
|
KeyTypeType.Enum |
getAttrType()
Gets the "attr.type" attribute
|
DefaultType |
getDefault()
Gets the "default" element
|
String |
getDesc()
Gets the "desc" element
|
KeyForType.Enum |
getFor()
Gets the "for" attribute
|
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(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(String desc)
Sets the "desc" element
|
void |
setFor(KeyForType.Enum xfor)
Sets the "for" attribute
|
void |
setId(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
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString getDesc()
org.apache.xmlbeans.XmlString xgetDesc()
boolean isSetDesc()
void setDesc(String desc)
void xsetDesc(org.apache.xmlbeans.XmlString desc)
void unsetDesc()
DefaultType getDefault()
boolean isSetDefault()
void setDefault(DefaultType xdefault)
DefaultType addNewDefault()
void unsetDefault()
String getId()
org.apache.xmlbeans.XmlNMTOKEN xgetId()
void setId(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()
String getAttrName()
KeyNameType xgetAttrName()
boolean isSetAttrName()
void setAttrName(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()
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.