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