public static interface ConceptDocument.Concept
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
ConceptDocument.Concept.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 |
---|---|
CreateAnnotationsDocument.CreateAnnotations |
addNewCreateAnnotations()
Appends and returns a new empty "createAnnotations" element
|
RulesDocument.Rules |
addNewRules()
Appends and returns a new empty "rules" element
|
CreateAnnotationsDocument.CreateAnnotations |
getCreateAnnotations()
Gets the "createAnnotations" element
|
String |
getName()
Gets the "name" attribute
|
boolean |
getProcessAllRules()
Gets the "processAllRules" attribute
|
RulesDocument.Rules |
getRules()
Gets the "rules" element
|
boolean |
isSetName()
True if has "name" attribute
|
boolean |
isSetProcessAllRules()
True if has "processAllRules" attribute
|
void |
setCreateAnnotations(CreateAnnotationsDocument.CreateAnnotations createAnnotations)
Sets the "createAnnotations" element
|
void |
setName(String name)
Sets the "name" attribute
|
void |
setProcessAllRules(boolean processAllRules)
Sets the "processAllRules" attribute
|
void |
setRules(RulesDocument.Rules rules)
Sets the "rules" element
|
void |
unsetName()
Unsets the "name" attribute
|
void |
unsetProcessAllRules()
Unsets the "processAllRules" attribute
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetProcessAllRules()
Gets (as xml) the "processAllRules" attribute
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute
|
void |
xsetProcessAllRules(org.apache.xmlbeans.XmlBoolean processAllRules)
Sets (as xml) the "processAllRules" 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, valueHashCode
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
RulesDocument.Rules getRules()
void setRules(RulesDocument.Rules rules)
RulesDocument.Rules addNewRules()
CreateAnnotationsDocument.CreateAnnotations getCreateAnnotations()
void setCreateAnnotations(CreateAnnotationsDocument.CreateAnnotations createAnnotations)
CreateAnnotationsDocument.CreateAnnotations addNewCreateAnnotations()
String getName()
org.apache.xmlbeans.XmlString xgetName()
boolean isSetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
void unsetName()
boolean getProcessAllRules()
org.apache.xmlbeans.XmlBoolean xgetProcessAllRules()
boolean isSetProcessAllRules()
void setProcessAllRules(boolean processAllRules)
void xsetProcessAllRules(org.apache.xmlbeans.XmlBoolean processAllRules)
void unsetProcessAllRules()
Copyright © 2015. All rights reserved.