Package org.openehr.schemas.v1
Interface ASSERTION
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ASSERTIONImpl
public interface ASSERTION
extends org.apache.xmlbeans.XmlObject
An XML ASSERTION(@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 "expression" elementAppends and returns a new empty value (as xml) as the last "variables" elementGets the "expression" elementGets the "string_expression" elementgetTag()Gets the "tag" elementGets array of all "variables" elementsgetVariablesArray(int i) Gets ith "variables" elementinsertNewVariables(int i) Inserts and returns a new empty value (as xml) as the ith "variables" elementbooleanTrue if has "string_expression" elementbooleanisSetTag()True if has "tag" elementvoidremoveVariables(int i) Removes the ith "variables" elementvoidsetExpression(EXPRITEM expression) Sets the "expression" elementvoidsetStringExpression(String stringExpression) Sets the "string_expression" elementvoidSets the "tag" elementvoidsetVariablesArray(int i, ASSERTIONVARIABLE variables) Sets ith "variables" elementvoidsetVariablesArray(ASSERTIONVARIABLE[] variablesArray) Sets array of all "variables" elementintReturns number of "variables" elementvoidUnsets the "string_expression" elementvoidunsetTag()Unsets the "tag" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "string_expression" elementorg.apache.xmlbeans.XmlStringxgetTag()Gets (as xml) the "tag" elementvoidxsetStringExpression(org.apache.xmlbeans.XmlString stringExpression) Sets (as xml) the "string_expression" elementvoidxsetTag(org.apache.xmlbeans.XmlString tag) Sets (as xml) the "tag" 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
-
getTag
String getTag()Gets the "tag" element -
xgetTag
org.apache.xmlbeans.XmlString xgetTag()Gets (as xml) the "tag" element -
isSetTag
boolean isSetTag()True if has "tag" element -
setTag
Sets the "tag" element -
xsetTag
void xsetTag(org.apache.xmlbeans.XmlString tag) Sets (as xml) the "tag" element -
unsetTag
void unsetTag()Unsets the "tag" element -
getStringExpression
String getStringExpression()Gets the "string_expression" element -
xgetStringExpression
org.apache.xmlbeans.XmlString xgetStringExpression()Gets (as xml) the "string_expression" element -
isSetStringExpression
boolean isSetStringExpression()True if has "string_expression" element -
setStringExpression
Sets the "string_expression" element -
xsetStringExpression
void xsetStringExpression(org.apache.xmlbeans.XmlString stringExpression) Sets (as xml) the "string_expression" element -
unsetStringExpression
void unsetStringExpression()Unsets the "string_expression" element -
getExpression
EXPRITEM getExpression()Gets the "expression" element -
setExpression
Sets the "expression" element -
addNewExpression
EXPRITEM addNewExpression()Appends and returns a new empty "expression" element -
getVariablesArray
ASSERTIONVARIABLE[] getVariablesArray()Gets array of all "variables" elements -
getVariablesArray
Gets ith "variables" element -
sizeOfVariablesArray
int sizeOfVariablesArray()Returns number of "variables" element -
setVariablesArray
Sets array of all "variables" element -
setVariablesArray
Sets ith "variables" element -
insertNewVariables
Inserts and returns a new empty value (as xml) as the ith "variables" element -
addNewVariables
ASSERTIONVARIABLE addNewVariables()Appends and returns a new empty value (as xml) as the last "variables" element -
removeVariables
void removeVariables(int i) Removes the ith "variables" element
-