Package org.openehr.schemas.v1
Interface CATTRIBUTE
- All Superinterfaces:
ARCHETYPECONSTRAINT,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
CMULTIPLEATTRIBUTE,CSINGLEATTRIBUTE
- All Known Implementing Classes:
CATTRIBUTEImpl,CMULTIPLEATTRIBUTEImpl,CSINGLEATTRIBUTEImpl
An XML C_ATTRIBUTE(@http://schemas.openehr.org/v1).
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 TypeMethodDescriptionAppends and returns a new empty value (as xml) as the last "children" elementAppends and returns a new empty "existence" elementCOBJECT[]Gets array of all "children" elementsgetChildrenArray(int i) Gets ith "children" elementGets the "existence" elementGets the "rm_attribute_name" elementinsertNewChildren(int i) Inserts and returns a new empty value (as xml) as the ith "children" elementvoidremoveChildren(int i) Removes the ith "children" elementvoidsetChildrenArray(int i, COBJECT children) Sets ith "children" elementvoidsetChildrenArray(COBJECT[] childrenArray) Sets array of all "children" elementvoidsetExistence(IntervalOfInteger existence) Sets the "existence" elementvoidsetRmAttributeName(String rmAttributeName) Sets the "rm_attribute_name" elementintReturns number of "children" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "rm_attribute_name" elementvoidxsetRmAttributeName(org.apache.xmlbeans.XmlString rmAttributeName) Sets (as xml) the "rm_attribute_name" 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
-
getRmAttributeName
String getRmAttributeName()Gets the "rm_attribute_name" element -
xgetRmAttributeName
org.apache.xmlbeans.XmlString xgetRmAttributeName()Gets (as xml) the "rm_attribute_name" element -
setRmAttributeName
Sets the "rm_attribute_name" element -
xsetRmAttributeName
void xsetRmAttributeName(org.apache.xmlbeans.XmlString rmAttributeName) Sets (as xml) the "rm_attribute_name" element -
getExistence
IntervalOfInteger getExistence()Gets the "existence" element -
setExistence
Sets the "existence" element -
addNewExistence
IntervalOfInteger addNewExistence()Appends and returns a new empty "existence" element -
getChildrenArray
COBJECT[] getChildrenArray()Gets array of all "children" elements -
getChildrenArray
Gets ith "children" element -
sizeOfChildrenArray
int sizeOfChildrenArray()Returns number of "children" element -
setChildrenArray
Sets array of all "children" element -
setChildrenArray
Sets ith "children" element -
insertNewChildren
Inserts and returns a new empty value (as xml) as the ith "children" element -
addNewChildren
COBJECT addNewChildren()Appends and returns a new empty value (as xml) as the last "children" element -
removeChildren
void removeChildren(int i) Removes the ith "children" element
-