Uses of Interface
org.openehr.schemas.v1.TCOMPLEXOBJECT
-
Packages that use TCOMPLEXOBJECT Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of TCOMPLEXOBJECT in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return TCOMPLEXOBJECT Modifier and Type Method Description TCOMPLEXOBJECTTATTRIBUTE. addNewChildren()Appends and returns a new empty value (as xml) as the last "children" elementTCOMPLEXOBJECT[]TATTRIBUTE. getChildrenArray()Gets array of all "children" elementsTCOMPLEXOBJECTTATTRIBUTE. getChildrenArray(int i)Gets ith "children" elementTCOMPLEXOBJECTTATTRIBUTE. insertNewChildren(int i)Inserts and returns a new empty value (as xml) as the ith "children" elementstatic TCOMPLEXOBJECTTCOMPLEXOBJECT.Factory. newInstance()static TCOMPLEXOBJECTTCOMPLEXOBJECT.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TCOMPLEXOBJECTTCOMPLEXOBJECT.Factory. parse(File file)static TCOMPLEXOBJECTTCOMPLEXOBJECT.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TCOMPLEXOBJECTTCOMPLEXOBJECT.Factory. parse(InputStream is)static TCOMPLEXOBJECTTCOMPLEXOBJECT.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TCOMPLEXOBJECTTCOMPLEXOBJECT.Factory. parse(Reader r)static TCOMPLEXOBJECTTCOMPLEXOBJECT.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TCOMPLEXOBJECTTCOMPLEXOBJECT.Factory. parse(String xmlAsString)static TCOMPLEXOBJECTTCOMPLEXOBJECT.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TCOMPLEXOBJECTTCOMPLEXOBJECT.Factory. parse(URL u)static TCOMPLEXOBJECTTCOMPLEXOBJECT.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TCOMPLEXOBJECTTCOMPLEXOBJECT.Factory. parse(XMLStreamReader sr)static TCOMPLEXOBJECTTCOMPLEXOBJECT.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TCOMPLEXOBJECTTCOMPLEXOBJECT.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TCOMPLEXOBJECTTCOMPLEXOBJECT.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TCOMPLEXOBJECTTCOMPLEXOBJECT.Factory. parse(Node node)static TCOMPLEXOBJECTTCOMPLEXOBJECT.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type TCOMPLEXOBJECT Modifier and Type Method Description voidTATTRIBUTE. setChildrenArray(int i, TCOMPLEXOBJECT children)Sets ith "children" elementvoidTATTRIBUTE. setChildrenArray(TCOMPLEXOBJECT[] childrenArray)Sets array of all "children" element -
Uses of TCOMPLEXOBJECT in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement TCOMPLEXOBJECT Modifier and Type Class Description classTCOMPLEXOBJECTImplAn XML T_COMPLEX_OBJECT(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return TCOMPLEXOBJECT Modifier and Type Method Description TCOMPLEXOBJECTTATTRIBUTEImpl. addNewChildren()Appends and returns a new empty value (as xml) as the last "children" elementTCOMPLEXOBJECT[]TATTRIBUTEImpl. getChildrenArray()Gets array of all "children" elementsTCOMPLEXOBJECTTATTRIBUTEImpl. getChildrenArray(int i)Gets ith "children" elementTCOMPLEXOBJECTTATTRIBUTEImpl. insertNewChildren(int i)Inserts and returns a new empty value (as xml) as the ith "children" elementMethods in org.openehr.schemas.v1.impl with parameters of type TCOMPLEXOBJECT Modifier and Type Method Description voidTATTRIBUTEImpl. setChildrenArray(int i, TCOMPLEXOBJECT children)Sets ith "children" elementvoidTATTRIBUTEImpl. setChildrenArray(TCOMPLEXOBJECT[] childrenArray)Sets array of all "children" element
-