Uses of Interface
openEHR.v1.template.Binding
-
Packages that use Binding Package Description openEHR.v1.template openEHR.v1.template.impl -
-
Uses of Binding in openEHR.v1.template
Methods in openEHR.v1.template that return Binding Modifier and Type Method Description BindingStatement. addNewQueryId()Appends and returns a new empty "queryId" elementBindingTextConstraint. addNewTermQueryId()Appends and returns a new empty "termQueryId" elementBindingStatement. getQueryId()Gets the "queryId" elementBindingTextConstraint. getTermQueryId()Gets the "termQueryId" elementstatic BindingBinding.Factory. newInstance()static BindingBinding.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static BindingBinding.Factory. parse(File file)static BindingBinding.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static BindingBinding.Factory. parse(InputStream is)static BindingBinding.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static BindingBinding.Factory. parse(Reader r)static BindingBinding.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static BindingBinding.Factory. parse(String xmlAsString)static BindingBinding.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static BindingBinding.Factory. parse(URL u)static BindingBinding.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static 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.XMLInputStreamstatic BindingBinding.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic BindingBinding.Factory. parse(Node node)static BindingBinding.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in openEHR.v1.template with parameters of type Binding Modifier and Type Method Description voidStatement. 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 Binding Modifier and Type Class Description classBindingImplAn XML binding(@openEHR/v1/Template).Methods in openEHR.v1.template.impl that return Binding Modifier and Type Method Description BindingStatementImpl. addNewQueryId()Appends and returns a new empty "queryId" elementBindingTextConstraintImpl. addNewTermQueryId()Appends and returns a new empty "termQueryId" elementBindingStatementImpl. getQueryId()Gets the "queryId" elementBindingTextConstraintImpl. getTermQueryId()Gets the "termQueryId" elementMethods in openEHR.v1.template.impl with parameters of type Binding Modifier and Type Method Description voidStatementImpl. setQueryId(Binding queryId)Sets the "queryId" elementvoidTextConstraintImpl. setTermQueryId(Binding termQueryId)Sets the "termQueryId" element
-