Package openEHR.v1.template
Interface Condition
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ConditionImpl
public interface Condition
extends org.apache.xmlbeans.XmlObject
An XML condition(@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 TypeMethodDescriptionAppends and returns a new empty "archetypeValue" elementGets the "archetypeValue" elementGets the "gender" elementGets the "maximumAgeYears" elementGets the "minimumAgeYears" elementbooleanTrue if has "archetypeValue" elementbooleanTrue if has "gender" elementbooleanTrue if has "maximumAgeYears" elementbooleanTrue if has "minimumAgeYears" elementvoidsetArchetypeValue(DependentCondition archetypeValue) Sets the "archetypeValue" elementvoidSets the "gender" elementvoidsetMaximumAgeYears(BigInteger maximumAgeYears) Sets the "maximumAgeYears" elementvoidsetMinimumAgeYears(BigInteger minimumAgeYears) Sets the "minimumAgeYears" elementvoidUnsets the "archetypeValue" elementvoidUnsets the "gender" elementvoidUnsets the "maximumAgeYears" elementvoidUnsets the "minimumAgeYears" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "gender" elementorg.apache.xmlbeans.XmlPositiveIntegerGets (as xml) the "maximumAgeYears" elementorg.apache.xmlbeans.XmlPositiveIntegerGets (as xml) the "minimumAgeYears" elementvoidxsetGender(org.apache.xmlbeans.XmlString gender) Sets (as xml) the "gender" elementvoidxsetMaximumAgeYears(org.apache.xmlbeans.XmlPositiveInteger maximumAgeYears) Sets (as xml) the "maximumAgeYears" elementvoidxsetMinimumAgeYears(org.apache.xmlbeans.XmlPositiveInteger minimumAgeYears) Sets (as xml) the "minimumAgeYears" 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
-
getMinimumAgeYears
BigInteger getMinimumAgeYears()Gets the "minimumAgeYears" element -
xgetMinimumAgeYears
org.apache.xmlbeans.XmlPositiveInteger xgetMinimumAgeYears()Gets (as xml) the "minimumAgeYears" element -
isSetMinimumAgeYears
boolean isSetMinimumAgeYears()True if has "minimumAgeYears" element -
setMinimumAgeYears
Sets the "minimumAgeYears" element -
xsetMinimumAgeYears
void xsetMinimumAgeYears(org.apache.xmlbeans.XmlPositiveInteger minimumAgeYears) Sets (as xml) the "minimumAgeYears" element -
unsetMinimumAgeYears
void unsetMinimumAgeYears()Unsets the "minimumAgeYears" element -
getMaximumAgeYears
BigInteger getMaximumAgeYears()Gets the "maximumAgeYears" element -
xgetMaximumAgeYears
org.apache.xmlbeans.XmlPositiveInteger xgetMaximumAgeYears()Gets (as xml) the "maximumAgeYears" element -
isSetMaximumAgeYears
boolean isSetMaximumAgeYears()True if has "maximumAgeYears" element -
setMaximumAgeYears
Sets the "maximumAgeYears" element -
xsetMaximumAgeYears
void xsetMaximumAgeYears(org.apache.xmlbeans.XmlPositiveInteger maximumAgeYears) Sets (as xml) the "maximumAgeYears" element -
unsetMaximumAgeYears
void unsetMaximumAgeYears()Unsets the "maximumAgeYears" element -
getGender
String getGender()Gets the "gender" element -
xgetGender
org.apache.xmlbeans.XmlString xgetGender()Gets (as xml) the "gender" element -
isSetGender
boolean isSetGender()True if has "gender" element -
setGender
Sets the "gender" element -
xsetGender
void xsetGender(org.apache.xmlbeans.XmlString gender) Sets (as xml) the "gender" element -
unsetGender
void unsetGender()Unsets the "gender" element -
getArchetypeValue
DependentCondition getArchetypeValue()Gets the "archetypeValue" element -
isSetArchetypeValue
boolean isSetArchetypeValue()True if has "archetypeValue" element -
setArchetypeValue
Sets the "archetypeValue" element -
addNewArchetypeValue
DependentCondition addNewArchetypeValue()Appends and returns a new empty "archetypeValue" element -
unsetArchetypeValue
void unsetArchetypeValue()Unsets the "archetypeValue" element
-