Package org.openehr.schemas.v1
Interface TATTRIBUTE
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
TATTRIBUTEImpl
public interface TATTRIBUTE extends org.apache.xmlbeans.XmlObjectAn XML T_ATTRIBUTE(@http://schemas.openehr.org/v1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTATTRIBUTE.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 TCOMPLEXOBJECTaddNewChildren()Appends and returns a new empty value (as xml) as the last "children" elementTCOMPLEXOBJECT[]getChildrenArray()Gets array of all "children" elementsTCOMPLEXOBJECTgetChildrenArray(int i)Gets ith "children" elementStringgetDifferentialPath()Gets the "differential_path" elementStringgetRmAttributeName()Gets the "rm_attribute_name" elementTCOMPLEXOBJECTinsertNewChildren(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, TCOMPLEXOBJECT children)Sets ith "children" elementvoidsetChildrenArray(TCOMPLEXOBJECT[] childrenArray)Sets array of all "children" elementvoidsetDifferentialPath(String differentialPath)Sets the "differential_path" elementvoidsetRmAttributeName(String rmAttributeName)Sets the "rm_attribute_name" elementintsizeOfChildrenArray()Returns number of "children" elementorg.apache.xmlbeans.XmlStringxgetDifferentialPath()Gets (as xml) the "differential_path" elementorg.apache.xmlbeans.XmlStringxgetRmAttributeName()Gets (as xml) the "rm_attribute_name" elementvoidxsetDifferentialPath(org.apache.xmlbeans.XmlString differentialPath)Sets (as xml) the "differential_path" elementvoidxsetRmAttributeName(org.apache.xmlbeans.XmlString rmAttributeName)Sets (as xml) the "rm_attribute_name" 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
-
getRmAttributeName
String getRmAttributeName()
Gets the "rm_attribute_name" element
-
xgetRmAttributeName
org.apache.xmlbeans.XmlString xgetRmAttributeName()
Gets (as xml) the "rm_attribute_name" element
-
setRmAttributeName
void setRmAttributeName(String rmAttributeName)
Sets the "rm_attribute_name" element
-
xsetRmAttributeName
void xsetRmAttributeName(org.apache.xmlbeans.XmlString rmAttributeName)
Sets (as xml) the "rm_attribute_name" element
-
getChildrenArray
TCOMPLEXOBJECT[] getChildrenArray()
Gets array of all "children" elements
-
getChildrenArray
TCOMPLEXOBJECT getChildrenArray(int i)
Gets ith "children" element
-
sizeOfChildrenArray
int sizeOfChildrenArray()
Returns number of "children" element
-
setChildrenArray
void setChildrenArray(TCOMPLEXOBJECT[] childrenArray)
Sets array of all "children" element
-
setChildrenArray
void setChildrenArray(int i, TCOMPLEXOBJECT children)Sets ith "children" element
-
insertNewChildren
TCOMPLEXOBJECT insertNewChildren(int i)
Inserts and returns a new empty value (as xml) as the ith "children" element
-
addNewChildren
TCOMPLEXOBJECT 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
-
getDifferentialPath
String getDifferentialPath()
Gets the "differential_path" element
-
xgetDifferentialPath
org.apache.xmlbeans.XmlString xgetDifferentialPath()
Gets (as xml) the "differential_path" element
-
setDifferentialPath
void setDifferentialPath(String differentialPath)
Sets the "differential_path" element
-
xsetDifferentialPath
void xsetDifferentialPath(org.apache.xmlbeans.XmlString differentialPath)
Sets (as xml) the "differential_path" element
-
-