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