Uses of Interface
org.openehr.schemas.v1.ASSERTIONVARIABLE
Packages that use ASSERTIONVARIABLE
-
Uses of ASSERTIONVARIABLE in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return ASSERTIONVARIABLEModifier and TypeMethodDescriptionASSERTION.addNewVariables()Appends and returns a new empty value (as xml) as the last "variables" elementASSERTION.getVariablesArray()Gets array of all "variables" elementsASSERTION.getVariablesArray(int i) Gets ith "variables" elementASSERTION.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 ASSERTIONVARIABLEstatic ASSERTIONVARIABLEstatic ASSERTIONVARIABLEASSERTIONVARIABLE.Factory.parse(InputStream is) static ASSERTIONVARIABLEASSERTIONVARIABLE.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static ASSERTIONVARIABLEstatic ASSERTIONVARIABLEstatic ASSERTIONVARIABLEstatic ASSERTIONVARIABLEstatic ASSERTIONVARIABLEstatic ASSERTIONVARIABLEstatic 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.static ASSERTIONVARIABLEASSERTIONVARIABLE.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic ASSERTIONVARIABLEstatic ASSERTIONVARIABLEMethods in org.openehr.schemas.v1 with parameters of type ASSERTIONVARIABLEModifier and TypeMethodDescriptionvoidASSERTION.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 ASSERTIONVARIABLEModifier and TypeClassDescriptionclassAn XML ASSERTION_VARIABLE(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return ASSERTIONVARIABLEModifier and TypeMethodDescriptionASSERTIONImpl.addNewVariables()Appends and returns a new empty value (as xml) as the last "variables" elementASSERTIONImpl.getVariablesArray()Gets array of all "variables" elementsASSERTIONImpl.getVariablesArray(int i) Gets ith "variables" elementASSERTIONImpl.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 ASSERTIONVARIABLEModifier and TypeMethodDescriptionvoidASSERTIONImpl.setVariablesArray(int i, ASSERTIONVARIABLE variables) Sets ith "variables" elementvoidASSERTIONImpl.setVariablesArray(ASSERTIONVARIABLE[] variablesArray) Sets array of all "variables" element
XMLInputStream