Package openEHR.v1.template
Interface MultipleConstraint
-
- All Superinterfaces:
ValueConstraint,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
MultipleConstraintImpl
public interface MultipleConstraint extends ValueConstraint
An XML multipleConstraint(@openEHR/v1/Template). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMultipleConstraint.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 voidaddIncludedTypes(String includedTypes)Appends the value as the last "includedTypes" elementorg.apache.xmlbeans.XmlStringaddNewIncludedTypes()Appends and returns a new empty value (as xml) as the last "includedTypes" elementString[]getIncludedTypesArray()Gets array of all "includedTypes" elementsStringgetIncludedTypesArray(int i)Gets ith "includedTypes" elementvoidinsertIncludedTypes(int i, String includedTypes)Inserts the value as the ith "includedTypes" elementorg.apache.xmlbeans.XmlStringinsertNewIncludedTypes(int i)Inserts and returns a new empty value (as xml) as the ith "includedTypes" elementvoidremoveIncludedTypes(int i)Removes the ith "includedTypes" elementvoidsetIncludedTypesArray(int i, String includedTypes)Sets ith "includedTypes" elementvoidsetIncludedTypesArray(String[] includedTypesArray)Sets array of all "includedTypes" elementintsizeOfIncludedTypesArray()Returns number of "includedTypes" elementorg.apache.xmlbeans.XmlString[]xgetIncludedTypesArray()Gets (as xml) array of all "includedTypes" elementsorg.apache.xmlbeans.XmlStringxgetIncludedTypesArray(int i)Gets (as xml) ith "includedTypes" elementvoidxsetIncludedTypesArray(int i, org.apache.xmlbeans.XmlString includedTypes)Sets (as xml) ith "includedTypes" elementvoidxsetIncludedTypesArray(org.apache.xmlbeans.XmlString[] includedTypesArray)Sets (as xml) array of all "includedTypes" 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
-
getIncludedTypesArray
String[] getIncludedTypesArray()
Gets array of all "includedTypes" elements
-
getIncludedTypesArray
String getIncludedTypesArray(int i)
Gets ith "includedTypes" element
-
xgetIncludedTypesArray
org.apache.xmlbeans.XmlString[] xgetIncludedTypesArray()
Gets (as xml) array of all "includedTypes" elements
-
xgetIncludedTypesArray
org.apache.xmlbeans.XmlString xgetIncludedTypesArray(int i)
Gets (as xml) ith "includedTypes" element
-
sizeOfIncludedTypesArray
int sizeOfIncludedTypesArray()
Returns number of "includedTypes" element
-
setIncludedTypesArray
void setIncludedTypesArray(String[] includedTypesArray)
Sets array of all "includedTypes" element
-
setIncludedTypesArray
void setIncludedTypesArray(int i, String includedTypes)Sets ith "includedTypes" element
-
xsetIncludedTypesArray
void xsetIncludedTypesArray(org.apache.xmlbeans.XmlString[] includedTypesArray)
Sets (as xml) array of all "includedTypes" element
-
xsetIncludedTypesArray
void xsetIncludedTypesArray(int i, org.apache.xmlbeans.XmlString includedTypes)Sets (as xml) ith "includedTypes" element
-
insertIncludedTypes
void insertIncludedTypes(int i, String includedTypes)Inserts the value as the ith "includedTypes" element
-
addIncludedTypes
void addIncludedTypes(String includedTypes)
Appends the value as the last "includedTypes" element
-
insertNewIncludedTypes
org.apache.xmlbeans.XmlString insertNewIncludedTypes(int i)
Inserts and returns a new empty value (as xml) as the ith "includedTypes" element
-
addNewIncludedTypes
org.apache.xmlbeans.XmlString addNewIncludedTypes()
Appends and returns a new empty value (as xml) as the last "includedTypes" element
-
removeIncludedTypes
void removeIncludedTypes(int i)
Removes the ith "includedTypes" element
-
-