Package org.openehr.schemas.v1
Interface ARCHETYPESLOT
-
- All Superinterfaces:
ARCHETYPECONSTRAINT,COBJECT,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ARCHETYPESLOTImpl
public interface ARCHETYPESLOT extends COBJECT
An XML ARCHETYPE_SLOT(@http://schemas.openehr.org/v1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classARCHETYPESLOT.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ASSERTIONaddNewExcludes()Appends and returns a new empty value (as xml) as the last "excludes" elementASSERTIONaddNewIncludes()Appends and returns a new empty value (as xml) as the last "includes" elementASSERTION[]getExcludesArray()Gets array of all "excludes" elementsASSERTIONgetExcludesArray(int i)Gets ith "excludes" elementASSERTION[]getIncludesArray()Gets array of all "includes" elementsASSERTIONgetIncludesArray(int i)Gets ith "includes" elementASSERTIONinsertNewExcludes(int i)Inserts and returns a new empty value (as xml) as the ith "excludes" elementASSERTIONinsertNewIncludes(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" elementintsizeOfExcludesArray()Returns number of "excludes" elementintsizeOfIncludesArray()Returns number of "includes" element-
Methods inherited from interface org.openehr.schemas.v1.COBJECT
addNewOccurrences, getNodeId, getOccurrences, getRmTypeName, setNodeId, setOccurrences, setRmTypeName, xgetNodeId, xgetRmTypeName, xsetNodeId, xsetRmTypeName
-
Methods 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, 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
-
-
-
-
Method Detail
-
getIncludesArray
ASSERTION[] getIncludesArray()
Gets array of all "includes" elements
-
getIncludesArray
ASSERTION getIncludesArray(int i)
Gets ith "includes" element
-
sizeOfIncludesArray
int sizeOfIncludesArray()
Returns number of "includes" element
-
setIncludesArray
void setIncludesArray(ASSERTION[] includesArray)
Sets array of all "includes" element
-
setIncludesArray
void setIncludesArray(int i, ASSERTION includes)Sets ith "includes" element
-
insertNewIncludes
ASSERTION insertNewIncludes(int i)
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
ASSERTION getExcludesArray(int i)
Gets ith "excludes" element
-
sizeOfExcludesArray
int sizeOfExcludesArray()
Returns number of "excludes" element
-
setExcludesArray
void setExcludesArray(ASSERTION[] excludesArray)
Sets array of all "excludes" element
-
setExcludesArray
void setExcludesArray(int i, ASSERTION excludes)Sets ith "excludes" element
-
insertNewExcludes
ASSERTION insertNewExcludes(int i)
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
-
-