Package openEHR.v1.template
Interface DurationConstraint
-
- All Superinterfaces:
ValueConstraint,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
DurationConstraintImpl
public interface DurationConstraint extends ValueConstraint
An XML durationConstraint(@openEHR/v1/Template). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDurationConstraint.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 booleangetIncludesMaximum()Gets the "includesMaximum" elementbooleangetIncludesMinimum()Gets the "includesMinimum" elementStringgetMaxMagnitude()Gets the "maxMagnitude" elementStringgetMinMagnitude()Gets the "minMagnitude" elementStringgetPattern()Gets the "pattern" elementbooleanisSetMaxMagnitude()True if has "maxMagnitude" elementbooleanisSetMinMagnitude()True if has "minMagnitude" elementvoidsetIncludesMaximum(boolean includesMaximum)Sets the "includesMaximum" elementvoidsetIncludesMinimum(boolean includesMinimum)Sets the "includesMinimum" elementvoidsetMaxMagnitude(String maxMagnitude)Sets the "maxMagnitude" elementvoidsetMinMagnitude(String minMagnitude)Sets the "minMagnitude" elementvoidsetPattern(String pattern)Sets the "pattern" elementvoidunsetMaxMagnitude()Unsets the "maxMagnitude" elementvoidunsetMinMagnitude()Unsets the "minMagnitude" elementorg.apache.xmlbeans.XmlBooleanxgetIncludesMaximum()Gets (as xml) the "includesMaximum" elementorg.apache.xmlbeans.XmlBooleanxgetIncludesMinimum()Gets (as xml) the "includesMinimum" elementorg.apache.xmlbeans.XmlStringxgetMaxMagnitude()Gets (as xml) the "maxMagnitude" elementorg.apache.xmlbeans.XmlStringxgetMinMagnitude()Gets (as xml) the "minMagnitude" elementorg.apache.xmlbeans.XmlStringxgetPattern()Gets (as xml) the "pattern" 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.XmlString maxMagnitude)Sets (as xml) the "maxMagnitude" elementvoidxsetMinMagnitude(org.apache.xmlbeans.XmlString minMagnitude)Sets (as xml) the "minMagnitude" elementvoidxsetPattern(org.apache.xmlbeans.XmlString pattern)Sets (as xml) the "pattern" 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
-
getPattern
String getPattern()
Gets the "pattern" element
-
xgetPattern
org.apache.xmlbeans.XmlString xgetPattern()
Gets (as xml) the "pattern" element
-
setPattern
void setPattern(String pattern)
Sets the "pattern" element
-
xsetPattern
void xsetPattern(org.apache.xmlbeans.XmlString pattern)
Sets (as xml) the "pattern" element
-
getMaxMagnitude
String getMaxMagnitude()
Gets the "maxMagnitude" element
-
xgetMaxMagnitude
org.apache.xmlbeans.XmlString xgetMaxMagnitude()
Gets (as xml) the "maxMagnitude" element
-
isSetMaxMagnitude
boolean isSetMaxMagnitude()
True if has "maxMagnitude" element
-
setMaxMagnitude
void setMaxMagnitude(String maxMagnitude)
Sets the "maxMagnitude" element
-
xsetMaxMagnitude
void xsetMaxMagnitude(org.apache.xmlbeans.XmlString maxMagnitude)
Sets (as xml) the "maxMagnitude" element
-
unsetMaxMagnitude
void unsetMaxMagnitude()
Unsets the "maxMagnitude" element
-
getMinMagnitude
String getMinMagnitude()
Gets the "minMagnitude" element
-
xgetMinMagnitude
org.apache.xmlbeans.XmlString xgetMinMagnitude()
Gets (as xml) the "minMagnitude" element
-
isSetMinMagnitude
boolean isSetMinMagnitude()
True if has "minMagnitude" element
-
setMinMagnitude
void setMinMagnitude(String minMagnitude)
Sets the "minMagnitude" element
-
xsetMinMagnitude
void xsetMinMagnitude(org.apache.xmlbeans.XmlString 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
-
-