Package org.openehr.schemas.v1
Interface ARCHETYPESLOT
- All Superinterfaces:
ARCHETYPECONSTRAINT,COBJECT,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ARCHETYPESLOTImpl
An XML ARCHETYPE_SLOT(@http://schemas.openehr.org/v1).
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA factory class with static methods for creating instances of this type. -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty value (as xml) as the last "excludes" elementAppends and returns a new empty value (as xml) as the last "includes" elementGets array of all "excludes" elementsgetExcludesArray(int i) Gets ith "excludes" elementGets array of all "includes" elementsgetIncludesArray(int i) Gets ith "includes" elementinsertNewExcludes(int i) Inserts and returns a new empty value (as xml) as the ith "excludes" elementinsertNewIncludes(int i) Inserts and returns a new empty value (as xml) as the ith "includes" elementvoidremoveExcludes(int i) Removes the ith "excludes" elementvoidremoveIncludes(int i) Removes the ith "includes" elementvoidsetExcludesArray(int i, ASSERTION excludes) Sets ith "excludes" elementvoidsetExcludesArray(ASSERTION[] excludesArray) Sets array of all "excludes" elementvoidsetIncludesArray(int i, ASSERTION includes) Sets ith "includes" elementvoidsetIncludesArray(ASSERTION[] includesArray) Sets array of all "includes" elementintReturns number of "excludes" elementintReturns number of "includes" elementMethods inherited from interface org.openehr.schemas.v1.COBJECT
addNewOccurrences, getNodeId, getOccurrences, getRmTypeName, setNodeId, setOccurrences, setRmTypeName, xgetNodeId, xgetRmTypeName, xsetNodeId, xsetRmTypeNameMethods inherited from interface org.apache.xmlbeans.XmlObject
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, valueHashCodeMethods 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 Details
-
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getIncludesArray
ASSERTION[] getIncludesArray()Gets array of all "includes" elements -
getIncludesArray
Gets ith "includes" element -
sizeOfIncludesArray
int sizeOfIncludesArray()Returns number of "includes" element -
setIncludesArray
Sets array of all "includes" element -
setIncludesArray
Sets ith "includes" element -
insertNewIncludes
Inserts and returns a new empty value (as xml) as the ith "includes" element -
addNewIncludes
ASSERTION addNewIncludes()Appends and returns a new empty value (as xml) as the last "includes" element -
removeIncludes
void removeIncludes(int i) Removes the ith "includes" element -
getExcludesArray
ASSERTION[] getExcludesArray()Gets array of all "excludes" elements -
getExcludesArray
Gets ith "excludes" element -
sizeOfExcludesArray
int sizeOfExcludesArray()Returns number of "excludes" element -
setExcludesArray
Sets array of all "excludes" element -
setExcludesArray
Sets ith "excludes" element -
insertNewExcludes
Inserts and returns a new empty value (as xml) as the ith "excludes" element -
addNewExcludes
ASSERTION addNewExcludes()Appends and returns a new empty value (as xml) as the last "excludes" element -
removeExcludes
void removeExcludes(int i) Removes the ith "excludes" element
-