Uses of Interface
org.openehr.schemas.v1.MatchString
-
Packages that use MatchString Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of MatchString in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return MatchString Modifier and Type Method Description static MatchStringMatchString.Factory. newInstance()static MatchStringMatchString.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static MatchStringMatchString.Factory. newValue(Object obj)static MatchStringMatchString.Factory. parse(File file)static MatchStringMatchString.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static MatchStringMatchString.Factory. parse(InputStream is)static MatchStringMatchString.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static MatchStringMatchString.Factory. parse(Reader r)static MatchStringMatchString.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static MatchStringMatchString.Factory. parse(String xmlAsString)static MatchStringMatchString.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static MatchStringMatchString.Factory. parse(URL u)static MatchStringMatchString.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static MatchStringMatchString.Factory. parse(XMLStreamReader sr)static MatchStringMatchString.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static MatchStringMatchString.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic MatchStringMatchString.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic MatchStringMatchString.Factory. parse(Node node)static MatchStringMatchString.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)MatchStringTERMMAPPING. xgetMatch()Gets (as xml) the "match" elementMethods in org.openehr.schemas.v1 with parameters of type MatchString Modifier and Type Method Description voidTERMMAPPING. xsetMatch(MatchString match)Sets (as xml) the "match" element -
Uses of MatchString in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement MatchString Modifier and Type Class Description classMatchStringImplAn XML matchString(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return MatchString Modifier and Type Method Description MatchStringTERMMAPPINGImpl. xgetMatch()Gets (as xml) the "match" elementMethods in org.openehr.schemas.v1.impl with parameters of type MatchString Modifier and Type Method Description voidTERMMAPPINGImpl. xsetMatch(MatchString match)Sets (as xml) the "match" element
-