Package openEHR.v1.template
Interface OrdinalConstraint
-
- All Superinterfaces:
ValueConstraint,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
OrdinalConstraintImpl
public interface OrdinalConstraint extends ValueConstraint
An XML ordinalConstraint(@openEHR/v1/Template). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOrdinalConstraint.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 voidaddExcludedValues(String excludedValues)Appends the value as the last "excludedValues" elementvoidaddIncludedValues(String includedValues)Appends the value as the last "includedValues" elementorg.apache.xmlbeans.XmlStringaddNewExcludedValues()Appends and returns a new empty value (as xml) as the last "excludedValues" elementorg.apache.xmlbeans.XmlStringaddNewIncludedValues()Appends and returns a new empty value (as xml) as the last "includedValues" elementString[]getExcludedValuesArray()Gets array of all "excludedValues" elementsStringgetExcludedValuesArray(int i)Gets ith "excludedValues" elementString[]getIncludedValuesArray()Gets array of all "includedValues" elementsStringgetIncludedValuesArray(int i)Gets ith "includedValues" elementvoidinsertExcludedValues(int i, String excludedValues)Inserts the value as the ith "excludedValues" elementvoidinsertIncludedValues(int i, String includedValues)Inserts the value as the ith "includedValues" elementorg.apache.xmlbeans.XmlStringinsertNewExcludedValues(int i)Inserts and returns a new empty value (as xml) as the ith "excludedValues" elementorg.apache.xmlbeans.XmlStringinsertNewIncludedValues(int i)Inserts and returns a new empty value (as xml) as the ith "includedValues" elementvoidremoveExcludedValues(int i)Removes the ith "excludedValues" elementvoidremoveIncludedValues(int i)Removes the ith "includedValues" elementvoidsetExcludedValuesArray(int i, String excludedValues)Sets ith "excludedValues" elementvoidsetExcludedValuesArray(String[] excludedValuesArray)Sets array of all "excludedValues" elementvoidsetIncludedValuesArray(int i, String includedValues)Sets ith "includedValues" elementvoidsetIncludedValuesArray(String[] includedValuesArray)Sets array of all "includedValues" elementintsizeOfExcludedValuesArray()Returns number of "excludedValues" elementintsizeOfIncludedValuesArray()Returns number of "includedValues" elementorg.apache.xmlbeans.XmlString[]xgetExcludedValuesArray()Gets (as xml) array of all "excludedValues" elementsorg.apache.xmlbeans.XmlStringxgetExcludedValuesArray(int i)Gets (as xml) ith "excludedValues" elementorg.apache.xmlbeans.XmlString[]xgetIncludedValuesArray()Gets (as xml) array of all "includedValues" elementsorg.apache.xmlbeans.XmlStringxgetIncludedValuesArray(int i)Gets (as xml) ith "includedValues" elementvoidxsetExcludedValuesArray(int i, org.apache.xmlbeans.XmlString excludedValues)Sets (as xml) ith "excludedValues" elementvoidxsetExcludedValuesArray(org.apache.xmlbeans.XmlString[] excludedValuesArray)Sets (as xml) array of all "excludedValues" elementvoidxsetIncludedValuesArray(int i, org.apache.xmlbeans.XmlString includedValues)Sets (as xml) ith "includedValues" elementvoidxsetIncludedValuesArray(org.apache.xmlbeans.XmlString[] includedValuesArray)Sets (as xml) array of all "includedValues" element-
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
-
getIncludedValuesArray
String[] getIncludedValuesArray()
Gets array of all "includedValues" elements
-
getIncludedValuesArray
String getIncludedValuesArray(int i)
Gets ith "includedValues" element
-
xgetIncludedValuesArray
org.apache.xmlbeans.XmlString[] xgetIncludedValuesArray()
Gets (as xml) array of all "includedValues" elements
-
xgetIncludedValuesArray
org.apache.xmlbeans.XmlString xgetIncludedValuesArray(int i)
Gets (as xml) ith "includedValues" element
-
sizeOfIncludedValuesArray
int sizeOfIncludedValuesArray()
Returns number of "includedValues" element
-
setIncludedValuesArray
void setIncludedValuesArray(String[] includedValuesArray)
Sets array of all "includedValues" element
-
setIncludedValuesArray
void setIncludedValuesArray(int i, String includedValues)Sets ith "includedValues" element
-
xsetIncludedValuesArray
void xsetIncludedValuesArray(org.apache.xmlbeans.XmlString[] includedValuesArray)
Sets (as xml) array of all "includedValues" element
-
xsetIncludedValuesArray
void xsetIncludedValuesArray(int i, org.apache.xmlbeans.XmlString includedValues)Sets (as xml) ith "includedValues" element
-
insertIncludedValues
void insertIncludedValues(int i, String includedValues)Inserts the value as the ith "includedValues" element
-
addIncludedValues
void addIncludedValues(String includedValues)
Appends the value as the last "includedValues" element
-
insertNewIncludedValues
org.apache.xmlbeans.XmlString insertNewIncludedValues(int i)
Inserts and returns a new empty value (as xml) as the ith "includedValues" element
-
addNewIncludedValues
org.apache.xmlbeans.XmlString addNewIncludedValues()
Appends and returns a new empty value (as xml) as the last "includedValues" element
-
removeIncludedValues
void removeIncludedValues(int i)
Removes the ith "includedValues" element
-
getExcludedValuesArray
String[] getExcludedValuesArray()
Gets array of all "excludedValues" elements
-
getExcludedValuesArray
String getExcludedValuesArray(int i)
Gets ith "excludedValues" element
-
xgetExcludedValuesArray
org.apache.xmlbeans.XmlString[] xgetExcludedValuesArray()
Gets (as xml) array of all "excludedValues" elements
-
xgetExcludedValuesArray
org.apache.xmlbeans.XmlString xgetExcludedValuesArray(int i)
Gets (as xml) ith "excludedValues" element
-
sizeOfExcludedValuesArray
int sizeOfExcludedValuesArray()
Returns number of "excludedValues" element
-
setExcludedValuesArray
void setExcludedValuesArray(String[] excludedValuesArray)
Sets array of all "excludedValues" element
-
setExcludedValuesArray
void setExcludedValuesArray(int i, String excludedValues)Sets ith "excludedValues" element
-
xsetExcludedValuesArray
void xsetExcludedValuesArray(org.apache.xmlbeans.XmlString[] excludedValuesArray)
Sets (as xml) array of all "excludedValues" element
-
xsetExcludedValuesArray
void xsetExcludedValuesArray(int i, org.apache.xmlbeans.XmlString excludedValues)Sets (as xml) ith "excludedValues" element
-
insertExcludedValues
void insertExcludedValues(int i, String excludedValues)Inserts the value as the ith "excludedValues" element
-
addExcludedValues
void addExcludedValues(String excludedValues)
Appends the value as the last "excludedValues" element
-
insertNewExcludedValues
org.apache.xmlbeans.XmlString insertNewExcludedValues(int i)
Inserts and returns a new empty value (as xml) as the ith "excludedValues" element
-
addNewExcludedValues
org.apache.xmlbeans.XmlString addNewExcludedValues()
Appends and returns a new empty value (as xml) as the last "excludedValues" element
-
removeExcludedValues
void removeExcludedValues(int i)
Removes the ith "excludedValues" element
-
-