Package openEHR.v1.template
Interface CountConstraint
- All Superinterfaces:
ValueConstraint,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
CountConstraintImpl
An XML countConstraint(@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 TypeMethodDescriptionbooleanGets the "includesMaximum" elementbooleanGets the "includesMinimum" elementGets the "maxMagnitude" elementGets the "minMagnitude" elementbooleanTrue if has "maxMagnitude" elementbooleanTrue if has "minMagnitude" elementvoidsetIncludesMaximum(boolean includesMaximum) Sets the "includesMaximum" elementvoidsetIncludesMinimum(boolean includesMinimum) Sets the "includesMinimum" elementvoidsetMaxMagnitude(BigInteger maxMagnitude) Sets the "maxMagnitude" elementvoidsetMinMagnitude(BigInteger minMagnitude) Sets the "minMagnitude" elementvoidUnsets the "maxMagnitude" elementvoidUnsets the "minMagnitude" elementorg.apache.xmlbeans.XmlBooleanGets (as xml) the "includesMaximum" elementorg.apache.xmlbeans.XmlBooleanGets (as xml) the "includesMinimum" elementorg.apache.xmlbeans.XmlIntegerGets (as xml) the "maxMagnitude" elementorg.apache.xmlbeans.XmlIntegerGets (as xml) the "minMagnitude" elementvoidxsetIncludesMaximum(org.apache.xmlbeans.XmlBoolean includesMaximum) Sets (as xml) the "includesMaximum" elementvoidxsetIncludesMinimum(org.apache.xmlbeans.XmlBoolean includesMinimum) Sets (as xml) the "includesMinimum" elementvoidxsetMaxMagnitude(org.apache.xmlbeans.XmlInteger maxMagnitude) Sets (as xml) the "maxMagnitude" elementvoidxsetMinMagnitude(org.apache.xmlbeans.XmlInteger minMagnitude) Sets (as xml) the "minMagnitude" 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
-
getMaxMagnitude
BigInteger getMaxMagnitude()Gets the "maxMagnitude" element -
xgetMaxMagnitude
org.apache.xmlbeans.XmlInteger xgetMaxMagnitude()Gets (as xml) the "maxMagnitude" element -
isSetMaxMagnitude
boolean isSetMaxMagnitude()True if has "maxMagnitude" element -
setMaxMagnitude
Sets the "maxMagnitude" element -
xsetMaxMagnitude
void xsetMaxMagnitude(org.apache.xmlbeans.XmlInteger maxMagnitude) Sets (as xml) the "maxMagnitude" element -
unsetMaxMagnitude
void unsetMaxMagnitude()Unsets the "maxMagnitude" element -
getMinMagnitude
BigInteger getMinMagnitude()Gets the "minMagnitude" element -
xgetMinMagnitude
org.apache.xmlbeans.XmlInteger xgetMinMagnitude()Gets (as xml) the "minMagnitude" element -
isSetMinMagnitude
boolean isSetMinMagnitude()True if has "minMagnitude" element -
setMinMagnitude
Sets the "minMagnitude" element -
xsetMinMagnitude
void xsetMinMagnitude(org.apache.xmlbeans.XmlInteger minMagnitude) Sets (as xml) the "minMagnitude" element -
unsetMinMagnitude
void unsetMinMagnitude()Unsets the "minMagnitude" element -
getIncludesMaximum
boolean getIncludesMaximum()Gets the "includesMaximum" element -
xgetIncludesMaximum
org.apache.xmlbeans.XmlBoolean xgetIncludesMaximum()Gets (as xml) the "includesMaximum" element -
setIncludesMaximum
void setIncludesMaximum(boolean includesMaximum) Sets the "includesMaximum" element -
xsetIncludesMaximum
void xsetIncludesMaximum(org.apache.xmlbeans.XmlBoolean includesMaximum) Sets (as xml) the "includesMaximum" element -
getIncludesMinimum
boolean getIncludesMinimum()Gets the "includesMinimum" element -
xgetIncludesMinimum
org.apache.xmlbeans.XmlBoolean xgetIncludesMinimum()Gets (as xml) the "includesMinimum" element -
setIncludesMinimum
void setIncludesMinimum(boolean includesMinimum) Sets the "includesMinimum" element -
xsetIncludesMinimum
void xsetIncludesMinimum(org.apache.xmlbeans.XmlBoolean includesMinimum) Sets (as xml) the "includesMinimum" element
-