Uses of Interface
org.openehr.schemas.v1.TATTRIBUTE
-
Packages that use TATTRIBUTE Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of TATTRIBUTE in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return TATTRIBUTE Modifier and Type Method Description TATTRIBUTETCONSTRAINT. addNewAttributes()Appends and returns a new empty value (as xml) as the last "attributes" elementTATTRIBUTE[]TCONSTRAINT. getAttributesArray()Gets array of all "attributes" elementsTATTRIBUTETCONSTRAINT. getAttributesArray(int i)Gets ith "attributes" elementTATTRIBUTETCONSTRAINT. insertNewAttributes(int i)Inserts and returns a new empty value (as xml) as the ith "attributes" elementstatic TATTRIBUTETATTRIBUTE.Factory. newInstance()static TATTRIBUTETATTRIBUTE.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TATTRIBUTETATTRIBUTE.Factory. parse(File file)static TATTRIBUTETATTRIBUTE.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TATTRIBUTETATTRIBUTE.Factory. parse(InputStream is)static TATTRIBUTETATTRIBUTE.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TATTRIBUTETATTRIBUTE.Factory. parse(Reader r)static TATTRIBUTETATTRIBUTE.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TATTRIBUTETATTRIBUTE.Factory. parse(String xmlAsString)static TATTRIBUTETATTRIBUTE.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TATTRIBUTETATTRIBUTE.Factory. parse(URL u)static TATTRIBUTETATTRIBUTE.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TATTRIBUTETATTRIBUTE.Factory. parse(XMLStreamReader sr)static TATTRIBUTETATTRIBUTE.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TATTRIBUTETATTRIBUTE.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TATTRIBUTETATTRIBUTE.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TATTRIBUTETATTRIBUTE.Factory. parse(Node node)static TATTRIBUTETATTRIBUTE.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type TATTRIBUTE Modifier and Type Method Description voidTCONSTRAINT. setAttributesArray(int i, TATTRIBUTE attributes)Sets ith "attributes" elementvoidTCONSTRAINT. setAttributesArray(TATTRIBUTE[] attributesArray)Sets array of all "attributes" element -
Uses of TATTRIBUTE in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement TATTRIBUTE Modifier and Type Class Description classTATTRIBUTEImplAn XML T_ATTRIBUTE(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return TATTRIBUTE Modifier and Type Method Description TATTRIBUTETCONSTRAINTImpl. addNewAttributes()Appends and returns a new empty value (as xml) as the last "attributes" elementTATTRIBUTE[]TCONSTRAINTImpl. getAttributesArray()Gets array of all "attributes" elementsTATTRIBUTETCONSTRAINTImpl. getAttributesArray(int i)Gets ith "attributes" elementTATTRIBUTETCONSTRAINTImpl. insertNewAttributes(int i)Inserts and returns a new empty value (as xml) as the ith "attributes" elementMethods in org.openehr.schemas.v1.impl with parameters of type TATTRIBUTE Modifier and Type Method Description voidTCONSTRAINTImpl. setAttributesArray(int i, TATTRIBUTE attributes)Sets ith "attributes" elementvoidTCONSTRAINTImpl. setAttributesArray(TATTRIBUTE[] attributesArray)Sets array of all "attributes" element
-