Uses of Interface
org.openehr.schemas.v1.PARTYREF
-
Packages that use PARTYREF Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of PARTYREF in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return PARTYREF Modifier and Type Method Description PARTYREFPARTYPROXY. addNewExternalRef()Appends and returns a new empty "external_ref" elementPARTYREFPARTYPROXY. getExternalRef()Gets the "external_ref" elementstatic PARTYREFPARTYREF.Factory. newInstance()static PARTYREFPARTYREF.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static PARTYREFPARTYREF.Factory. parse(File file)static PARTYREFPARTYREF.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static PARTYREFPARTYREF.Factory. parse(InputStream is)static PARTYREFPARTYREF.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static PARTYREFPARTYREF.Factory. parse(Reader r)static PARTYREFPARTYREF.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static PARTYREFPARTYREF.Factory. parse(String xmlAsString)static PARTYREFPARTYREF.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static PARTYREFPARTYREF.Factory. parse(URL u)static PARTYREFPARTYREF.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static PARTYREFPARTYREF.Factory. parse(XMLStreamReader sr)static PARTYREFPARTYREF.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static PARTYREFPARTYREF.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic PARTYREFPARTYREF.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic PARTYREFPARTYREF.Factory. parse(Node node)static PARTYREFPARTYREF.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type PARTYREF Modifier and Type Method Description voidPARTYPROXY. setExternalRef(PARTYREF externalRef)Sets the "external_ref" element -
Uses of PARTYREF in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement PARTYREF Modifier and Type Class Description classPARTYREFImplAn XML PARTY_REF(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return PARTYREF Modifier and Type Method Description PARTYREFPARTYPROXYImpl. addNewExternalRef()Appends and returns a new empty "external_ref" elementPARTYREFPARTYPROXYImpl. getExternalRef()Gets the "external_ref" elementMethods in org.openehr.schemas.v1.impl with parameters of type PARTYREF Modifier and Type Method Description voidPARTYPROXYImpl. setExternalRef(PARTYREF externalRef)Sets the "external_ref" element
-