Uses of Interface
openEHR.v1.template.Binding
Packages that use Binding
-
Uses of Binding in openEHR.v1.template
Methods in openEHR.v1.template that return BindingModifier and TypeMethodDescriptionStatement.addNewQueryId()Appends and returns a new empty "queryId" elementTextConstraint.addNewTermQueryId()Appends and returns a new empty "termQueryId" elementStatement.getQueryId()Gets the "queryId" elementTextConstraint.getTermQueryId()Gets the "termQueryId" elementstatic BindingBinding.Factory.newInstance()static BindingBinding.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static Bindingstatic Bindingstatic BindingBinding.Factory.parse(InputStream is) static BindingBinding.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static Bindingstatic Bindingstatic Bindingstatic Bindingstatic Bindingstatic Bindingstatic BindingBinding.Factory.parse(XMLStreamReader sr) static BindingBinding.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static BindingBinding.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static BindingBinding.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic Bindingstatic BindingMethods in openEHR.v1.template with parameters of type BindingModifier and TypeMethodDescriptionvoidStatement.setQueryId(Binding queryId) Sets the "queryId" elementvoidTextConstraint.setTermQueryId(Binding termQueryId) Sets the "termQueryId" element -
Uses of Binding in openEHR.v1.template.impl
Classes in openEHR.v1.template.impl that implement BindingMethods in openEHR.v1.template.impl that return BindingModifier and TypeMethodDescriptionStatementImpl.addNewQueryId()Appends and returns a new empty "queryId" elementTextConstraintImpl.addNewTermQueryId()Appends and returns a new empty "termQueryId" elementStatementImpl.getQueryId()Gets the "queryId" elementTextConstraintImpl.getTermQueryId()Gets the "termQueryId" elementMethods in openEHR.v1.template.impl with parameters of type BindingModifier and TypeMethodDescriptionvoidStatementImpl.setQueryId(Binding queryId) Sets the "queryId" elementvoidTextConstraintImpl.setTermQueryId(Binding termQueryId) Sets the "termQueryId" element
XMLInputStream