Package openEHR.v1.template
Interface Statement
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
StatementImpl
public interface Statement extends org.apache.xmlbeans.XmlObjectAn XML statement(@openEHR/v1/Template). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStatement.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 ConditionaddNewConditionalNode()Appends and returns a new empty "conditionalNode" elementValueConstraintaddNewConstraint()Appends and returns a new empty "constraint" elementEventTypeaddNewEventConstraint()Appends and returns a new empty "eventConstraint" elementTextConstraintaddNewNameConstraint()Appends and returns a new empty "nameConstraint" elementTextConstraintaddNewNullFlavourConstraint()Appends and returns a new empty "nullFlavourConstraint" elementBindingaddNewQueryId()Appends and returns a new empty "queryId" elementStringgetAnnotation()Gets the "annotation" attributebooleangetClone()Gets the "clone" attributeConditiongetConditionalNode()Gets the "conditionalNode" elementValueConstraintgetConstraint()Gets the "constraint" elementStringgetDefault()Gets the "default" attributeEventTypegetEventConstraint()Gets the "eventConstraint" elementbooleangetExclusive()Gets the "exclusive" attributebooleangetHideOnForm()Gets the "hide_on_form" attributeBigIntegergetMax()Gets the "max" attributeBigIntegergetMin()Gets the "min" attributeStringgetName()Gets the "name" attributeTextConstraintgetNameConstraint()Gets the "nameConstraint" elementTextConstraintgetNullFlavourConstraint()Gets the "nullFlavourConstraint" elementStringgetPath()Gets the "path" attributeBindinggetQueryId()Gets the "queryId" elementbooleanisSetAnnotation()True if has "annotation" attributebooleanisSetClone()True if has "clone" attributebooleanisSetConditionalNode()True if has "conditionalNode" elementbooleanisSetConstraint()True if has "constraint" elementbooleanisSetDefault()True if has "default" attributebooleanisSetEventConstraint()True if has "eventConstraint" elementbooleanisSetExclusive()True if has "exclusive" attributebooleanisSetHideOnForm()True if has "hide_on_form" attributebooleanisSetMax()True if has "max" attributebooleanisSetMin()True if has "min" attributebooleanisSetName()True if has "name" attributebooleanisSetNameConstraint()True if has "nameConstraint" elementbooleanisSetNullFlavourConstraint()True if has "nullFlavourConstraint" elementbooleanisSetQueryId()True if has "queryId" elementvoidsetAnnotation(String annotation)Sets the "annotation" attributevoidsetClone(boolean clone)Sets the "clone" attributevoidsetConditionalNode(Condition conditionalNode)Sets the "conditionalNode" elementvoidsetConstraint(ValueConstraint constraint)Sets the "constraint" elementvoidsetDefault(String xdefault)Sets the "default" attributevoidsetEventConstraint(EventType eventConstraint)Sets the "eventConstraint" elementvoidsetExclusive(boolean exclusive)Sets the "exclusive" attributevoidsetHideOnForm(boolean hideOnForm)Sets the "hide_on_form" attributevoidsetMax(BigInteger max)Sets the "max" attributevoidsetMin(BigInteger min)Sets the "min" attributevoidsetName(String name)Sets the "name" attributevoidsetNameConstraint(TextConstraint nameConstraint)Sets the "nameConstraint" elementvoidsetNullFlavourConstraint(TextConstraint nullFlavourConstraint)Sets the "nullFlavourConstraint" elementvoidsetPath(String path)Sets the "path" attributevoidsetQueryId(Binding queryId)Sets the "queryId" elementvoidunsetAnnotation()Unsets the "annotation" attributevoidunsetClone()Unsets the "clone" attributevoidunsetConditionalNode()Unsets the "conditionalNode" elementvoidunsetConstraint()Unsets the "constraint" elementvoidunsetDefault()Unsets the "default" attributevoidunsetEventConstraint()Unsets the "eventConstraint" elementvoidunsetExclusive()Unsets the "exclusive" attributevoidunsetHideOnForm()Unsets the "hide_on_form" attributevoidunsetMax()Unsets the "max" attributevoidunsetMin()Unsets the "min" attributevoidunsetName()Unsets the "name" attributevoidunsetNameConstraint()Unsets the "nameConstraint" elementvoidunsetNullFlavourConstraint()Unsets the "nullFlavourConstraint" elementvoidunsetQueryId()Unsets the "queryId" elementorg.apache.xmlbeans.XmlStringxgetAnnotation()Gets (as xml) the "annotation" attributeorg.apache.xmlbeans.XmlBooleanxgetClone()Gets (as xml) the "clone" attributeorg.apache.xmlbeans.XmlStringxgetDefault()Gets (as xml) the "default" attributeorg.apache.xmlbeans.XmlBooleanxgetExclusive()Gets (as xml) the "exclusive" attributeorg.apache.xmlbeans.XmlBooleanxgetHideOnForm()Gets (as xml) the "hide_on_form" attributeorg.apache.xmlbeans.XmlIntegerxgetMax()Gets (as xml) the "max" attributeorg.apache.xmlbeans.XmlIntegerxgetMin()Gets (as xml) the "min" attributeorg.apache.xmlbeans.XmlStringxgetName()Gets (as xml) the "name" attributeorg.apache.xmlbeans.XmlStringxgetPath()Gets (as xml) the "path" attributevoidxsetAnnotation(org.apache.xmlbeans.XmlString annotation)Sets (as xml) the "annotation" attributevoidxsetClone(org.apache.xmlbeans.XmlBoolean clone)Sets (as xml) the "clone" attributevoidxsetDefault(org.apache.xmlbeans.XmlString xdefault)Sets (as xml) the "default" attributevoidxsetExclusive(org.apache.xmlbeans.XmlBoolean exclusive)Sets (as xml) the "exclusive" attributevoidxsetHideOnForm(org.apache.xmlbeans.XmlBoolean hideOnForm)Sets (as xml) the "hide_on_form" attributevoidxsetMax(org.apache.xmlbeans.XmlInteger max)Sets (as xml) the "max" attributevoidxsetMin(org.apache.xmlbeans.XmlInteger min)Sets (as xml) the "min" attributevoidxsetName(org.apache.xmlbeans.XmlString name)Sets (as xml) the "name" attributevoidxsetPath(org.apache.xmlbeans.XmlString path)Sets (as xml) the "path" attribute-
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
-
getQueryId
Binding getQueryId()
Gets the "queryId" element
-
isSetQueryId
boolean isSetQueryId()
True if has "queryId" element
-
setQueryId
void setQueryId(Binding queryId)
Sets the "queryId" element
-
addNewQueryId
Binding addNewQueryId()
Appends and returns a new empty "queryId" element
-
unsetQueryId
void unsetQueryId()
Unsets the "queryId" element
-
getConstraint
ValueConstraint getConstraint()
Gets the "constraint" element
-
isSetConstraint
boolean isSetConstraint()
True if has "constraint" element
-
setConstraint
void setConstraint(ValueConstraint constraint)
Sets the "constraint" element
-
addNewConstraint
ValueConstraint addNewConstraint()
Appends and returns a new empty "constraint" element
-
unsetConstraint
void unsetConstraint()
Unsets the "constraint" element
-
getNameConstraint
TextConstraint getNameConstraint()
Gets the "nameConstraint" element
-
isSetNameConstraint
boolean isSetNameConstraint()
True if has "nameConstraint" element
-
setNameConstraint
void setNameConstraint(TextConstraint nameConstraint)
Sets the "nameConstraint" element
-
addNewNameConstraint
TextConstraint addNewNameConstraint()
Appends and returns a new empty "nameConstraint" element
-
unsetNameConstraint
void unsetNameConstraint()
Unsets the "nameConstraint" element
-
getEventConstraint
EventType getEventConstraint()
Gets the "eventConstraint" element
-
isSetEventConstraint
boolean isSetEventConstraint()
True if has "eventConstraint" element
-
setEventConstraint
void setEventConstraint(EventType eventConstraint)
Sets the "eventConstraint" element
-
addNewEventConstraint
EventType addNewEventConstraint()
Appends and returns a new empty "eventConstraint" element
-
unsetEventConstraint
void unsetEventConstraint()
Unsets the "eventConstraint" element
-
getConditionalNode
Condition getConditionalNode()
Gets the "conditionalNode" element
-
isSetConditionalNode
boolean isSetConditionalNode()
True if has "conditionalNode" element
-
setConditionalNode
void setConditionalNode(Condition conditionalNode)
Sets the "conditionalNode" element
-
addNewConditionalNode
Condition addNewConditionalNode()
Appends and returns a new empty "conditionalNode" element
-
unsetConditionalNode
void unsetConditionalNode()
Unsets the "conditionalNode" element
-
getNullFlavourConstraint
TextConstraint getNullFlavourConstraint()
Gets the "nullFlavourConstraint" element
-
isSetNullFlavourConstraint
boolean isSetNullFlavourConstraint()
True if has "nullFlavourConstraint" element
-
setNullFlavourConstraint
void setNullFlavourConstraint(TextConstraint nullFlavourConstraint)
Sets the "nullFlavourConstraint" element
-
addNewNullFlavourConstraint
TextConstraint addNewNullFlavourConstraint()
Appends and returns a new empty "nullFlavourConstraint" element
-
unsetNullFlavourConstraint
void unsetNullFlavourConstraint()
Unsets the "nullFlavourConstraint" element
-
getPath
String getPath()
Gets the "path" attribute
-
xgetPath
org.apache.xmlbeans.XmlString xgetPath()
Gets (as xml) the "path" attribute
-
setPath
void setPath(String path)
Sets the "path" attribute
-
xsetPath
void xsetPath(org.apache.xmlbeans.XmlString path)
Sets (as xml) the "path" attribute
-
getMax
BigInteger getMax()
Gets the "max" attribute
-
xgetMax
org.apache.xmlbeans.XmlInteger xgetMax()
Gets (as xml) the "max" attribute
-
isSetMax
boolean isSetMax()
True if has "max" attribute
-
setMax
void setMax(BigInteger max)
Sets the "max" attribute
-
xsetMax
void xsetMax(org.apache.xmlbeans.XmlInteger max)
Sets (as xml) the "max" attribute
-
unsetMax
void unsetMax()
Unsets the "max" attribute
-
getMin
BigInteger getMin()
Gets the "min" attribute
-
xgetMin
org.apache.xmlbeans.XmlInteger xgetMin()
Gets (as xml) the "min" attribute
-
isSetMin
boolean isSetMin()
True if has "min" attribute
-
setMin
void setMin(BigInteger min)
Sets the "min" attribute
-
xsetMin
void xsetMin(org.apache.xmlbeans.XmlInteger min)
Sets (as xml) the "min" attribute
-
unsetMin
void unsetMin()
Unsets the "min" attribute
-
getExclusive
boolean getExclusive()
Gets the "exclusive" attribute
-
xgetExclusive
org.apache.xmlbeans.XmlBoolean xgetExclusive()
Gets (as xml) the "exclusive" attribute
-
isSetExclusive
boolean isSetExclusive()
True if has "exclusive" attribute
-
setExclusive
void setExclusive(boolean exclusive)
Sets the "exclusive" attribute
-
xsetExclusive
void xsetExclusive(org.apache.xmlbeans.XmlBoolean exclusive)
Sets (as xml) the "exclusive" attribute
-
unsetExclusive
void unsetExclusive()
Unsets the "exclusive" attribute
-
getDefault
String getDefault()
Gets the "default" attribute
-
xgetDefault
org.apache.xmlbeans.XmlString xgetDefault()
Gets (as xml) the "default" attribute
-
isSetDefault
boolean isSetDefault()
True if has "default" attribute
-
setDefault
void setDefault(String xdefault)
Sets the "default" attribute
-
xsetDefault
void xsetDefault(org.apache.xmlbeans.XmlString xdefault)
Sets (as xml) the "default" attribute
-
unsetDefault
void unsetDefault()
Unsets the "default" attribute
-
getHideOnForm
boolean getHideOnForm()
Gets the "hide_on_form" attribute
-
xgetHideOnForm
org.apache.xmlbeans.XmlBoolean xgetHideOnForm()
Gets (as xml) the "hide_on_form" attribute
-
isSetHideOnForm
boolean isSetHideOnForm()
True if has "hide_on_form" attribute
-
setHideOnForm
void setHideOnForm(boolean hideOnForm)
Sets the "hide_on_form" attribute
-
xsetHideOnForm
void xsetHideOnForm(org.apache.xmlbeans.XmlBoolean hideOnForm)
Sets (as xml) the "hide_on_form" attribute
-
unsetHideOnForm
void unsetHideOnForm()
Unsets the "hide_on_form" attribute
-
getClone
boolean getClone()
Gets the "clone" attribute
-
xgetClone
org.apache.xmlbeans.XmlBoolean xgetClone()
Gets (as xml) the "clone" attribute
-
isSetClone
boolean isSetClone()
True if has "clone" attribute
-
setClone
void setClone(boolean clone)
Sets the "clone" attribute
-
xsetClone
void xsetClone(org.apache.xmlbeans.XmlBoolean clone)
Sets (as xml) the "clone" attribute
-
unsetClone
void unsetClone()
Unsets the "clone" attribute
-
getName
String getName()
Gets the "name" attribute
-
xgetName
org.apache.xmlbeans.XmlString xgetName()
Gets (as xml) the "name" attribute
-
isSetName
boolean isSetName()
True if has "name" attribute
-
setName
void setName(String name)
Sets the "name" attribute
-
xsetName
void xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute
-
unsetName
void unsetName()
Unsets the "name" attribute
-
getAnnotation
String getAnnotation()
Gets the "annotation" attribute
-
xgetAnnotation
org.apache.xmlbeans.XmlString xgetAnnotation()
Gets (as xml) the "annotation" attribute
-
isSetAnnotation
boolean isSetAnnotation()
True if has "annotation" attribute
-
setAnnotation
void setAnnotation(String annotation)
Sets the "annotation" attribute
-
xsetAnnotation
void xsetAnnotation(org.apache.xmlbeans.XmlString annotation)
Sets (as xml) the "annotation" attribute
-
unsetAnnotation
void unsetAnnotation()
Unsets the "annotation" attribute
-
-