Package openEHR.v1.template
Interface ITEM
-
- All Superinterfaces:
Archetyped,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
CLUSTERImpl,ELEMENTImpl,ITEMImpl
public interface ITEM extends Archetyped
An XML ITEM(@openEHR/v1/Template). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classITEM.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 ConditionaddNewConditional()Appends and returns a new empty "Conditional" elementTextConstraintaddNewNameConstraint()Appends and returns a new empty "nameConstraint" elementStatementaddNewRule()Appends and returns a new empty value (as xml) as the last "Rule" elementStringgetAnnotation()Gets the "annotation" attributeConditiongetConditional()Gets the "Conditional" elementbooleangetHideOnForm()Gets the "hide_on_form" attributeBigIntegergetMax()Gets the "max" attributeBigIntegergetMin()Gets the "min" attributeStringgetName()Gets the "name" attributeTextConstraintgetNameConstraint()Gets the "nameConstraint" elementStringgetPath()Gets the "path" attributeStatement[]getRuleArray()Gets array of all "Rule" elementsStatementgetRuleArray(int i)Gets ith "Rule" elementStatementinsertNewRule(int i)Inserts and returns a new empty value (as xml) as the ith "Rule" elementbooleanisSetAnnotation()True if has "annotation" attributebooleanisSetConditional()True if has "Conditional" elementbooleanisSetHideOnForm()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" elementbooleanisSetPath()True if has "path" attributevoidremoveRule(int i)Removes the ith "Rule" elementvoidsetAnnotation(String annotation)Sets the "annotation" attributevoidsetConditional(Condition conditional)Sets the "Conditional" elementvoidsetHideOnForm(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" elementvoidsetPath(String path)Sets the "path" attributevoidsetRuleArray(int i, Statement rule)Sets ith "Rule" elementvoidsetRuleArray(Statement[] ruleArray)Sets array of all "Rule" elementintsizeOfRuleArray()Returns number of "Rule" elementvoidunsetAnnotation()Unsets the "annotation" attributevoidunsetConditional()Unsets the "Conditional" elementvoidunsetHideOnForm()Unsets the "hide_on_form" attributevoidunsetMax()Unsets the "max" attributevoidunsetMin()Unsets the "min" attributevoidunsetName()Unsets the "name" attributevoidunsetNameConstraint()Unsets the "nameConstraint" elementvoidunsetPath()Unsets the "path" attributeorg.apache.xmlbeans.XmlStringxgetAnnotation()Gets (as xml) the "annotation" 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" 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 openEHR.v1.template.Archetyped
getArchetypeId, getFromTemplate, getTemplateId, isSetFromTemplate, isSetTemplateId, setArchetypeId, setFromTemplate, setTemplateId, unsetFromTemplate, unsetTemplateId, xgetArchetypeId, xgetFromTemplate, xgetTemplateId, xsetArchetypeId, xsetFromTemplate, xsetTemplateId
-
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
-
getRuleArray
Statement[] getRuleArray()
Gets array of all "Rule" elements
-
getRuleArray
Statement getRuleArray(int i)
Gets ith "Rule" element
-
sizeOfRuleArray
int sizeOfRuleArray()
Returns number of "Rule" element
-
setRuleArray
void setRuleArray(Statement[] ruleArray)
Sets array of all "Rule" element
-
setRuleArray
void setRuleArray(int i, Statement rule)Sets ith "Rule" element
-
insertNewRule
Statement insertNewRule(int i)
Inserts and returns a new empty value (as xml) as the ith "Rule" element
-
addNewRule
Statement addNewRule()
Appends and returns a new empty value (as xml) as the last "Rule" element
-
removeRule
void removeRule(int i)
Removes the ith "Rule" 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
-
getConditional
Condition getConditional()
Gets the "Conditional" element
-
isSetConditional
boolean isSetConditional()
True if has "Conditional" element
-
setConditional
void setConditional(Condition conditional)
Sets the "Conditional" element
-
addNewConditional
Condition addNewConditional()
Appends and returns a new empty "Conditional" element
-
unsetConditional
void unsetConditional()
Unsets the "Conditional" element
-
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
-
getPath
String getPath()
Gets the "path" attribute
-
xgetPath
org.apache.xmlbeans.XmlString xgetPath()
Gets (as xml) the "path" attribute
-
isSetPath
boolean isSetPath()
True if has "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
-
unsetPath
void unsetPath()
Unsets the "path" 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
-
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
-
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
-
-