Uses of Interface
org.openehr.schemas.v1.ASSERTIONVARIABLE
-
Packages that use ASSERTIONVARIABLE Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of ASSERTIONVARIABLE in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return ASSERTIONVARIABLE Modifier and Type Method Description ASSERTIONVARIABLEASSERTION. addNewVariables()Appends and returns a new empty value (as xml) as the last "variables" elementASSERTIONVARIABLE[]ASSERTION. getVariablesArray()Gets array of all "variables" elementsASSERTIONVARIABLEASSERTION. getVariablesArray(int i)Gets ith "variables" elementASSERTIONVARIABLEASSERTION. insertNewVariables(int i)Inserts and returns a new empty value (as xml) as the ith "variables" elementstatic ASSERTIONVARIABLEASSERTIONVARIABLE.Factory. newInstance()static ASSERTIONVARIABLEASSERTIONVARIABLE.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ASSERTIONVARIABLEASSERTIONVARIABLE.Factory. parse(File file)static ASSERTIONVARIABLEASSERTIONVARIABLE.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ASSERTIONVARIABLEASSERTIONVARIABLE.Factory. parse(InputStream is)static ASSERTIONVARIABLEASSERTIONVARIABLE.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ASSERTIONVARIABLEASSERTIONVARIABLE.Factory. parse(Reader r)static ASSERTIONVARIABLEASSERTIONVARIABLE.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ASSERTIONVARIABLEASSERTIONVARIABLE.Factory. parse(String xmlAsString)static ASSERTIONVARIABLEASSERTIONVARIABLE.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ASSERTIONVARIABLEASSERTIONVARIABLE.Factory. parse(URL u)static ASSERTIONVARIABLEASSERTIONVARIABLE.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ASSERTIONVARIABLEASSERTIONVARIABLE.Factory. parse(XMLStreamReader sr)static ASSERTIONVARIABLEASSERTIONVARIABLE.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ASSERTIONVARIABLEASSERTIONVARIABLE.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ASSERTIONVARIABLEASSERTIONVARIABLE.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ASSERTIONVARIABLEASSERTIONVARIABLE.Factory. parse(Node node)static ASSERTIONVARIABLEASSERTIONVARIABLE.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type ASSERTIONVARIABLE Modifier and Type Method Description voidASSERTION. setVariablesArray(int i, ASSERTIONVARIABLE variables)Sets ith "variables" elementvoidASSERTION. setVariablesArray(ASSERTIONVARIABLE[] variablesArray)Sets array of all "variables" element -
Uses of ASSERTIONVARIABLE in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement ASSERTIONVARIABLE Modifier and Type Class Description classASSERTIONVARIABLEImplAn XML ASSERTION_VARIABLE(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return ASSERTIONVARIABLE Modifier and Type Method Description ASSERTIONVARIABLEASSERTIONImpl. addNewVariables()Appends and returns a new empty value (as xml) as the last "variables" elementASSERTIONVARIABLE[]ASSERTIONImpl. getVariablesArray()Gets array of all "variables" elementsASSERTIONVARIABLEASSERTIONImpl. getVariablesArray(int i)Gets ith "variables" elementASSERTIONVARIABLEASSERTIONImpl. insertNewVariables(int i)Inserts and returns a new empty value (as xml) as the ith "variables" elementMethods in org.openehr.schemas.v1.impl with parameters of type ASSERTIONVARIABLE Modifier and Type Method Description voidASSERTIONImpl. setVariablesArray(int i, ASSERTIONVARIABLE variables)Sets ith "variables" elementvoidASSERTIONImpl. setVariablesArray(ASSERTIONVARIABLE[] variablesArray)Sets array of all "variables" element
-