Package openEHR.v1.template
Interface MultipleConstraint
- All Superinterfaces:
ValueConstraint,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
MultipleConstraintImpl
An XML multipleConstraint(@openEHR/v1/Template).
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 TypeMethodDescriptionvoidaddIncludedTypes(String includedTypes) Appends the value as the last "includedTypes" elementorg.apache.xmlbeans.XmlStringAppends and returns a new empty value (as xml) as the last "includedTypes" elementString[]Gets array of all "includedTypes" elementsgetIncludedTypesArray(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" elementintReturns number of "includedTypes" elementorg.apache.xmlbeans.XmlString[]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" elementMethods 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
-
getIncludedTypesArray
String[] getIncludedTypesArray()Gets array of all "includedTypes" elements -
getIncludedTypesArray
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
Sets array of all "includedTypes" element -
setIncludedTypesArray
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
Inserts the value as the ith "includedTypes" element -
addIncludedTypes
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
-