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.XmlObjectAn XML condition(@openEHR/v1/Template). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCondition.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 DependentConditionaddNewArchetypeValue()Appends and returns a new empty "archetypeValue" elementDependentConditiongetArchetypeValue()Gets the "archetypeValue" elementStringgetGender()Gets the "gender" elementBigIntegergetMaximumAgeYears()Gets the "maximumAgeYears" elementBigIntegergetMinimumAgeYears()Gets the "minimumAgeYears" elementbooleanisSetArchetypeValue()True if has "archetypeValue" elementbooleanisSetGender()True if has "gender" elementbooleanisSetMaximumAgeYears()True if has "maximumAgeYears" elementbooleanisSetMinimumAgeYears()True if has "minimumAgeYears" elementvoidsetArchetypeValue(DependentCondition archetypeValue)Sets the "archetypeValue" elementvoidsetGender(String gender)Sets the "gender" elementvoidsetMaximumAgeYears(BigInteger maximumAgeYears)Sets the "maximumAgeYears" elementvoidsetMinimumAgeYears(BigInteger minimumAgeYears)Sets the "minimumAgeYears" elementvoidunsetArchetypeValue()Unsets the "archetypeValue" elementvoidunsetGender()Unsets the "gender" elementvoidunsetMaximumAgeYears()Unsets the "maximumAgeYears" elementvoidunsetMinimumAgeYears()Unsets the "minimumAgeYears" elementorg.apache.xmlbeans.XmlStringxgetGender()Gets (as xml) the "gender" elementorg.apache.xmlbeans.XmlPositiveIntegerxgetMaximumAgeYears()Gets (as xml) the "maximumAgeYears" elementorg.apache.xmlbeans.XmlPositiveIntegerxgetMinimumAgeYears()Gets (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" 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
-
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
void setMinimumAgeYears(BigInteger minimumAgeYears)
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
void setMaximumAgeYears(BigInteger maximumAgeYears)
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
void setGender(String gender)
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
void setArchetypeValue(DependentCondition archetypeValue)
Sets the "archetypeValue" element
-
addNewArchetypeValue
DependentCondition addNewArchetypeValue()
Appends and returns a new empty "archetypeValue" element
-
unsetArchetypeValue
void unsetArchetypeValue()
Unsets the "archetypeValue" element
-
-