Package openEHR.v1.template.impl
Class ITEMSTRUCTUREImpl
- java.lang.Object
-
- org.apache.xmlbeans.impl.values.XmlObjectBase
-
- org.apache.xmlbeans.impl.values.XmlComplexContentImpl
-
- openEHR.v1.template.impl.ArchetypedImpl
-
- openEHR.v1.template.impl.ITEMSTRUCTUREImpl
-
- All Implemented Interfaces:
Serializable,Archetyped,ITEMSTRUCTURE,org.apache.xmlbeans.impl.values.TypeStoreUser,org.apache.xmlbeans.SimpleValue,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- Direct Known Subclasses:
ITEMLISTImpl,ITEMSINGLEImpl,ITEMTABLEImpl,ITEMTREEImpl
public class ITEMSTRUCTUREImpl extends ArchetypedImpl implements ITEMSTRUCTURE
An XML ITEM_STRUCTURE(@openEHR/v1/Template). This is a complex type.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface openEHR.v1.template.Archetyped
Archetyped.Factory
-
Nested classes/interfaces inherited from interface openEHR.v1.template.ITEMSTRUCTURE
ITEMSTRUCTURE.Factory
-
-
Field Summary
-
Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_voorVc, KIND_SETTERHELPER_ARRAYITEM, KIND_SETTERHELPER_SINGLETON, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
-
Fields inherited from interface openEHR.v1.template.Archetyped
type
-
Fields inherited from interface openEHR.v1.template.ITEMSTRUCTURE
type
-
-
Constructor Summary
Constructors Constructor Description ITEMSTRUCTUREImpl(org.apache.xmlbeans.SchemaType sType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ITEMaddNewItems()Appends and returns a new empty value (as xml) as the last "Items" elementStatementaddNewRule()Appends and returns a new empty value (as xml) as the last "Rule" elementStringgetAnnotation()Gets the "annotation" attributebooleangetHideOnForm()Gets the "hide_on_form" attributeITEM[]getItemsArray()Gets array of all "Items" elementsITEMgetItemsArray(int i)Gets ith "Items" elementBigIntegergetMax()Gets the "max" attributeBigIntegergetMin()Gets the "min" attributeStringgetName()Gets the "name" attributeStringgetPath()Gets the "path" attributeStatement[]getRuleArray()Gets array of all "Rule" elementsStatementgetRuleArray(int i)Gets ith "Rule" elementITEMinsertNewItems(int i)Inserts and returns a new empty value (as xml) as the ith "Items" elementStatementinsertNewRule(int i)Inserts and returns a new empty value (as xml) as the ith "Rule" elementbooleanisSetAnnotation()True if has "annotation" attributebooleanisSetHideOnForm()True if has "hide_on_form" attributebooleanisSetMax()True if has "max" attributebooleanisSetMin()True if has "min" attributebooleanisSetName()True if has "name" attributebooleanisSetPath()True if has "path" attributevoidremoveItems(int i)Removes the ith "Items" elementvoidremoveRule(int i)Removes the ith "Rule" elementvoidsetAnnotation(String annotation)Sets the "annotation" attributevoidsetHideOnForm(boolean hideOnForm)Sets the "hide_on_form" attributevoidsetItemsArray(int i, ITEM items)Sets ith "Items" elementvoidsetItemsArray(ITEM[] itemsArray)Sets array of all "Items" elementvoidsetMax(BigInteger max)Sets the "max" attributevoidsetMin(BigInteger min)Sets the "min" attributevoidsetName(String name)Sets the "name" attributevoidsetPath(String path)Sets the "path" attributevoidsetRuleArray(int i, Statement rule)Sets ith "Rule" elementvoidsetRuleArray(Statement[] ruleArray)Sets array of all "Rule" elementintsizeOfItemsArray()Returns number of "Items" elementintsizeOfRuleArray()Returns number of "Rule" elementvoidunsetAnnotation()Unsets the "annotation" attributevoidunsetHideOnForm()Unsets the "hide_on_form" attributevoidunsetMax()Unsets the "max" attributevoidunsetMin()Unsets the "min" attributevoidunsetName()Unsets the "name" attributevoidunsetPath()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 class openEHR.v1.template.impl.ArchetypedImpl
getArchetypeId, getFromTemplate, getTemplateId, isSetFromTemplate, isSetTemplateId, setArchetypeId, setFromTemplate, setTemplateId, unsetFromTemplate, unsetTemplateId, xgetArchetypeId, xgetFromTemplate, xgetTemplateId, xsetArchetypeId, xsetFromTemplate, xsetTemplateId
-
Methods inherited from class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code
-
Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_copy, _copy, _isComplexContent, _isComplexType, _set, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, generatedSetterHelperImpl, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate, validate, validate_now, validate_simpleval, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
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
-
getItemsArray
public ITEM[] getItemsArray()
Gets array of all "Items" elements- Specified by:
getItemsArrayin interfaceITEMSTRUCTURE
-
getItemsArray
public ITEM getItemsArray(int i)
Gets ith "Items" element- Specified by:
getItemsArrayin interfaceITEMSTRUCTURE
-
sizeOfItemsArray
public int sizeOfItemsArray()
Returns number of "Items" element- Specified by:
sizeOfItemsArrayin interfaceITEMSTRUCTURE
-
setItemsArray
public void setItemsArray(ITEM[] itemsArray)
Sets array of all "Items" element- Specified by:
setItemsArrayin interfaceITEMSTRUCTURE
-
setItemsArray
public void setItemsArray(int i, ITEM items)Sets ith "Items" element- Specified by:
setItemsArrayin interfaceITEMSTRUCTURE
-
insertNewItems
public ITEM insertNewItems(int i)
Inserts and returns a new empty value (as xml) as the ith "Items" element- Specified by:
insertNewItemsin interfaceITEMSTRUCTURE
-
addNewItems
public ITEM addNewItems()
Appends and returns a new empty value (as xml) as the last "Items" element- Specified by:
addNewItemsin interfaceITEMSTRUCTURE
-
removeItems
public void removeItems(int i)
Removes the ith "Items" element- Specified by:
removeItemsin interfaceITEMSTRUCTURE
-
getRuleArray
public Statement[] getRuleArray()
Gets array of all "Rule" elements- Specified by:
getRuleArrayin interfaceITEMSTRUCTURE
-
getRuleArray
public Statement getRuleArray(int i)
Gets ith "Rule" element- Specified by:
getRuleArrayin interfaceITEMSTRUCTURE
-
sizeOfRuleArray
public int sizeOfRuleArray()
Returns number of "Rule" element- Specified by:
sizeOfRuleArrayin interfaceITEMSTRUCTURE
-
setRuleArray
public void setRuleArray(Statement[] ruleArray)
Sets array of all "Rule" element- Specified by:
setRuleArrayin interfaceITEMSTRUCTURE
-
setRuleArray
public void setRuleArray(int i, Statement rule)Sets ith "Rule" element- Specified by:
setRuleArrayin interfaceITEMSTRUCTURE
-
insertNewRule
public Statement insertNewRule(int i)
Inserts and returns a new empty value (as xml) as the ith "Rule" element- Specified by:
insertNewRulein interfaceITEMSTRUCTURE
-
addNewRule
public Statement addNewRule()
Appends and returns a new empty value (as xml) as the last "Rule" element- Specified by:
addNewRulein interfaceITEMSTRUCTURE
-
removeRule
public void removeRule(int i)
Removes the ith "Rule" element- Specified by:
removeRulein interfaceITEMSTRUCTURE
-
getMax
public BigInteger getMax()
Gets the "max" attribute- Specified by:
getMaxin interfaceITEMSTRUCTURE
-
xgetMax
public org.apache.xmlbeans.XmlInteger xgetMax()
Gets (as xml) the "max" attribute- Specified by:
xgetMaxin interfaceITEMSTRUCTURE
-
isSetMax
public boolean isSetMax()
True if has "max" attribute- Specified by:
isSetMaxin interfaceITEMSTRUCTURE
-
setMax
public void setMax(BigInteger max)
Sets the "max" attribute- Specified by:
setMaxin interfaceITEMSTRUCTURE
-
xsetMax
public void xsetMax(org.apache.xmlbeans.XmlInteger max)
Sets (as xml) the "max" attribute- Specified by:
xsetMaxin interfaceITEMSTRUCTURE
-
unsetMax
public void unsetMax()
Unsets the "max" attribute- Specified by:
unsetMaxin interfaceITEMSTRUCTURE
-
getMin
public BigInteger getMin()
Gets the "min" attribute- Specified by:
getMinin interfaceITEMSTRUCTURE
-
xgetMin
public org.apache.xmlbeans.XmlInteger xgetMin()
Gets (as xml) the "min" attribute- Specified by:
xgetMinin interfaceITEMSTRUCTURE
-
isSetMin
public boolean isSetMin()
True if has "min" attribute- Specified by:
isSetMinin interfaceITEMSTRUCTURE
-
setMin
public void setMin(BigInteger min)
Sets the "min" attribute- Specified by:
setMinin interfaceITEMSTRUCTURE
-
xsetMin
public void xsetMin(org.apache.xmlbeans.XmlInteger min)
Sets (as xml) the "min" attribute- Specified by:
xsetMinin interfaceITEMSTRUCTURE
-
unsetMin
public void unsetMin()
Unsets the "min" attribute- Specified by:
unsetMinin interfaceITEMSTRUCTURE
-
getPath
public String getPath()
Gets the "path" attribute- Specified by:
getPathin interfaceITEMSTRUCTURE
-
xgetPath
public org.apache.xmlbeans.XmlString xgetPath()
Gets (as xml) the "path" attribute- Specified by:
xgetPathin interfaceITEMSTRUCTURE
-
isSetPath
public boolean isSetPath()
True if has "path" attribute- Specified by:
isSetPathin interfaceITEMSTRUCTURE
-
setPath
public void setPath(String path)
Sets the "path" attribute- Specified by:
setPathin interfaceITEMSTRUCTURE
-
xsetPath
public void xsetPath(org.apache.xmlbeans.XmlString path)
Sets (as xml) the "path" attribute- Specified by:
xsetPathin interfaceITEMSTRUCTURE
-
unsetPath
public void unsetPath()
Unsets the "path" attribute- Specified by:
unsetPathin interfaceITEMSTRUCTURE
-
getName
public String getName()
Gets the "name" attribute- Specified by:
getNamein interfaceITEMSTRUCTURE
-
xgetName
public org.apache.xmlbeans.XmlString xgetName()
Gets (as xml) the "name" attribute- Specified by:
xgetNamein interfaceITEMSTRUCTURE
-
isSetName
public boolean isSetName()
True if has "name" attribute- Specified by:
isSetNamein interfaceITEMSTRUCTURE
-
setName
public void setName(String name)
Sets the "name" attribute- Specified by:
setNamein interfaceITEMSTRUCTURE
-
xsetName
public void xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute- Specified by:
xsetNamein interfaceITEMSTRUCTURE
-
unsetName
public void unsetName()
Unsets the "name" attribute- Specified by:
unsetNamein interfaceITEMSTRUCTURE
-
getHideOnForm
public boolean getHideOnForm()
Gets the "hide_on_form" attribute- Specified by:
getHideOnFormin interfaceITEMSTRUCTURE
-
xgetHideOnForm
public org.apache.xmlbeans.XmlBoolean xgetHideOnForm()
Gets (as xml) the "hide_on_form" attribute- Specified by:
xgetHideOnFormin interfaceITEMSTRUCTURE
-
isSetHideOnForm
public boolean isSetHideOnForm()
True if has "hide_on_form" attribute- Specified by:
isSetHideOnFormin interfaceITEMSTRUCTURE
-
setHideOnForm
public void setHideOnForm(boolean hideOnForm)
Sets the "hide_on_form" attribute- Specified by:
setHideOnFormin interfaceITEMSTRUCTURE
-
xsetHideOnForm
public void xsetHideOnForm(org.apache.xmlbeans.XmlBoolean hideOnForm)
Sets (as xml) the "hide_on_form" attribute- Specified by:
xsetHideOnFormin interfaceITEMSTRUCTURE
-
unsetHideOnForm
public void unsetHideOnForm()
Unsets the "hide_on_form" attribute- Specified by:
unsetHideOnFormin interfaceITEMSTRUCTURE
-
getAnnotation
public String getAnnotation()
Gets the "annotation" attribute- Specified by:
getAnnotationin interfaceITEMSTRUCTURE
-
xgetAnnotation
public org.apache.xmlbeans.XmlString xgetAnnotation()
Gets (as xml) the "annotation" attribute- Specified by:
xgetAnnotationin interfaceITEMSTRUCTURE
-
isSetAnnotation
public boolean isSetAnnotation()
True if has "annotation" attribute- Specified by:
isSetAnnotationin interfaceITEMSTRUCTURE
-
setAnnotation
public void setAnnotation(String annotation)
Sets the "annotation" attribute- Specified by:
setAnnotationin interfaceITEMSTRUCTURE
-
xsetAnnotation
public void xsetAnnotation(org.apache.xmlbeans.XmlString annotation)
Sets (as xml) the "annotation" attribute- Specified by:
xsetAnnotationin interfaceITEMSTRUCTURE
-
unsetAnnotation
public void unsetAnnotation()
Unsets the "annotation" attribute- Specified by:
unsetAnnotationin interfaceITEMSTRUCTURE
-
-