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.XmlObjectAn XML ASSERTION(@http://schemas.openehr.org/v1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classASSERTION.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 EXPRITEMaddNewExpression()Appends and returns a new empty "expression" elementASSERTIONVARIABLEaddNewVariables()Appends and returns a new empty value (as xml) as the last "variables" elementEXPRITEMgetExpression()Gets the "expression" elementStringgetStringExpression()Gets the "string_expression" elementStringgetTag()Gets the "tag" elementASSERTIONVARIABLE[]getVariablesArray()Gets array of all "variables" elementsASSERTIONVARIABLEgetVariablesArray(int i)Gets ith "variables" elementASSERTIONVARIABLEinsertNewVariables(int i)Inserts and returns a new empty value (as xml) as the ith "variables" elementbooleanisSetStringExpression()True 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" elementvoidsetTag(String tag)Sets the "tag" elementvoidsetVariablesArray(int i, ASSERTIONVARIABLE variables)Sets ith "variables" elementvoidsetVariablesArray(ASSERTIONVARIABLE[] variablesArray)Sets array of all "variables" elementintsizeOfVariablesArray()Returns number of "variables" elementvoidunsetStringExpression()Unsets the "string_expression" elementvoidunsetTag()Unsets the "tag" elementorg.apache.xmlbeans.XmlStringxgetStringExpression()Gets (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" 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
-
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
void setTag(String tag)
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
void setStringExpression(String stringExpression)
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
void setExpression(EXPRITEM expression)
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
ASSERTIONVARIABLE getVariablesArray(int i)
Gets ith "variables" element
-
sizeOfVariablesArray
int sizeOfVariablesArray()
Returns number of "variables" element
-
setVariablesArray
void setVariablesArray(ASSERTIONVARIABLE[] variablesArray)
Sets array of all "variables" element
-
setVariablesArray
void setVariablesArray(int i, ASSERTIONVARIABLE variables)Sets ith "variables" element
-
insertNewVariables
ASSERTIONVARIABLE insertNewVariables(int i)
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
-
-