Uses of Interface
org.openehr.schemas.v1.ACCESSGROUPREF
-
Packages that use ACCESSGROUPREF Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of ACCESSGROUPREF in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return ACCESSGROUPREF Modifier and Type Method Description static ACCESSGROUPREFACCESSGROUPREF.Factory. newInstance()static ACCESSGROUPREFACCESSGROUPREF.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ACCESSGROUPREFACCESSGROUPREF.Factory. parse(File file)static ACCESSGROUPREFACCESSGROUPREF.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ACCESSGROUPREFACCESSGROUPREF.Factory. parse(InputStream is)static ACCESSGROUPREFACCESSGROUPREF.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ACCESSGROUPREFACCESSGROUPREF.Factory. parse(Reader r)static ACCESSGROUPREFACCESSGROUPREF.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ACCESSGROUPREFACCESSGROUPREF.Factory. parse(String xmlAsString)static ACCESSGROUPREFACCESSGROUPREF.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ACCESSGROUPREFACCESSGROUPREF.Factory. parse(URL u)static ACCESSGROUPREFACCESSGROUPREF.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ACCESSGROUPREFACCESSGROUPREF.Factory. parse(XMLStreamReader sr)static ACCESSGROUPREFACCESSGROUPREF.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ACCESSGROUPREFACCESSGROUPREF.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ACCESSGROUPREFACCESSGROUPREF.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ACCESSGROUPREFACCESSGROUPREF.Factory. parse(Node node)static ACCESSGROUPREFACCESSGROUPREF.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of ACCESSGROUPREF in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement ACCESSGROUPREF Modifier and Type Class Description classACCESSGROUPREFImplAn XML ACCESS_GROUP_REF(@http://schemas.openehr.org/v1).
-